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 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;