Uses of Class
io.envoyproxy.envoy.config.common.matcher.v3.MatchPredicate
Packages that use MatchPredicate
Package
Description
-
Uses of MatchPredicate in io.envoyproxy.envoy.config.common.matcher.v3
Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return MatchPredicateModifier and TypeMethodDescriptionMatchPredicate.Builder.build()MatchPredicate.Builder.buildPartial()static MatchPredicateMatchPredicate.getDefaultInstance()MatchPredicate.Builder.getDefaultInstanceForType()MatchPredicate.getDefaultInstanceForType()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.common.matcher.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.common.matcher.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) MatchPredicate.Builder.mergeNotMatch(MatchPredicate value) A negation match.static MatchPredicate.BuilderMatchPredicate.newBuilder(MatchPredicate prototype) 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.common.matcher.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. -
Uses of MatchPredicate in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return MatchPredicateModifier and TypeMethodDescriptionTapConfig.Builder.getMatch()The match configuration.TapConfig.getMatch()The match configuration.TapConfigOrBuilder.getMatch()The match configuration.Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type MatchPredicateModifier and TypeMethodDescriptionTapConfig.Builder.mergeMatch(MatchPredicate value) The match configuration.TapConfig.Builder.setMatch(MatchPredicate value) The match configuration. -
Uses of MatchPredicate in io.envoyproxy.envoy.extensions.upstreams.http.v3
Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 that return MatchPredicateModifier and TypeMethodDescriptionHttpProtocolOptions.OutlierDetection.Builder.getErrorMatcher()If specified, only responses matching the matcher will be treated by outlier detection as errors.HttpProtocolOptions.OutlierDetection.getErrorMatcher()If specified, only responses matching the matcher will be treated by outlier detection as errors.HttpProtocolOptions.OutlierDetectionOrBuilder.getErrorMatcher()If specified, only responses matching the matcher will be treated by outlier detection as errors.Methods in io.envoyproxy.envoy.extensions.upstreams.http.v3 with parameters of type MatchPredicateModifier and TypeMethodDescriptionHttpProtocolOptions.OutlierDetection.Builder.mergeErrorMatcher(MatchPredicate value) If specified, only responses matching the matcher will be treated by outlier detection as errors.HttpProtocolOptions.OutlierDetection.Builder.setErrorMatcher(MatchPredicate value) If specified, only responses matching the matcher will be treated by outlier detection as errors.