Uses of Class
io.envoyproxy.envoy.service.tap.v2alpha.MatchPredicate
Packages that use MatchPredicate
-
Uses of MatchPredicate in io.envoyproxy.envoy.service.tap.v2alpha
Methods in io.envoyproxy.envoy.service.tap.v2alpha that return MatchPredicateModifier and TypeMethodDescriptionMatchPredicate.Builder.build()MatchPredicate.Builder.buildPartial()static MatchPredicateMatchPredicate.getDefaultInstance()MatchPredicate.Builder.getDefaultInstanceForType()MatchPredicate.getDefaultInstanceForType()TapConfig.Builder.getMatchConfig()The match configuration.TapConfig.getMatchConfig()The match configuration.TapConfigOrBuilder.getMatchConfig()The match configuration.MatchPredicate.Builder.getNotMatch()A negation match.MatchPredicate.getNotMatch()A negation match.MatchPredicateOrBuilder.getNotMatch()A negation match.MatchPredicate.MatchSet.Builder.getRules(int index) The list of rules that make up the set.MatchPredicate.MatchSet.getRules(int index) The list of rules that make up the set.MatchPredicate.MatchSetOrBuilder.getRules(int index) The list of rules that make up the set.static MatchPredicateMatchPredicate.parseDelimitedFrom(InputStream input) static MatchPredicateMatchPredicate.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicateMatchPredicate.parseFrom(byte[] data) static MatchPredicateMatchPredicate.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicateMatchPredicate.parseFrom(com.google.protobuf.ByteString data) static MatchPredicateMatchPredicate.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicateMatchPredicate.parseFrom(com.google.protobuf.CodedInputStream input) static MatchPredicateMatchPredicate.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicateMatchPredicate.parseFrom(InputStream input) static MatchPredicateMatchPredicate.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicateMatchPredicate.parseFrom(ByteBuffer data) static MatchPredicateMatchPredicate.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.tap.v2alpha that return types with arguments of type MatchPredicateModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MatchPredicate>MatchPredicate.getParserForType()MatchPredicate.MatchSet.Builder.getRulesList()The list of rules that make up the set.MatchPredicate.MatchSet.getRulesList()The list of rules that make up the set.MatchPredicate.MatchSetOrBuilder.getRulesList()The list of rules that make up the set.static com.google.protobuf.Parser<MatchPredicate>MatchPredicate.parser()Methods in io.envoyproxy.envoy.service.tap.v2alpha with parameters of type MatchPredicateModifier and TypeMethodDescriptionMatchPredicate.MatchSet.Builder.addRules(int index, MatchPredicate value) The list of rules that make up the set.MatchPredicate.MatchSet.Builder.addRules(MatchPredicate value) The list of rules that make up the set.MatchPredicate.Builder.mergeFrom(MatchPredicate other) TapConfig.Builder.mergeMatchConfig(MatchPredicate value) The match configuration.MatchPredicate.Builder.mergeNotMatch(MatchPredicate value) A negation match.static MatchPredicate.BuilderMatchPredicate.newBuilder(MatchPredicate prototype) TapConfig.Builder.setMatchConfig(MatchPredicate value) The match configuration.MatchPredicate.Builder.setNotMatch(MatchPredicate value) A negation match.MatchPredicate.MatchSet.Builder.setRules(int index, MatchPredicate value) The list of rules that make up the set.Method parameters in io.envoyproxy.envoy.service.tap.v2alpha with type arguments of type MatchPredicateModifier and TypeMethodDescriptionMatchPredicate.MatchSet.Builder.addAllRules(Iterable<? extends MatchPredicate> values) The list of rules that make up the set.