Uses of Class
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutation.RemoveOnMatch.Builder
Packages that use HeaderMutation.RemoveOnMatch.Builder
-
Uses of HeaderMutation.RemoveOnMatch.Builder in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return HeaderMutation.RemoveOnMatch.BuilderModifier and TypeMethodDescriptionHeaderMutation.RemoveOnMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HeaderMutation.RemoveOnMatch.Builder.clear()HeaderMutation.RemoveOnMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HeaderMutation.RemoveOnMatch.Builder.clearKeyMatcher()A string matcher that will be applied to the header key.HeaderMutation.RemoveOnMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HeaderMutation.RemoveOnMatch.Builder.clone()HeaderMutation.Builder.getRemoveOnMatchBuilder()Remove the header if the key matches the specified string matcher.HeaderMutation.RemoveOnMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HeaderMutation.RemoveOnMatch.Builder.mergeFrom(com.google.protobuf.Message other) HeaderMutation.RemoveOnMatch.Builder.mergeFrom(HeaderMutation.RemoveOnMatch other) HeaderMutation.RemoveOnMatch.Builder.mergeKeyMatcher(StringMatcher value) A string matcher that will be applied to the header key.HeaderMutation.RemoveOnMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HeaderMutation.RemoveOnMatch.newBuilder()HeaderMutation.RemoveOnMatch.newBuilder(HeaderMutation.RemoveOnMatch prototype) HeaderMutation.RemoveOnMatch.newBuilderForType()protected HeaderMutation.RemoveOnMatch.BuilderHeaderMutation.RemoveOnMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HeaderMutation.RemoveOnMatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HeaderMutation.RemoveOnMatch.Builder.setKeyMatcher(StringMatcher value) A string matcher that will be applied to the header key.HeaderMutation.RemoveOnMatch.Builder.setKeyMatcher(StringMatcher.Builder builderForValue) A string matcher that will be applied to the header key.HeaderMutation.RemoveOnMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HeaderMutation.RemoveOnMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HeaderMutation.RemoveOnMatch.toBuilder()Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type HeaderMutation.RemoveOnMatch.BuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.setRemoveOnMatch(HeaderMutation.RemoveOnMatch.Builder builderForValue) Remove the header if the key matches the specified string matcher.