Uses of Class
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutation.RemoveOnMatch
Packages that use HeaderMutation.RemoveOnMatch
-
Uses of HeaderMutation.RemoveOnMatch in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return HeaderMutation.RemoveOnMatchModifier and TypeMethodDescriptionHeaderMutation.RemoveOnMatch.Builder.build()HeaderMutation.RemoveOnMatch.Builder.buildPartial()static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.getDefaultInstance()HeaderMutation.RemoveOnMatch.Builder.getDefaultInstanceForType()HeaderMutation.RemoveOnMatch.getDefaultInstanceForType()HeaderMutation.Builder.getRemoveOnMatch()Remove the header if the key matches the specified string matcher.HeaderMutation.getRemoveOnMatch()Remove the header if the key matches the specified string matcher.HeaderMutationOrBuilder.getRemoveOnMatch()Remove the header if the key matches the specified string matcher.static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseDelimitedFrom(InputStream input) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(byte[] data) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(com.google.protobuf.ByteString data) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(com.google.protobuf.CodedInputStream input) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(InputStream input) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(ByteBuffer data) static HeaderMutation.RemoveOnMatchHeaderMutation.RemoveOnMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return types with arguments of type HeaderMutation.RemoveOnMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HeaderMutation.RemoveOnMatch>HeaderMutation.RemoveOnMatch.getParserForType()static com.google.protobuf.Parser<HeaderMutation.RemoveOnMatch>HeaderMutation.RemoveOnMatch.parser()Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type HeaderMutation.RemoveOnMatchModifier and TypeMethodDescriptionHeaderMutation.RemoveOnMatch.Builder.mergeFrom(HeaderMutation.RemoveOnMatch other) HeaderMutation.Builder.mergeRemoveOnMatch(HeaderMutation.RemoveOnMatch value) Remove the header if the key matches the specified string matcher.HeaderMutation.RemoveOnMatch.newBuilder(HeaderMutation.RemoveOnMatch prototype) HeaderMutation.Builder.setRemoveOnMatch(HeaderMutation.RemoveOnMatch value) Remove the header if the key matches the specified string matcher.