Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueMutation
Packages that use KeyValueMutation
Package
Description
-
Uses of KeyValueMutation in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueMutationModifier and TypeMethodDescriptionKeyValueMutation.Builder.build()KeyValueMutation.Builder.buildPartial()static KeyValueMutationKeyValueMutation.getDefaultInstance()KeyValueMutation.Builder.getDefaultInstanceForType()KeyValueMutation.getDefaultInstanceForType()static KeyValueMutationKeyValueMutation.parseDelimitedFrom(InputStream input) static KeyValueMutationKeyValueMutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueMutationKeyValueMutation.parseFrom(byte[] data) static KeyValueMutationKeyValueMutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueMutationKeyValueMutation.parseFrom(com.google.protobuf.ByteString data) static KeyValueMutationKeyValueMutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueMutationKeyValueMutation.parseFrom(com.google.protobuf.CodedInputStream input) static KeyValueMutationKeyValueMutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueMutationKeyValueMutation.parseFrom(InputStream input) static KeyValueMutationKeyValueMutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueMutationKeyValueMutation.parseFrom(ByteBuffer data) static KeyValueMutationKeyValueMutation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValueMutationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<KeyValueMutation>KeyValueMutation.getParserForType()static com.google.protobuf.Parser<KeyValueMutation>KeyValueMutation.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueMutationModifier and TypeMethodDescriptionKeyValueMutation.Builder.mergeFrom(KeyValueMutation other) static KeyValueMutation.BuilderKeyValueMutation.newBuilder(KeyValueMutation prototype) -
Uses of KeyValueMutation in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return KeyValueMutationModifier and TypeMethodDescriptionMutations.Builder.getQueryParameterMutations(int index) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Mutations.getQueryParameterMutations(int index) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.MutationsOrBuilder.getQueryParameterMutations(int index) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return types with arguments of type KeyValueMutationModifier and TypeMethodDescriptionMutations.Builder.getQueryParameterMutationsList()The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Mutations.getQueryParameterMutationsList()The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.MutationsOrBuilder.getQueryParameterMutationsList()The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 with parameters of type KeyValueMutationModifier and TypeMethodDescriptionMutations.Builder.addQueryParameterMutations(int index, KeyValueMutation value) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Mutations.Builder.addQueryParameterMutations(KeyValueMutation value) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Mutations.Builder.setQueryParameterMutations(int index, KeyValueMutation value) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.Method parameters in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 with type arguments of type KeyValueMutationModifier and TypeMethodDescriptionMutations.Builder.addAllQueryParameterMutations(Iterable<? extends KeyValueMutation> values) The ``path`` header query parameter mutations are applied after ``request_mutations`` and before the request is forwarded to the next filter in the filter chain.