Uses of Class
io.envoyproxy.envoy.config.common.matcher.v3.Matcher.Builder
Packages that use Matcher.Builder
Package
Description
-
Uses of Matcher.Builder in io.envoyproxy.envoy.config.common.matcher.v3
Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return Matcher.BuilderModifier and TypeMethodDescriptionMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Matcher.Builder.clear()Matcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Matcher.Builder.clearMatcherList()A linear list of matchers to evaluate.Matcher.Builder.clearMatcherTree()A match tree to evaluate.Matcher.Builder.clearMatcherType()Matcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Matcher.Builder.clearOnNoMatch()Optional ``OnMatch`` to use if the matcher failed.Matcher.Builder.clone()Matcher.OnMatch.Builder.getMatcherBuilder()Nested matcher to evaluate.Matcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.Builder.mergeFrom(com.google.protobuf.Message other) Matcher.Builder.mergeMatcherList(Matcher.MatcherList value) A linear list of matchers to evaluate.Matcher.Builder.mergeMatcherTree(Matcher.MatcherTree value) A match tree to evaluate.Matcher.Builder.mergeOnNoMatch(Matcher.OnMatch value) Optional ``OnMatch`` to use if the matcher failed.final Matcher.BuilderMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Matcher.BuilderMatcher.newBuilder()static Matcher.BuilderMatcher.newBuilder(Matcher prototype) Matcher.newBuilderForType()protected Matcher.BuilderMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Matcher.Builder.setMatcherList(Matcher.MatcherList value) A linear list of matchers to evaluate.Matcher.Builder.setMatcherList(Matcher.MatcherList.Builder builderForValue) A linear list of matchers to evaluate.Matcher.Builder.setMatcherTree(Matcher.MatcherTree value) A match tree to evaluate.Matcher.Builder.setMatcherTree(Matcher.MatcherTree.Builder builderForValue) A match tree to evaluate.Matcher.Builder.setOnNoMatch(Matcher.OnMatch value) Optional ``OnMatch`` to use if the matcher failed.Matcher.Builder.setOnNoMatch(Matcher.OnMatch.Builder builderForValue) Optional ``OnMatch`` to use if the matcher failed.Matcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Matcher.BuilderMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Matcher.toBuilder()Methods in io.envoyproxy.envoy.config.common.matcher.v3 with parameters of type Matcher.BuilderModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.setMatcher(Matcher.Builder builderForValue) Nested matcher to evaluate. -
Uses of Matcher.Builder in io.envoyproxy.envoy.extensions.common.matching.v3
Methods in io.envoyproxy.envoy.extensions.common.matching.v3 that return Matcher.BuilderMethods in io.envoyproxy.envoy.extensions.common.matching.v3 with parameters of type Matcher.BuilderModifier and TypeMethodDescriptionExtensionWithMatcher.Builder.setMatcher(Matcher.Builder builderForValue) Deprecated.