Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueMutation.Builder
Packages that use KeyValueMutation.Builder
Package
Description
-
Uses of KeyValueMutation.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueMutation.BuilderModifier and TypeMethodDescriptionKeyValueMutation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) KeyValueMutation.Builder.clear()KeyValueMutation.Builder.clearAppend()Key/value pair to append or overwrite.KeyValueMutation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) KeyValueMutation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) KeyValueMutation.Builder.clearRemove()Key to remove.KeyValueMutation.Builder.clone()KeyValueMutation.Builder.mergeAppend(KeyValueAppend value) Key/value pair to append or overwrite.KeyValueMutation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueMutation.Builder.mergeFrom(com.google.protobuf.Message other) KeyValueMutation.Builder.mergeFrom(KeyValueMutation other) final KeyValueMutation.BuilderKeyValueMutation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static KeyValueMutation.BuilderKeyValueMutation.newBuilder()static KeyValueMutation.BuilderKeyValueMutation.newBuilder(KeyValueMutation prototype) KeyValueMutation.newBuilderForType()protected KeyValueMutation.BuilderKeyValueMutation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) KeyValueMutation.Builder.setAppend(KeyValueAppend value) Key/value pair to append or overwrite.KeyValueMutation.Builder.setAppend(KeyValueAppend.Builder builderForValue) Key/value pair to append or overwrite.KeyValueMutation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Key to remove.KeyValueMutation.Builder.setRemoveBytes(com.google.protobuf.ByteString value) Key to remove.KeyValueMutation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final KeyValueMutation.BuilderKeyValueMutation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) KeyValueMutation.toBuilder() -
Uses of KeyValueMutation.Builder in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return KeyValueMutation.BuilderModifier and TypeMethodDescriptionMutations.Builder.addQueryParameterMutationsBuilder()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.addQueryParameterMutationsBuilder(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.Builder.getQueryParameterMutationsBuilder(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 KeyValueMutation.BuilderModifier and TypeMethodDescriptionMutations.Builder.getQueryParameterMutationsBuilderList()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 KeyValueMutation.BuilderModifier and TypeMethodDescriptionMutations.Builder.addQueryParameterMutations(int index, KeyValueMutation.Builder builderForValue) 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.Builder builderForValue) 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.Builder builderForValue) 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.