Uses of Class
io.envoyproxy.envoy.config.common.matcher.v3.Matcher.OnMatch.Builder
Packages that use Matcher.OnMatch.Builder
-
Uses of Matcher.OnMatch.Builder in io.envoyproxy.envoy.config.common.matcher.v3
Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return Matcher.OnMatch.BuilderModifier and TypeMethodDescriptionMatcher.OnMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Matcher.OnMatch.Builder.clear()Matcher.OnMatch.Builder.clearAction()Protocol-specific action to take.Matcher.OnMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Matcher.OnMatch.Builder.clearKeepMatching()If true, the action will be taken but the caller will behave as if no match was found.Matcher.OnMatch.Builder.clearMatcher()Nested matcher to evaluate.Matcher.OnMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Matcher.OnMatch.Builder.clearOnMatch()Matcher.OnMatch.Builder.clone()Matcher.MatcherList.FieldMatcher.Builder.getOnMatchBuilder()What to do if the match succeeds.Matcher.Builder.getOnNoMatchBuilder()Optional ``OnMatch`` to use if the matcher failed.Matcher.OnMatch.Builder.mergeAction(TypedExtensionConfig value) Protocol-specific action to take.Matcher.OnMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.OnMatch.Builder.mergeFrom(com.google.protobuf.Message other) Matcher.OnMatch.Builder.mergeFrom(Matcher.OnMatch other) Matcher.OnMatch.Builder.mergeMatcher(Matcher value) Nested matcher to evaluate.final Matcher.OnMatch.BuilderMatcher.OnMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Matcher.OnMatch.BuilderMatcher.OnMatch.newBuilder()static Matcher.OnMatch.BuilderMatcher.OnMatch.newBuilder(Matcher.OnMatch prototype) Matcher.OnMatch.newBuilderForType()protected Matcher.OnMatch.BuilderMatcher.OnMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Matcher.MatcherTree.MatchMap.Builder.putMapBuilderIfAbsent(String key) map<string, .envoy.config.common.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... }Matcher.OnMatch.Builder.setAction(TypedExtensionConfig value) Protocol-specific action to take.Matcher.OnMatch.Builder.setAction(TypedExtensionConfig.Builder builderForValue) Protocol-specific action to take.Matcher.OnMatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Matcher.OnMatch.Builder.setKeepMatching(boolean value) If true, the action will be taken but the caller will behave as if no match was found.Matcher.OnMatch.Builder.setMatcher(Matcher value) Nested matcher to evaluate.Matcher.OnMatch.Builder.setMatcher(Matcher.Builder builderForValue) Nested matcher to evaluate.Matcher.OnMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Matcher.OnMatch.BuilderMatcher.OnMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Matcher.OnMatch.toBuilder()Methods in io.envoyproxy.envoy.config.common.matcher.v3 with parameters of type Matcher.OnMatch.BuilderModifier and TypeMethodDescriptionMatcher.MatcherList.FieldMatcher.Builder.setOnMatch(Matcher.OnMatch.Builder builderForValue) What to do if the match succeeds.Matcher.Builder.setOnNoMatch(Matcher.OnMatch.Builder builderForValue) Optional ``OnMatch`` to use if the matcher failed.