Uses of Class
io.envoyproxy.envoy.config.core.v3.HeaderValueOption.Builder
Packages that use HeaderValueOption.Builder
Package
Description
-
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.getAppendBuilder()Append new header by the specified HeaderValueOption.Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.setAppend(HeaderValueOption.Builder builderForValue) Append new header by the specified HeaderValueOption. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionHealthCheck.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.HealthCheck.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.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.HealthCheck.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.HttpService.Builder.addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HttpService.Builder.addRequestHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HeaderValueOption.Builder.clear()HeaderValueOption.Builder.clearAppend()Deprecated.HeaderValueOption.Builder.clearAppendAction()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.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HeaderValueOption.Builder.clearHeader()Header name/value pair that this option applies to.HeaderValueOption.Builder.clearKeepEmptyValue()Is the header value allowed to be empty?HeaderValueOption.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HeaderValueOption.Builder.clone()HealthCheck.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.HealthCheck.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.HttpService.Builder.getRequestHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HeaderValueOption.Builder.mergeAppend(com.google.protobuf.BoolValue value) Deprecated.HeaderValueOption.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HeaderValueOption.Builder.mergeFrom(com.google.protobuf.Message other) HeaderValueOption.Builder.mergeFrom(HeaderValueOption other) HeaderValueOption.Builder.mergeHeader(HeaderValue value) Header name/value pair that this option applies to.HeaderValueOption.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HeaderValueOption.BuilderHeaderValueOption.newBuilder()static HeaderValueOption.BuilderHeaderValueOption.newBuilder(HeaderValueOption prototype) HeaderValueOption.newBuilderForType()protected HeaderValueOption.BuilderHeaderValueOption.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HeaderValueOption.Builder.setAppend(com.google.protobuf.BoolValue value) Deprecated.HeaderValueOption.Builder.setAppend(com.google.protobuf.BoolValue.Builder builderForValue) Deprecated.HeaderValueOption.Builder.setAppendAction(HeaderValueOption.HeaderAppendAction value) 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.Builder.setAppendActionValue(int value) 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.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HeaderValueOption.Builder.setHeader(HeaderValue value) Header name/value pair that this option applies to.HeaderValueOption.Builder.setHeader(HeaderValue.Builder builderForValue) Header name/value pair that this option applies to.HeaderValueOption.Builder.setKeepEmptyValue(boolean value) Is the header value allowed to be empty?HeaderValueOption.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HeaderValueOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HeaderValueOption.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionHealthCheck.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.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.HttpService.Builder.getRequestHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each request handled by this virtual host.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionHealthCheck.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.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.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.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.HttpService.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.HttpService.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.HealthCheck.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.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.HttpService.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. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionRoute.Builder.addRequestHeadersToAddBuilder()Specifies a set of headers that will be added to requests matching this route.Route.Builder.addRequestHeadersToAddBuilder(int index) Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.Builder.addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.RouteConfiguration.Builder.addRequestHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.VirtualHost.Builder.addRequestHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each request handled by this virtual host.VirtualHost.Builder.addRequestHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.WeightedCluster.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`.WeightedCluster.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`.Route.Builder.addResponseHeadersToAddBuilder()Specifies a set of headers that will be added to responses to requests matching this route.Route.Builder.addResponseHeadersToAddBuilder(int index) Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.Builder.addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.RouteConfiguration.Builder.addResponseHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.VirtualHost.Builder.addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response handled by this virtual host.VirtualHost.Builder.addResponseHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each response handled by this virtual host.WeightedCluster.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`.WeightedCluster.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`.Route.Builder.getRequestHeadersToAddBuilder(int index) Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.Builder.getRequestHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.VirtualHost.Builder.getRequestHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.WeightedCluster.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`.Route.Builder.getResponseHeadersToAddBuilder(int index) Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.Builder.getResponseHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.VirtualHost.Builder.getResponseHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each response handled by this virtual host.WeightedCluster.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.BuilderModifier and TypeMethodDescriptionRoute.Builder.getRequestHeadersToAddBuilderList()Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.Builder.getRequestHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each request routed by the HTTP connection manager.VirtualHost.Builder.getRequestHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each request handled by this virtual host.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`.Route.Builder.getResponseHeadersToAddBuilderList()Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.Builder.getResponseHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.VirtualHost.Builder.getResponseHeadersToAddBuilderList()Specifies a list of HTTP headers that should be added to each response handled by this virtual host.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.BuilderModifier and TypeMethodDescriptionRoute.Builder.addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Specifies a set of headers that will be added to requests matching this route.Route.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue) Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.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.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.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.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.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.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.Builder.addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Specifies a set of headers that will be added to responses to requests matching this route.Route.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue) Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.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.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue) Specifies a list of HTTP headers that should be added to each response that the connection manager encodes.VirtualHost.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.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.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.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.Builder.setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Specifies a set of headers that will be added to requests matching this route.RouteConfiguration.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.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.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.Builder.setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Specifies a set of headers that will be added to responses to requests matching this route.RouteConfiguration.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.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.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.BuilderModifier and TypeMethodDescriptionLocalRateLimit.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.LocalRateLimit.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.LocalRateLimit.Builder.addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.LocalRateLimit.Builder.addResponseHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.LocalRateLimit.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.LocalRateLimit.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.BuilderModifier and TypeMethodDescriptionLocalRateLimit.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.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.BuilderModifier and TypeMethodDescriptionLocalRateLimit.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.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.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.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.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.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.BuilderModifier and TypeMethodDescriptionRateLimitQuotaFilterConfig.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.RateLimitQuotaFilterConfig.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.RateLimitQuotaBucketSettings.DenyResponseSettings.Builder.addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.RateLimitQuotaBucketSettings.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.RateLimitQuotaFilterConfig.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.RateLimitQuotaBucketSettings.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.BuilderModifier and TypeMethodDescriptionRateLimitQuotaFilterConfig.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.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.BuilderModifier and TypeMethodDescriptionRateLimitQuotaFilterConfig.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.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.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.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.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.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.ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionRateLimit.Builder.addResponseHeadersToAddBuilder()Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.RateLimit.Builder.addResponseHeadersToAddBuilder(int index) Specifies a list of HTTP headers that should be added to each response for requests that have been rate limited.RateLimit.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.ratelimit.v3 that return types with arguments of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionRateLimit.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.ratelimit.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionRateLimit.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.RateLimit.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.RateLimit.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.BuilderModifier and TypeMethodDescriptionResponseMapper.Builder.addHeadersToAddBuilder()HTTP headers to add to a local reply.ResponseMapper.Builder.addHeadersToAddBuilder(int index) HTTP headers to add to a local reply.ResponseMapper.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.BuilderModifier and TypeMethodDescriptionResponseMapper.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.BuilderModifier and TypeMethodDescriptionResponseMapper.Builder.addHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to a local reply.ResponseMapper.Builder.addHeadersToAdd(HeaderValueOption.Builder builderForValue) HTTP headers to add to a local reply.ResponseMapper.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.BuilderModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.addHeadersToAddBuilder()Additional request headers to send to the upstream proxy.TcpProxy.TunnelingConfig.Builder.addHeadersToAddBuilder(int index) Additional request headers to send to the upstream proxy.TcpProxy.TunnelingConfig.Builder.getHeadersToAddBuilder(int index) Additional request headers to send to the upstream proxy.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return types with arguments of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.getHeadersToAddBuilderList()Additional request headers to send to the upstream proxy.Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionTcpProxy.TunnelingConfig.Builder.addHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Additional request headers to send to the upstream proxy.TcpProxy.TunnelingConfig.Builder.addHeadersToAdd(HeaderValueOption.Builder builderForValue) Additional request headers to send to the upstream proxy.TcpProxy.TunnelingConfig.Builder.setHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Additional request headers to send to the upstream proxy. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionUdpProxyConfig.UdpTunnelingConfig.Builder.addHeadersToAddBuilder()Additional request headers to upstream proxy.UdpProxyConfig.UdpTunnelingConfig.Builder.addHeadersToAddBuilder(int index) Additional request headers to upstream proxy.UdpProxyConfig.UdpTunnelingConfig.Builder.getHeadersToAddBuilder(int index) Additional request headers to upstream proxy.Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 that return types with arguments of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionUdpProxyConfig.UdpTunnelingConfig.Builder.getHeadersToAddBuilderList()Additional request headers to upstream proxy.Methods in io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionUdpProxyConfig.UdpTunnelingConfig.Builder.addHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Additional request headers to upstream proxy.UdpProxyConfig.UdpTunnelingConfig.Builder.addHeadersToAdd(HeaderValueOption.Builder builderForValue) Additional request headers to upstream proxy.UdpProxyConfig.UdpTunnelingConfig.Builder.setHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) Additional request headers to upstream proxy. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.http.custom_response.local_response_policy.v3
Methods in io.envoyproxy.envoy.extensions.http.custom_response.local_response_policy.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionLocalResponsePolicy.Builder.addResponseHeadersToAddBuilder()HTTP headers to add to the response.LocalResponsePolicy.Builder.addResponseHeadersToAddBuilder(int index) HTTP headers to add to the response.LocalResponsePolicy.Builder.getResponseHeadersToAddBuilder(int index) HTTP headers to add to the response.Methods in io.envoyproxy.envoy.extensions.http.custom_response.local_response_policy.v3 that return types with arguments of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionLocalResponsePolicy.Builder.getResponseHeadersToAddBuilderList()HTTP headers to add to the response.Methods in io.envoyproxy.envoy.extensions.http.custom_response.local_response_policy.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionLocalResponsePolicy.Builder.addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to the response.LocalResponsePolicy.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue) HTTP headers to add to the response.LocalResponsePolicy.Builder.setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to the response. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.extensions.http.custom_response.redirect_policy.v3
Methods in io.envoyproxy.envoy.extensions.http.custom_response.redirect_policy.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionRedirectPolicy.Builder.addRequestHeadersToAddBuilder()HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.addRequestHeadersToAddBuilder(int index) HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.addResponseHeadersToAddBuilder()HTTP headers to add to the response.RedirectPolicy.Builder.addResponseHeadersToAddBuilder(int index) HTTP headers to add to the response.RedirectPolicy.Builder.getRequestHeadersToAddBuilder(int index) HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.getResponseHeadersToAddBuilder(int index) HTTP headers to add to the response.Methods in io.envoyproxy.envoy.extensions.http.custom_response.redirect_policy.v3 that return types with arguments of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionRedirectPolicy.Builder.getRequestHeadersToAddBuilderList()HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.getResponseHeadersToAddBuilderList()HTTP headers to add to the response.Methods in io.envoyproxy.envoy.extensions.http.custom_response.redirect_policy.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionRedirectPolicy.Builder.addRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue) HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.addResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to the response.RedirectPolicy.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue) HTTP headers to add to the response.RedirectPolicy.Builder.setRequestHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to the request before it is internally redirected.RedirectPolicy.Builder.setResponseHeadersToAdd(int index, HeaderValueOption.Builder builderForValue) HTTP headers to add to the response. -
Uses of HeaderValueOption.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return HeaderValueOption.BuilderModifier and TypeMethodDescriptionDeniedHttpResponse.Builder.addHeadersBuilder()This field allows the authorization service to send HTTP response headers to the downstream client.DeniedHttpResponse.Builder.addHeadersBuilder(int index) This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.Builder.addHeadersBuilder()HTTP entity headers in addition to the original request headers.OkHttpResponse.Builder.addHeadersBuilder(int index) HTTP entity headers in addition to the original request headers.OkHttpResponse.Builder.addResponseHeadersToAddBuilder()This field allows the authorization service to send HTTP response headers to the downstream client on success.OkHttpResponse.Builder.addResponseHeadersToAddBuilder(int index) This field allows the authorization service to send HTTP response headers to the downstream client on success.DeniedHttpResponse.Builder.getHeadersBuilder(int index) This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.Builder.getHeadersBuilder(int index) HTTP entity headers in addition to the original request headers.OkHttpResponse.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.BuilderModifier and TypeMethodDescriptionDeniedHttpResponse.Builder.getHeadersBuilderList()This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.Builder.getHeadersBuilderList()HTTP entity headers in addition to the original request headers.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.BuilderModifier and TypeMethodDescriptionDeniedHttpResponse.Builder.addHeaders(int index, HeaderValueOption.Builder builderForValue) This field allows the authorization service to send HTTP response headers to the downstream client.DeniedHttpResponse.Builder.addHeaders(HeaderValueOption.Builder builderForValue) This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.Builder.addHeaders(int index, HeaderValueOption.Builder builderForValue) HTTP entity headers in addition to the original request headers.OkHttpResponse.Builder.addHeaders(HeaderValueOption.Builder builderForValue) HTTP entity headers in addition to the original request headers.OkHttpResponse.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.Builder.addResponseHeadersToAdd(HeaderValueOption.Builder builderForValue) This field allows the authorization service to send HTTP response headers to the downstream client on success.DeniedHttpResponse.Builder.setHeaders(int index, HeaderValueOption.Builder builderForValue) This field allows the authorization service to send HTTP response headers to the downstream client.OkHttpResponse.Builder.setHeaders(int index, HeaderValueOption.Builder builderForValue) HTTP entity headers in addition to the original request headers.OkHttpResponse.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.BuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.addSetHeadersBuilder()Add or replace HTTP headers.HeaderMutation.Builder.addSetHeadersBuilder(int index) Add or replace HTTP headers.HeaderMutation.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.BuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.getSetHeadersBuilderList()Add or replace HTTP headers.Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HeaderValueOption.BuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.addSetHeaders(int index, HeaderValueOption.Builder builderForValue) Add or replace HTTP headers.HeaderMutation.Builder.addSetHeaders(HeaderValueOption.Builder builderForValue) Add or replace HTTP headers.HeaderMutation.Builder.setSetHeaders(int index, HeaderValueOption.Builder builderForValue) Add or replace HTTP headers.