Uses of Class
io.envoyproxy.envoy.config.common.matcher.v3.MatchPredicate
-
Packages that use MatchPredicate Package Description io.envoyproxy.envoy.config.common.matcher.v3 io.envoyproxy.envoy.config.tap.v3 -
-
Uses of MatchPredicate in io.envoyproxy.envoy.config.common.matcher.v3
Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return MatchPredicate Modifier and Type Method Description MatchPredicateMatchPredicate.Builder. build()MatchPredicateMatchPredicate.Builder. buildPartial()static MatchPredicateMatchPredicate. getDefaultInstance()MatchPredicateMatchPredicate.Builder. getDefaultInstanceForType()MatchPredicateMatchPredicate. getDefaultInstanceForType()MatchPredicateMatchPredicate.Builder. getNotMatch()A negation match.MatchPredicateMatchPredicate. getNotMatch()A negation match.MatchPredicateMatchPredicateOrBuilder. getNotMatch()A negation match.MatchPredicateMatchPredicate.MatchSet.Builder. getRules(int index)The list of rules that make up the set.MatchPredicateMatchPredicate.MatchSet. getRules(int index)The list of rules that make up the set.MatchPredicateMatchPredicate.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.common.matcher.v3 that return types with arguments of type MatchPredicate Modifier and Type Method Description com.google.protobuf.Parser<MatchPredicate>MatchPredicate. getParserForType()List<MatchPredicate>MatchPredicate.MatchSet.Builder. getRulesList()The list of rules that make up the set.List<MatchPredicate>MatchPredicate.MatchSet. getRulesList()The list of rules that make up the set.List<MatchPredicate>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.common.matcher.v3 with parameters of type MatchPredicate Modifier and Type Method Description MatchPredicate.MatchSet.BuilderMatchPredicate.MatchSet.Builder. addRules(int index, MatchPredicate value)The list of rules that make up the set.MatchPredicate.MatchSet.BuilderMatchPredicate.MatchSet.Builder. addRules(MatchPredicate value)The list of rules that make up the set.MatchPredicate.BuilderMatchPredicate.Builder. mergeFrom(MatchPredicate other)MatchPredicate.BuilderMatchPredicate.Builder. mergeNotMatch(MatchPredicate value)A negation match.static MatchPredicate.BuilderMatchPredicate. newBuilder(MatchPredicate prototype)MatchPredicate.BuilderMatchPredicate.Builder. setNotMatch(MatchPredicate value)A negation match.MatchPredicate.MatchSet.BuilderMatchPredicate.MatchSet.Builder. setRules(int index, MatchPredicate value)The list of rules that make up the set.Method parameters in io.envoyproxy.envoy.config.common.matcher.v3 with type arguments of type MatchPredicate Modifier and Type Method Description MatchPredicate.MatchSet.BuilderMatchPredicate.MatchSet.Builder. addAllRules(Iterable<? extends MatchPredicate> values)The list of rules that make up the set. -
Uses of MatchPredicate in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return MatchPredicate Modifier and Type Method Description MatchPredicateTapConfig.Builder. getMatch()The match configuration.MatchPredicateTapConfig. getMatch()The match configuration.MatchPredicateTapConfigOrBuilder. getMatch()The match configuration.Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type MatchPredicate Modifier and Type Method Description TapConfig.BuilderTapConfig.Builder. mergeMatch(MatchPredicate value)The match configuration.TapConfig.BuilderTapConfig.Builder. setMatch(MatchPredicate value)The match configuration.
-