Uses of Class
io.envoyproxy.envoy.config.core.v3.HeaderValueOption.Builder
-
-
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderHealthCheck.GrpcHealthCheck.Builder. addInitialMetadataBuilder()Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HeaderValueOption.BuilderHealthCheck.GrpcHealthCheck.Builder. addInitialMetadataBuilder(int index)Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HeaderValueOption.BuilderHeaderValueOption.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HeaderValueOption.BuilderHealthCheck.HttpHealthCheck.Builder. addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HeaderValueOption.BuilderHealthCheck.HttpHealthCheck.Builder. addRequestHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HeaderValueOption.BuilderHeaderValueOption.Builder. clear()HeaderValueOption.BuilderHeaderValueOption.Builder. clearAppend()Should the value be appended?HeaderValueOption.BuilderHeaderValueOption.Builder. clearAppendAction()[#not-implemented-hide:] Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.HeaderValueOption.BuilderHeaderValueOption.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)HeaderValueOption.BuilderHeaderValueOption.Builder. clearHeader()Header name/value pair that this option applies to.HeaderValueOption.BuilderHeaderValueOption.Builder. clearKeepEmptyValue()Is the header value allowed to be empty?HeaderValueOption.BuilderHeaderValueOption.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)HeaderValueOption.BuilderHeaderValueOption.Builder. clone()HeaderValueOption.BuilderHealthCheck.GrpcHealthCheck.Builder. getInitialMetadataBuilder(int index)Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HeaderValueOption.BuilderHealthCheck.HttpHealthCheck.Builder. getRequestHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HeaderValueOption.BuilderHeaderValueOption.Builder. mergeAppend(com.google.protobuf.BoolValue value)Should the value be appended?HeaderValueOption.BuilderHeaderValueOption.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HeaderValueOption.BuilderHeaderValueOption.Builder. mergeFrom(com.google.protobuf.Message other)HeaderValueOption.BuilderHeaderValueOption.Builder. mergeFrom(HeaderValueOption other)HeaderValueOption.BuilderHeaderValueOption.Builder. mergeHeader(HeaderValue value)Header name/value pair that this option applies to.HeaderValueOption.BuilderHeaderValueOption.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static HeaderValueOption.BuilderHeaderValueOption. newBuilder()static HeaderValueOption.BuilderHeaderValueOption. newBuilder(HeaderValueOption prototype)HeaderValueOption.BuilderHeaderValueOption. newBuilderForType()protected HeaderValueOption.BuilderHeaderValueOption. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)HeaderValueOption.BuilderHeaderValueOption.Builder. setAppend(com.google.protobuf.BoolValue value)Should the value be appended?HeaderValueOption.BuilderHeaderValueOption.Builder. setAppend(com.google.protobuf.BoolValue.Builder builderForValue)Should the value be appended?HeaderValueOption.BuilderHeaderValueOption.Builder. setAppendAction(HeaderValueOption.HeaderAppendAction value)[#not-implemented-hide:] Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.HeaderValueOption.BuilderHeaderValueOption.Builder. setAppendActionValue(int value)[#not-implemented-hide:] Describes the action taken to append/overwrite the given value for an existing header or to only add this header if it's absent.HeaderValueOption.BuilderHeaderValueOption.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HeaderValueOption.BuilderHeaderValueOption.Builder. setHeader(HeaderValue value)Header name/value pair that this option applies to.HeaderValueOption.BuilderHeaderValueOption.Builder. setHeader(HeaderValue.Builder builderForValue)Header name/value pair that this option applies to.HeaderValueOption.BuilderHeaderValueOption.Builder. setKeepEmptyValue(boolean value)Is the header value allowed to be empty?HeaderValueOption.BuilderHeaderValueOption.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)HeaderValueOption.BuilderHeaderValueOption.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)HeaderValueOption.BuilderHeaderValueOption. toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>HealthCheck.GrpcHealthCheck.Builder. getInitialMetadataBuilderList()Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.List<HeaderValueOption.Builder>HealthCheck.HttpHealthCheck.Builder. getRequestHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description HealthCheck.GrpcHealthCheck.BuilderHealthCheck.GrpcHealthCheck.Builder. addInitialMetadata(int index, HeaderValueOption.Builder builderForValue)Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.BuilderHealthCheck.GrpcHealthCheck.Builder. addInitialMetadata(HeaderValueOption.Builder builderForValue)Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.BuilderHealthCheck.HttpHealthCheck.Builder. addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.BuilderHealthCheck.HttpHealthCheck.Builder. addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.BuilderHealthCheck.GrpcHealthCheck.Builder. setInitialMetadata(int index, HeaderValueOption.Builder builderForValue)Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.HttpHealthCheck.BuilderHealthCheck.HttpHealthCheck.Builder. setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderRoute.Builder. addRequestHeadersToAddBuilder()Specifies a set of headers that will be added to requests matching this route.HeaderValueOption.BuilderRoute.Builder. addRequestHeadersToAddBuilder(int index)Specifies a set of headers that will be added to requests matching this route.HeaderValueOption.BuilderRouteConfiguration.Builder. addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.HeaderValueOption.BuilderRouteConfiguration.Builder. addRequestHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.HeaderValueOption.BuilderVirtualHost.Builder. addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HeaderValueOption.BuilderVirtualHost.Builder. addRequestHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HeaderValueOption.BuilderWeightedCluster.ClusterWeight.Builder. addRequestHeadersToAddBuilder()Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.HeaderValueOption.BuilderWeightedCluster.ClusterWeight.Builder. addRequestHeadersToAddBuilder(int index)Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.HeaderValueOption.BuilderRoute.Builder. addResponseHeadersToAddBuilder()Specifies a set of headers that will be added to responses to requests matching this route.HeaderValueOption.BuilderRoute.Builder. addResponseHeadersToAddBuilder(int index)Specifies a set of headers that will be added to responses to requests matching this route.HeaderValueOption.BuilderRouteConfiguration.Builder. addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.HeaderValueOption.BuilderRouteConfiguration.Builder. addResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.HeaderValueOption.BuilderVirtualHost.Builder. addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response handled by this virtual host.HeaderValueOption.BuilderVirtualHost.Builder. addResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response handled by this virtual host.HeaderValueOption.BuilderWeightedCluster.ClusterWeight.Builder. addResponseHeadersToAddBuilder()Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.HeaderValueOption.BuilderWeightedCluster.ClusterWeight.Builder. addResponseHeadersToAddBuilder(int index)Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.HeaderValueOption.BuilderRoute.Builder. getRequestHeadersToAddBuilder(int index)Specifies a set of headers that will be added to requests matching this route.HeaderValueOption.BuilderRouteConfiguration.Builder. getRequestHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.HeaderValueOption.BuilderVirtualHost.Builder. getRequestHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HeaderValueOption.BuilderWeightedCluster.ClusterWeight.Builder. getRequestHeadersToAddBuilder(int index)Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.HeaderValueOption.BuilderRoute.Builder. getResponseHeadersToAddBuilder(int index)Specifies a set of headers that will be added to responses to requests matching this route.HeaderValueOption.BuilderRouteConfiguration.Builder. getResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.HeaderValueOption.BuilderVirtualHost.Builder. getResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response handled by this virtual host.HeaderValueOption.BuilderWeightedCluster.ClusterWeight.Builder. getResponseHeadersToAddBuilder(int index)Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>Route.Builder. getRequestHeadersToAddBuilderList()Specifies a set of headers that will be added to requests matching this route.List<HeaderValueOption.Builder>RouteConfiguration.Builder. getRequestHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.List<HeaderValueOption.Builder>VirtualHost.Builder. getRequestHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each request handled by this virtual host.List<HeaderValueOption.Builder>WeightedCluster.ClusterWeight.Builder. getRequestHeadersToAddBuilderList()Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.List<HeaderValueOption.Builder>Route.Builder. getResponseHeadersToAddBuilderList()Specifies a set of headers that will be added to responses to requests matching this route.List<HeaderValueOption.Builder>RouteConfiguration.Builder. getResponseHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.List<HeaderValueOption.Builder>VirtualHost.Builder. getResponseHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each response handled by this virtual host.List<HeaderValueOption.Builder>WeightedCluster.ClusterWeight.Builder. getResponseHeadersToAddBuilderList()Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description Route.BuilderRoute.Builder. addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a set of headers that will be added to requests matching this route.Route.BuilderRoute.Builder. addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.BuilderRouteConfiguration.Builder. addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.RouteConfiguration.BuilderRouteConfiguration.Builder. addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.VirtualHost.BuilderVirtualHost.Builder. addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request handled by this virtual host.VirtualHost.BuilderVirtualHost.Builder. addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request handled by this virtual host.WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.Route.BuilderRoute.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a set of headers that will be added to responses to requests matching this route.Route.BuilderRoute.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.BuilderRouteConfiguration.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.RouteConfiguration.BuilderRouteConfiguration.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.VirtualHost.BuilderVirtualHost.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response handled by this virtual host.VirtualHost.BuilderVirtualHost.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response handled by this virtual host.WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.Route.BuilderRoute.Builder. setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.BuilderRouteConfiguration.Builder. setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.VirtualHost.BuilderVirtualHost.Builder. setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request handled by this virtual host.WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of headers to be added to requests when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`.Route.BuilderRoute.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.BuilderRouteConfiguration.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.VirtualHost.BuilderVirtualHost.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response handled by this virtual host.WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of headers to be added to responses when this cluster is selected through the enclosing :ref:`envoy_v3_api_msg_config.route.v3.RouteAction`. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderLocalRateLimit.Builder. addRequestHeadersToAddWhenNotEnforcedBuilder()Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.HeaderValueOption.BuilderLocalRateLimit.Builder. addRequestHeadersToAddWhenNotEnforcedBuilder(int index)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.HeaderValueOption.BuilderLocalRateLimit.Builder. addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.HeaderValueOption.BuilderLocalRateLimit.Builder. addResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.HeaderValueOption.BuilderLocalRateLimit.Builder. getRequestHeadersToAddWhenNotEnforcedBuilder(int index)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.HeaderValueOption.BuilderLocalRateLimit.Builder. getResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>LocalRateLimit.Builder. getRequestHeadersToAddWhenNotEnforcedBuilderList()Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.List<HeaderValueOption.Builder>LocalRateLimit.Builder. getResponseHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.Methods in io.envoyproxy.envoy.extensions.filters.http.local_ratelimit.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description LocalRateLimit.BuilderLocalRateLimit.Builder. addRequestHeadersToAddWhenNotEnforced(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.LocalRateLimit.BuilderLocalRateLimit.Builder. addRequestHeadersToAddWhenNotEnforced(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.LocalRateLimit.BuilderLocalRateLimit.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.LocalRateLimit.BuilderLocalRateLimit.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.LocalRateLimit.BuilderLocalRateLimit.Builder. setRequestHeadersToAddWhenNotEnforced(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.LocalRateLimit.BuilderLocalRateLimit.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderRateLimitQuotaFilterConfig.Builder. addRequestHeadersToAddWhenNotEnforcedBuilder()Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.HeaderValueOption.BuilderRateLimitQuotaFilterConfig.Builder. addRequestHeadersToAddWhenNotEnforcedBuilder(int index)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.HeaderValueOption.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.HeaderValueOption.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. addResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.HeaderValueOption.BuilderRateLimitQuotaFilterConfig.Builder. getRequestHeadersToAddWhenNotEnforcedBuilder(int index)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.HeaderValueOption.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getResponseHeadersToAddBuilder(int index)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>RateLimitQuotaFilterConfig.Builder. getRequestHeadersToAddWhenNotEnforcedBuilderList()Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.List<HeaderValueOption.Builder>RateLimitQuotaBucketSettings.DenyResponseSettings.Builder. getResponseHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.Methods in io.envoyproxy.envoy.extensions.filters.http.rate_limit_quota.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description RateLimitQuotaFilterConfig.BuilderRateLimitQuotaFilterConfig.Builder. addRequestHeadersToAddWhenNotEnforced(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.RateLimitQuotaFilterConfig.BuilderRateLimitQuotaFilterConfig.Builder. addRequestHeadersToAddWhenNotEnforced(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.RateLimitQuotaBucketSettings.DenyResponseSettings.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.RateLimitQuotaBucketSettings.DenyResponseSettings.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.RateLimitQuotaFilterConfig.BuilderRateLimitQuotaFilterConfig.Builder. setRequestHeadersToAddWhenNotEnforced(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each request that has been rate limited and is also forwarded upstream.RateLimitQuotaBucketSettings.DenyResponseSettings.BuilderRateLimitQuotaBucketSettings.DenyResponseSettings.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderResponseMapper.Builder. addHeadersToAddBuilder()HTTP headers to add to a local reply.HeaderValueOption.BuilderResponseMapper.Builder. addHeadersToAddBuilder(int index)HTTP headers to add to a local reply.HeaderValueOption.BuilderResponseMapper.Builder. getHeadersToAddBuilder(int index)HTTP headers to add to a local reply.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>ResponseMapper.Builder. getHeadersToAddBuilderList()HTTP headers to add to a local reply.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description ResponseMapper.BuilderResponseMapper.Builder. addHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)HTTP headers to add to a local reply.ResponseMapper.BuilderResponseMapper.Builder. addHeadersToAdd(HeaderValueOption.Builder builderForValue)HTTP headers to add to a local reply.ResponseMapper.BuilderResponseMapper.Builder. setHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)HTTP headers to add to a local reply. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderTcpProxy.TunnelingConfig.Builder. addHeadersToAddBuilder()Additional request headers to upstream proxy.HeaderValueOption.BuilderTcpProxy.TunnelingConfig.Builder. addHeadersToAddBuilder(int index)Additional request headers to upstream proxy.HeaderValueOption.BuilderTcpProxy.TunnelingConfig.Builder. getHeadersToAddBuilder(int index)Additional request headers to upstream proxy.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>TcpProxy.TunnelingConfig.Builder. getHeadersToAddBuilderList()Additional request headers to upstream proxy.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description TcpProxy.TunnelingConfig.BuilderTcpProxy.TunnelingConfig.Builder. addHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.BuilderTcpProxy.TunnelingConfig.Builder. addHeadersToAdd(HeaderValueOption.Builder builderForValue)Additional request headers to upstream proxy.TcpProxy.TunnelingConfig.BuilderTcpProxy.TunnelingConfig.Builder. setHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)Additional request headers to upstream proxy. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderDeniedHttpResponse.Builder. addHeadersBuilder()This field allows the authorization service to send HTTP response headers to the downstream client.HeaderValueOption.BuilderDeniedHttpResponse.Builder. addHeadersBuilder(int index)This field allows the authorization service to send HTTP response headers to the downstream client.HeaderValueOption.BuilderOkHttpResponse.Builder. addHeadersBuilder()HTTP entity headers in addition to the original request headers.HeaderValueOption.BuilderOkHttpResponse.Builder. addHeadersBuilder(int index)HTTP entity headers in addition to the original request headers.HeaderValueOption.BuilderOkHttpResponse.Builder. addResponseHeadersToAddBuilder()This field allows the authorization service to send HTTP response headers to the downstream client on success.HeaderValueOption.BuilderOkHttpResponse.Builder. addResponseHeadersToAddBuilder(int index)This field allows the authorization service to send HTTP response headers to the downstream client on success.HeaderValueOption.BuilderDeniedHttpResponse.Builder. getHeadersBuilder(int index)This field allows the authorization service to send HTTP response headers to the downstream client.HeaderValueOption.BuilderOkHttpResponse.Builder. getHeadersBuilder(int index)HTTP entity headers in addition to the original request headers.HeaderValueOption.BuilderOkHttpResponse.Builder. getResponseHeadersToAddBuilder(int index)This field allows the authorization service to send HTTP response headers to the downstream client on success.Methods in io.envoyproxy.envoy.service.auth.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>DeniedHttpResponse.Builder. getHeadersBuilderList()This field allows the authorization service to send HTTP response headers to the downstream client.List<HeaderValueOption.Builder>OkHttpResponse.Builder. getHeadersBuilderList()HTTP entity headers in addition to the original request headers.List<HeaderValueOption.Builder>OkHttpResponse.Builder. getResponseHeadersToAddBuilderList()This field allows the authorization service to send HTTP response headers to the downstream client on success.Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. addHeaders(int index, HeaderValueOption.Builder builderForValue)This field allows the authorization service to send HTTP response headers to the downstream client.DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. addHeaders(HeaderValueOption.Builder builderForValue)This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.BuilderOkHttpResponse.Builder. addHeaders(int index, HeaderValueOption.Builder builderForValue)HTTP entity headers in addition to the original request headers.OkHttpResponse.BuilderOkHttpResponse.Builder. addHeaders(HeaderValueOption.Builder builderForValue)HTTP entity headers in addition to the original request headers.OkHttpResponse.BuilderOkHttpResponse.Builder. addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)This field allows the authorization service to send HTTP response headers to the downstream client on success.OkHttpResponse.BuilderOkHttpResponse.Builder. addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue)This field allows the authorization service to send HTTP response headers to the downstream client on success.DeniedHttpResponse.BuilderDeniedHttpResponse.Builder. setHeaders(int index, HeaderValueOption.Builder builderForValue)This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.BuilderOkHttpResponse.Builder. setHeaders(int index, HeaderValueOption.Builder builderForValue)HTTP entity headers in addition to the original request headers.OkHttpResponse.BuilderOkHttpResponse.Builder. setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue)This field allows the authorization service to send HTTP response headers to the downstream client on success. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HeaderValueOption.Builder Modifier and Type Method Description HeaderValueOption.BuilderHeaderMutation.Builder. addSetHeadersBuilder()Add or replace HTTP headers.HeaderValueOption.BuilderHeaderMutation.Builder. addSetHeadersBuilder(int index)Add or replace HTTP headers.HeaderValueOption.BuilderHeaderMutation.Builder. getSetHeadersBuilder(int index)Add or replace HTTP headers.Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type HeaderValueOption.Builder Modifier and Type Method Description List<HeaderValueOption.Builder>HeaderMutation.Builder. getSetHeadersBuilderList()Add or replace HTTP headers.Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HeaderValueOption.Builder Modifier and Type Method Description HeaderMutation.BuilderHeaderMutation.Builder. addSetHeaders(int index, HeaderValueOption.Builder builderForValue)Add or replace HTTP headers.HeaderMutation.BuilderHeaderMutation.Builder. addSetHeaders(HeaderValueOption.Builder builderForValue)Add or replace HTTP headers.HeaderMutation.BuilderHeaderMutation.Builder. setSetHeaders(int index, HeaderValueOption.Builder builderForValue)Add or replace HTTP headers.
-