Interface MutationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mutations,Mutations.Builder
public interface MutationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeaderMutationgetRequestMutations(int index)The request mutations are applied before the request is forwarded to the upstream cluster.intgetRequestMutationsCount()The request mutations are applied before the request is forwarded to the upstream cluster.List<HeaderMutation>getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationOrBuildergetRequestMutationsOrBuilder(int index)The request mutations are applied before the request is forwarded to the upstream cluster.List<? extends HeaderMutationOrBuilder>getRequestMutationsOrBuilderList()The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationgetResponseMutations(int index)The response mutations are applied before the response is sent to the downstream client.intgetResponseMutationsCount()The response mutations are applied before the response is sent to the downstream client.List<HeaderMutation>getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.HeaderMutationOrBuildergetResponseMutationsOrBuilder(int index)The response mutations are applied before the response is sent to the downstream client.List<? extends HeaderMutationOrBuilder>getResponseMutationsOrBuilderList()The response mutations are applied before the response is sent to the downstream client.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestMutationsList
List<HeaderMutation> getRequestMutationsList()
The request mutations are applied before the request is forwarded to the upstream cluster.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation request_mutations = 1;
-
getRequestMutations
HeaderMutation getRequestMutations(int index)
The request mutations are applied before the request is forwarded to the upstream cluster.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation request_mutations = 1;
-
getRequestMutationsCount
int getRequestMutationsCount()
The request mutations are applied before the request is forwarded to the upstream cluster.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation request_mutations = 1;
-
getRequestMutationsOrBuilderList
List<? extends HeaderMutationOrBuilder> getRequestMutationsOrBuilderList()
The request mutations are applied before the request is forwarded to the upstream cluster.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation request_mutations = 1;
-
getRequestMutationsOrBuilder
HeaderMutationOrBuilder getRequestMutationsOrBuilder(int index)
The request mutations are applied before the request is forwarded to the upstream cluster.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation request_mutations = 1;
-
getResponseMutationsList
List<HeaderMutation> getResponseMutationsList()
The response mutations are applied before the response is sent to the downstream client.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation response_mutations = 2;
-
getResponseMutations
HeaderMutation getResponseMutations(int index)
The response mutations are applied before the response is sent to the downstream client.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation response_mutations = 2;
-
getResponseMutationsCount
int getResponseMutationsCount()
The response mutations are applied before the response is sent to the downstream client.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation response_mutations = 2;
-
getResponseMutationsOrBuilderList
List<? extends HeaderMutationOrBuilder> getResponseMutationsOrBuilderList()
The response mutations are applied before the response is sent to the downstream client.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation response_mutations = 2;
-
getResponseMutationsOrBuilder
HeaderMutationOrBuilder getResponseMutationsOrBuilder(int index)
The response mutations are applied before the response is sent to the downstream client.
repeated .envoy.config.common.mutation_rules.v3.HeaderMutation response_mutations = 2;
-
-