getRequestHeadersToAddList();
/**
*
* A list of headers to add to the request when forwarded
*
*
* repeated .envoy.config.core.v3.HeaderValue request_headers_to_add = 4;
*/
io.envoyproxy.envoy.config.core.v3.HeaderValue getRequestHeadersToAdd(int index);
/**
*
* A list of headers to add to the request when forwarded
*
*
* repeated .envoy.config.core.v3.HeaderValue request_headers_to_add = 4;
*/
int getRequestHeadersToAddCount();
/**
*
* A list of headers to add to the request when forwarded
*
*
* repeated .envoy.config.core.v3.HeaderValue request_headers_to_add = 4;
*/
java.util.List extends io.envoyproxy.envoy.config.core.v3.HeaderValueOrBuilder>
getRequestHeadersToAddOrBuilderList();
/**
*
* A list of headers to add to the request when forwarded
*
*
* repeated .envoy.config.core.v3.HeaderValue request_headers_to_add = 4;
*/
io.envoyproxy.envoy.config.core.v3.HeaderValueOrBuilder getRequestHeadersToAddOrBuilder(
int index);
/**
*
* A response body to send to the downstream client when the response code is not OK.
*
*
* bytes raw_body = 5;
* @return The rawBody.
*/
com.google.protobuf.ByteString getRawBody();
/**
*
* Optional response metadata that will be emitted as dynamic metadata to be consumed by the next
* filter. This metadata lives in a namespace specified by the canonical name of extension filter
* that requires it:
* - :ref:`envoy.filters.http.ratelimit <config_http_filters_ratelimit_dynamic_metadata>` for HTTP filter.
* - :ref:`envoy.filters.network.ratelimit <config_network_filters_ratelimit_dynamic_metadata>` for network filter.
* - :ref:`envoy.filters.thrift.rate_limit <config_thrift_filters_rate_limit_dynamic_metadata>` for Thrift filter.
*
*
* .google.protobuf.Struct dynamic_metadata = 6;
* @return Whether the dynamicMetadata field is set.
*/
boolean hasDynamicMetadata();
/**
*
* Optional response metadata that will be emitted as dynamic metadata to be consumed by the next
* filter. This metadata lives in a namespace specified by the canonical name of extension filter
* that requires it:
* - :ref:`envoy.filters.http.ratelimit <config_http_filters_ratelimit_dynamic_metadata>` for HTTP filter.
* - :ref:`envoy.filters.network.ratelimit <config_network_filters_ratelimit_dynamic_metadata>` for network filter.
* - :ref:`envoy.filters.thrift.rate_limit <config_thrift_filters_rate_limit_dynamic_metadata>` for Thrift filter.
*
*
* .google.protobuf.Struct dynamic_metadata = 6;
* @return The dynamicMetadata.
*/
com.google.protobuf.Struct getDynamicMetadata();
/**
*
* Optional response metadata that will be emitted as dynamic metadata to be consumed by the next
* filter. This metadata lives in a namespace specified by the canonical name of extension filter
* that requires it:
* - :ref:`envoy.filters.http.ratelimit <config_http_filters_ratelimit_dynamic_metadata>` for HTTP filter.
* - :ref:`envoy.filters.network.ratelimit <config_network_filters_ratelimit_dynamic_metadata>` for network filter.
* - :ref:`envoy.filters.thrift.rate_limit <config_thrift_filters_rate_limit_dynamic_metadata>` for Thrift filter.
*
*
* .google.protobuf.Struct dynamic_metadata = 6;
*/
com.google.protobuf.StructOrBuilder getDynamicMetadataOrBuilder();
/**
*
* Quota is available for a request if its entire descriptor set has cached quota available.
* This is a union of all descriptors in the descriptor set. Clients can use the quota for future matches if and only if the descriptor set matches what was sent in the request that originated this response.
* If quota is available, a RLS request will not be made and the quota will be reduced by 1.
* If quota is not available (i.e., a cached entry doesn't exist for a RLS descriptor set), a RLS request will be triggered.
* If the server did not provide a quota, such as the quota message is empty then the request admission is determined by the
* :ref:`overall_code <envoy_v3_api_field_service.ratelimit.v3.RateLimitResponse.overall_code>`.
* If there is not sufficient quota and the cached entry exists for a RLS descriptor set is out-of-quota but not expired,
* the request will be treated as OVER_LIMIT.
* [#not-implemented-hide:]
*
*
* .envoy.service.ratelimit.v3.RateLimitResponse.Quota quota = 7;
* @return Whether the quota field is set.
*/
boolean hasQuota();
/**
*
* Quota is available for a request if its entire descriptor set has cached quota available.
* This is a union of all descriptors in the descriptor set. Clients can use the quota for future matches if and only if the descriptor set matches what was sent in the request that originated this response.
* If quota is available, a RLS request will not be made and the quota will be reduced by 1.
* If quota is not available (i.e., a cached entry doesn't exist for a RLS descriptor set), a RLS request will be triggered.
* If the server did not provide a quota, such as the quota message is empty then the request admission is determined by the
* :ref:`overall_code <envoy_v3_api_field_service.ratelimit.v3.RateLimitResponse.overall_code>`.
* If there is not sufficient quota and the cached entry exists for a RLS descriptor set is out-of-quota but not expired,
* the request will be treated as OVER_LIMIT.
* [#not-implemented-hide:]
*
*
* .envoy.service.ratelimit.v3.RateLimitResponse.Quota quota = 7;
* @return The quota.
*/
io.envoyproxy.envoy.service.ratelimit.v3.RateLimitResponse.Quota getQuota();
/**
*
* Quota is available for a request if its entire descriptor set has cached quota available.
* This is a union of all descriptors in the descriptor set. Clients can use the quota for future matches if and only if the descriptor set matches what was sent in the request that originated this response.
* If quota is available, a RLS request will not be made and the quota will be reduced by 1.
* If quota is not available (i.e., a cached entry doesn't exist for a RLS descriptor set), a RLS request will be triggered.
* If the server did not provide a quota, such as the quota message is empty then the request admission is determined by the
* :ref:`overall_code <envoy_v3_api_field_service.ratelimit.v3.RateLimitResponse.overall_code>`.
* If there is not sufficient quota and the cached entry exists for a RLS descriptor set is out-of-quota but not expired,
* the request will be treated as OVER_LIMIT.
* [#not-implemented-hide:]
*
*
* .envoy.service.ratelimit.v3.RateLimitResponse.Quota quota = 7;
*/
io.envoyproxy.envoy.service.ratelimit.v3.RateLimitResponse.QuotaOrBuilder getQuotaOrBuilder();
}