Uses of Class
io.envoyproxy.envoy.config.common.matcher.v3.Matcher
-
Packages that use Matcher Package Description io.envoyproxy.envoy.config.common.matcher.v3 io.envoyproxy.envoy.extensions.common.matching.v3 -
-
Uses of Matcher in io.envoyproxy.envoy.config.common.matcher.v3
Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return Matcher Modifier and Type Method Description MatcherMatcher.Builder. build()MatcherMatcher.Builder. buildPartial()static MatcherMatcher. getDefaultInstance()MatcherMatcher.Builder. getDefaultInstanceForType()MatcherMatcher. getDefaultInstanceForType()MatcherMatcher.OnMatch.Builder. getMatcher()Nested matcher to evaluate.MatcherMatcher.OnMatch. getMatcher()Nested matcher to evaluate.MatcherMatcher.OnMatchOrBuilder. getMatcher()Nested matcher to evaluate.static MatcherMatcher. parseDelimitedFrom(InputStream input)static MatcherMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatcherMatcher. parseFrom(byte[] data)static MatcherMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatcherMatcher. parseFrom(com.google.protobuf.ByteString data)static MatcherMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatcherMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static MatcherMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatcherMatcher. parseFrom(InputStream input)static MatcherMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatcherMatcher. parseFrom(ByteBuffer data)static MatcherMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return types with arguments of type Matcher Modifier and Type Method Description com.google.protobuf.Parser<Matcher>Matcher. getParserForType()static com.google.protobuf.Parser<Matcher>Matcher. parser()Methods in io.envoyproxy.envoy.config.common.matcher.v3 with parameters of type Matcher Modifier and Type Method Description Matcher.BuilderMatcher.Builder. mergeFrom(Matcher other)Matcher.OnMatch.BuilderMatcher.OnMatch.Builder. mergeMatcher(Matcher value)Nested matcher to evaluate.static Matcher.BuilderMatcher. newBuilder(Matcher prototype)Matcher.OnMatch.BuilderMatcher.OnMatch.Builder. setMatcher(Matcher value)Nested matcher to evaluate. -
Uses of Matcher in io.envoyproxy.envoy.extensions.common.matching.v3
Methods in io.envoyproxy.envoy.extensions.common.matching.v3 that return Matcher Modifier and Type Method Description MatcherExtensionWithMatcher.Builder. getMatcher()Deprecated.envoy.extensions.common.matching.v3.ExtensionWithMatcher.matcher is deprecated.MatcherExtensionWithMatcher. getMatcher()Deprecated.envoy.extensions.common.matching.v3.ExtensionWithMatcher.matcher is deprecated.MatcherExtensionWithMatcherOrBuilder. getMatcher()Deprecated.envoy.extensions.common.matching.v3.ExtensionWithMatcher.matcher is deprecated.Methods in io.envoyproxy.envoy.extensions.common.matching.v3 with parameters of type Matcher Modifier and Type Method Description ExtensionWithMatcher.BuilderExtensionWithMatcher.Builder. mergeMatcher(Matcher value)Deprecated.ExtensionWithMatcher.BuilderExtensionWithMatcher.Builder. setMatcher(Matcher value)Deprecated.
-