Uses of Class
io.envoyproxy.envoy.config.tap.v3.MatchPredicate
Packages that use MatchPredicate
-
Uses of MatchPredicate in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return MatchPredicateModifier and TypeMethodDescriptionMatchPredicate.Builder.build()MatchPredicate.Builder.buildPartial()static MatchPredicateMatchPredicate.getDefaultInstance()MatchPredicate.Builder.getDefaultInstanceForType()MatchPredicate.getDefaultInstanceForType()TapConfig.Builder.getMatchConfig()Deprecated.envoy.config.tap.v3.TapConfig.match_config is deprecated.TapConfig.getMatchConfig()Deprecated.envoy.config.tap.v3.TapConfig.match_config is deprecated.TapConfigOrBuilder.getMatchConfig()Deprecated.envoy.config.tap.v3.TapConfig.match_config is deprecated.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.config.tap.v3 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.config.tap.v3 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) Deprecated.MatchPredicate.Builder.mergeNotMatch(MatchPredicate value) A negation match.static MatchPredicate.BuilderMatchPredicate.newBuilder(MatchPredicate prototype) TapConfig.Builder.setMatchConfig(MatchPredicate value) Deprecated.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.config.tap.v3 with type arguments of type MatchPredicateModifier and TypeMethodDescriptionMatchPredicate.MatchSet.Builder.addAllRules(Iterable<? extends MatchPredicate> values) The list of rules that make up the set.