Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherList.Predicate.PredicateList
Packages that use Matcher.MatcherList.Predicate.PredicateList
-
Uses of Matcher.MatcherList.Predicate.PredicateList in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherList.Predicate.PredicateListModifier and TypeMethodDescriptionMatcher.MatcherList.Predicate.PredicateList.Builder.build()Matcher.MatcherList.Predicate.PredicateList.Builder.buildPartial()Matcher.MatcherList.Predicate.Builder.getAndMatcher()A list of predicates to be AND-ed together.Matcher.MatcherList.Predicate.getAndMatcher()A list of predicates to be AND-ed together.Matcher.MatcherList.PredicateOrBuilder.getAndMatcher()A list of predicates to be AND-ed together.Matcher.MatcherList.Predicate.PredicateList.getDefaultInstance()Matcher.MatcherList.Predicate.PredicateList.Builder.getDefaultInstanceForType()Matcher.MatcherList.Predicate.PredicateList.getDefaultInstanceForType()Matcher.MatcherList.Predicate.Builder.getOrMatcher()A list of predicates to be OR-ed together.Matcher.MatcherList.Predicate.getOrMatcher()A list of predicates to be OR-ed together.Matcher.MatcherList.PredicateOrBuilder.getOrMatcher()A list of predicates to be OR-ed together.Matcher.MatcherList.Predicate.PredicateList.parseDelimitedFrom(InputStream input) Matcher.MatcherList.Predicate.PredicateList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.PredicateList.parseFrom(byte[] data) Matcher.MatcherList.Predicate.PredicateList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.PredicateList.parseFrom(com.google.protobuf.ByteString data) Matcher.MatcherList.Predicate.PredicateList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.PredicateList.parseFrom(com.google.protobuf.CodedInputStream input) Matcher.MatcherList.Predicate.PredicateList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.PredicateList.parseFrom(InputStream input) Matcher.MatcherList.Predicate.PredicateList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.PredicateList.parseFrom(ByteBuffer data) Matcher.MatcherList.Predicate.PredicateList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.MatcherList.Predicate.PredicateListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Matcher.MatcherList.Predicate.PredicateList> Matcher.MatcherList.Predicate.PredicateList.getParserForType()static com.google.protobuf.Parser<Matcher.MatcherList.Predicate.PredicateList> Matcher.MatcherList.Predicate.PredicateList.parser()Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherList.Predicate.PredicateListModifier and TypeMethodDescriptionMatcher.MatcherList.Predicate.Builder.mergeAndMatcher(Matcher.MatcherList.Predicate.PredicateList value) A list of predicates to be AND-ed together.Matcher.MatcherList.Predicate.PredicateList.Builder.mergeFrom(Matcher.MatcherList.Predicate.PredicateList other) Matcher.MatcherList.Predicate.Builder.mergeOrMatcher(Matcher.MatcherList.Predicate.PredicateList value) A list of predicates to be OR-ed together.Matcher.MatcherList.Predicate.PredicateList.newBuilder(Matcher.MatcherList.Predicate.PredicateList prototype) Matcher.MatcherList.Predicate.Builder.setAndMatcher(Matcher.MatcherList.Predicate.PredicateList value) A list of predicates to be AND-ed together.Matcher.MatcherList.Predicate.Builder.setOrMatcher(Matcher.MatcherList.Predicate.PredicateList value) A list of predicates to be OR-ed together.