All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.ext_proc.v3.HeaderMutationOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/ext_proc/v3/external_processor.proto

package io.envoyproxy.envoy.service.ext_proc.v3;

public interface HeaderMutationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.ext_proc.v3.HeaderMutation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Add or replace HTTP headers. Attempts to set the value of
   * any ``x-envoy`` header, and attempts to set the ``:method``,
   * ``:authority``, ``:scheme``, or ``host`` headers will be ignored.
   * The ``set_headers`` encoding is based on the runtime guard
   * envoy_reloadable_features_send_header_raw_value setting.
   * When it is true, the header value is encoded in the
   * :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field.
   * When it is false, the header value is encoded in the
   * :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
   * 
* * repeated .envoy.config.core.v3.HeaderValueOption set_headers = 1; */ java.util.List getSetHeadersList(); /** *
   * Add or replace HTTP headers. Attempts to set the value of
   * any ``x-envoy`` header, and attempts to set the ``:method``,
   * ``:authority``, ``:scheme``, or ``host`` headers will be ignored.
   * The ``set_headers`` encoding is based on the runtime guard
   * envoy_reloadable_features_send_header_raw_value setting.
   * When it is true, the header value is encoded in the
   * :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field.
   * When it is false, the header value is encoded in the
   * :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
   * 
* * repeated .envoy.config.core.v3.HeaderValueOption set_headers = 1; */ io.envoyproxy.envoy.config.core.v3.HeaderValueOption getSetHeaders(int index); /** *
   * Add or replace HTTP headers. Attempts to set the value of
   * any ``x-envoy`` header, and attempts to set the ``:method``,
   * ``:authority``, ``:scheme``, or ``host`` headers will be ignored.
   * The ``set_headers`` encoding is based on the runtime guard
   * envoy_reloadable_features_send_header_raw_value setting.
   * When it is true, the header value is encoded in the
   * :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field.
   * When it is false, the header value is encoded in the
   * :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
   * 
* * repeated .envoy.config.core.v3.HeaderValueOption set_headers = 1; */ int getSetHeadersCount(); /** *
   * Add or replace HTTP headers. Attempts to set the value of
   * any ``x-envoy`` header, and attempts to set the ``:method``,
   * ``:authority``, ``:scheme``, or ``host`` headers will be ignored.
   * The ``set_headers`` encoding is based on the runtime guard
   * envoy_reloadable_features_send_header_raw_value setting.
   * When it is true, the header value is encoded in the
   * :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field.
   * When it is false, the header value is encoded in the
   * :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
   * 
* * repeated .envoy.config.core.v3.HeaderValueOption set_headers = 1; */ java.util.List getSetHeadersOrBuilderList(); /** *
   * Add or replace HTTP headers. Attempts to set the value of
   * any ``x-envoy`` header, and attempts to set the ``:method``,
   * ``:authority``, ``:scheme``, or ``host`` headers will be ignored.
   * The ``set_headers`` encoding is based on the runtime guard
   * envoy_reloadable_features_send_header_raw_value setting.
   * When it is true, the header value is encoded in the
   * :ref:`raw_value <envoy_v3_api_field_config.core.v3.HeaderValue.raw_value>` field.
   * When it is false, the header value is encoded in the
   * :ref:`value <envoy_v3_api_field_config.core.v3.HeaderValue.value>` field.
   * 
* * repeated .envoy.config.core.v3.HeaderValueOption set_headers = 1; */ io.envoyproxy.envoy.config.core.v3.HeaderValueOptionOrBuilder getSetHeadersOrBuilder( int index); /** *
   * Remove these HTTP headers. Attempts to remove system headers --
   * any header starting with ``:``, plus ``host`` -- will be ignored.
   * 
* * repeated string remove_headers = 2; * @return A list containing the removeHeaders. */ java.util.List getRemoveHeadersList(); /** *
   * Remove these HTTP headers. Attempts to remove system headers --
   * any header starting with ``:``, plus ``host`` -- will be ignored.
   * 
* * repeated string remove_headers = 2; * @return The count of removeHeaders. */ int getRemoveHeadersCount(); /** *
   * Remove these HTTP headers. Attempts to remove system headers --
   * any header starting with ``:``, plus ``host`` -- will be ignored.
   * 
* * repeated string remove_headers = 2; * @param index The index of the element to return. * @return The removeHeaders at the given index. */ java.lang.String getRemoveHeaders(int index); /** *
   * Remove these HTTP headers. Attempts to remove system headers --
   * any header starting with ``:``, plus ``host`` -- will be ignored.
   * 
* * repeated string remove_headers = 2; * @param index The index of the value to return. * @return The bytes of the removeHeaders at the given index. */ com.google.protobuf.ByteString getRemoveHeadersBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy