Uses of Class
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutation
-
-
Uses of HeaderMutation in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return HeaderMutation Modifier and Type Method Description HeaderMutationHeaderMutation.Builder. build()HeaderMutationHeaderMutation.Builder. buildPartial()static HeaderMutationHeaderMutation. getDefaultInstance()HeaderMutationHeaderMutation.Builder. getDefaultInstanceForType()HeaderMutationHeaderMutation. getDefaultInstanceForType()static HeaderMutationHeaderMutation. parseDelimitedFrom(InputStream input)static HeaderMutationHeaderMutation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HeaderMutationHeaderMutation. parseFrom(byte[] data)static HeaderMutationHeaderMutation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HeaderMutationHeaderMutation. parseFrom(com.google.protobuf.ByteString data)static HeaderMutationHeaderMutation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HeaderMutationHeaderMutation. parseFrom(com.google.protobuf.CodedInputStream input)static HeaderMutationHeaderMutation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HeaderMutationHeaderMutation. parseFrom(InputStream input)static HeaderMutationHeaderMutation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HeaderMutationHeaderMutation. parseFrom(ByteBuffer data)static HeaderMutationHeaderMutation. 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 Modifier and Type Method Description com.google.protobuf.Parser<HeaderMutation>HeaderMutation. getParserForType()static com.google.protobuf.Parser<HeaderMutation>HeaderMutation. parser()Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type HeaderMutation Modifier and Type Method Description HeaderMutation.BuilderHeaderMutation.Builder. mergeFrom(HeaderMutation other)static HeaderMutation.BuilderHeaderMutation. newBuilder(HeaderMutation prototype) -
Uses of HeaderMutation in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return HeaderMutation Modifier and Type Method Description HeaderMutationMutations.Builder. getRequestMutations(int index)The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationMutations. getRequestMutations(int index)The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationMutationsOrBuilder. getRequestMutations(int index)The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationMutations.Builder. getResponseMutations(int index)The response mutations are applied before the response is sent to the downstream client.HeaderMutationMutations. getResponseMutations(int index)The response mutations are applied before the response is sent to the downstream client.HeaderMutationMutationsOrBuilder. getResponseMutations(int index)The response mutations are applied before the response is sent to the downstream client.Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return types with arguments of type HeaderMutation Modifier and Type Method Description List<HeaderMutation>Mutations.Builder. getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.List<HeaderMutation>Mutations. getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.List<HeaderMutation>MutationsOrBuilder. getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.List<HeaderMutation>Mutations.Builder. getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.List<HeaderMutation>Mutations. getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.List<HeaderMutation>MutationsOrBuilder. getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 with parameters of type HeaderMutation Modifier and Type Method Description Mutations.BuilderMutations.Builder. addRequestMutations(int index, HeaderMutation value)The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.BuilderMutations.Builder. addRequestMutations(HeaderMutation value)The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.BuilderMutations.Builder. addResponseMutations(int index, HeaderMutation value)The response mutations are applied before the response is sent to the downstream client.Mutations.BuilderMutations.Builder. addResponseMutations(HeaderMutation value)The response mutations are applied before the response is sent to the downstream client.Mutations.BuilderMutations.Builder. setRequestMutations(int index, HeaderMutation value)The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.BuilderMutations.Builder. setResponseMutations(int index, HeaderMutation value)The response mutations are applied before the response is sent to the downstream client.Method parameters in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 with type arguments of type HeaderMutation Modifier and Type Method Description Mutations.BuilderMutations.Builder. addAllRequestMutations(Iterable<? extends HeaderMutation> values)The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.BuilderMutations.Builder. addAllResponseMutations(Iterable<? extends HeaderMutation> values)The response mutations are applied before the response is sent to the downstream client. -
Uses of HeaderMutation in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 that return HeaderMutation Modifier and Type Method Description HeaderMutationHeaderMutation.Builder. getMutations(int index)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationHeaderMutation. getMutations(int index)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationHeaderMutationOrBuilder. getMutations(int index)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 that return types with arguments of type HeaderMutation Modifier and Type Method Description List<HeaderMutation>HeaderMutation.Builder. getMutationsList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }List<HeaderMutation>HeaderMutation. getMutationsList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }List<HeaderMutation>HeaderMutationOrBuilder. getMutationsList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 with parameters of type HeaderMutation Modifier and Type Method Description HeaderMutation.BuilderHeaderMutation.Builder. addMutations(int index, HeaderMutation value)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.BuilderHeaderMutation.Builder. addMutations(HeaderMutation value)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.BuilderHeaderMutation.Builder. setMutations(int index, HeaderMutation value)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }Method parameters in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 with type arguments of type HeaderMutation Modifier and Type Method Description HeaderMutation.BuilderHeaderMutation.Builder. addAllMutations(Iterable<? extends HeaderMutation> values)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }
-