Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherList.Predicate
Packages that use Matcher.MatcherList.Predicate
-
Uses of Matcher.MatcherList.Predicate in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Matcher.MatcherList.PredicateModifier and TypeMethodDescriptionMatcher.MatcherList.Predicate.Builder.build()Matcher.MatcherList.Predicate.Builder.buildPartial()Matcher.MatcherList.Predicate.getDefaultInstance()Matcher.MatcherList.Predicate.Builder.getDefaultInstanceForType()Matcher.MatcherList.Predicate.getDefaultInstanceForType()Matcher.MatcherList.Predicate.Builder.getNotMatcher()The invert of a predicateMatcher.MatcherList.Predicate.getNotMatcher()The invert of a predicateMatcher.MatcherList.PredicateOrBuilder.getNotMatcher()The invert of a predicateMatcher.MatcherList.FieldMatcher.Builder.getPredicate()Determines if the match succeeds.Matcher.MatcherList.FieldMatcher.getPredicate()Determines if the match succeeds.Matcher.MatcherList.FieldMatcherOrBuilder.getPredicate()Determines if the match succeeds.Matcher.MatcherList.Predicate.PredicateList.Builder.getPredicate(int index) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.PredicateList.getPredicate(int index) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.PredicateListOrBuilder.getPredicate(int index) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.parseDelimitedFrom(InputStream input) Matcher.MatcherList.Predicate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.parseFrom(byte[] data) Matcher.MatcherList.Predicate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.parseFrom(com.google.protobuf.ByteString data) Matcher.MatcherList.Predicate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.parseFrom(com.google.protobuf.CodedInputStream input) Matcher.MatcherList.Predicate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.parseFrom(InputStream input) Matcher.MatcherList.Predicate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Predicate.parseFrom(ByteBuffer data) Matcher.MatcherList.Predicate.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.PredicateModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Matcher.MatcherList.Predicate> Matcher.MatcherList.Predicate.getParserForType()Matcher.MatcherList.Predicate.PredicateList.Builder.getPredicateList()repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.PredicateList.getPredicateList()repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.PredicateListOrBuilder.getPredicateList()repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }static com.google.protobuf.Parser<Matcher.MatcherList.Predicate> Matcher.MatcherList.Predicate.parser()Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherList.PredicateModifier and TypeMethodDescriptionMatcher.MatcherList.Predicate.PredicateList.Builder.addPredicate(int index, Matcher.MatcherList.Predicate value) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.PredicateList.Builder.addPredicate(Matcher.MatcherList.Predicate value) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Matcher.MatcherList.Predicate.Builder.mergeFrom(Matcher.MatcherList.Predicate other) Matcher.MatcherList.Predicate.Builder.mergeNotMatcher(Matcher.MatcherList.Predicate value) The invert of a predicateMatcher.MatcherList.FieldMatcher.Builder.mergePredicate(Matcher.MatcherList.Predicate value) Determines if the match succeeds.Matcher.MatcherList.Predicate.newBuilder(Matcher.MatcherList.Predicate prototype) Matcher.MatcherList.Predicate.Builder.setNotMatcher(Matcher.MatcherList.Predicate value) The invert of a predicateMatcher.MatcherList.FieldMatcher.Builder.setPredicate(Matcher.MatcherList.Predicate value) Determines if the match succeeds.Matcher.MatcherList.Predicate.PredicateList.Builder.setPredicate(int index, Matcher.MatcherList.Predicate value) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }Method parameters in com.github.xds.type.matcher.v3 with type arguments of type Matcher.MatcherList.PredicateModifier and TypeMethodDescriptionMatcher.MatcherList.Predicate.PredicateList.Builder.addAllPredicate(Iterable<? extends Matcher.MatcherList.Predicate> values) repeated .xds.type.matcher.v3.Matcher.MatcherList.Predicate predicate = 1 [(.validate.rules) = { ... }