Uses of Class
io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue.Builder
Packages that use FilterStateValue.Builder
Package
Description
-
Uses of FilterStateValue.Builder in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3 that return FilterStateValue.BuilderModifier and TypeMethodDescriptionFilterStateValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterStateValue.Builder.clear()FilterStateValue.Builder.clearFactoryKey()Specifies which registered factory should be used to create the filter state object from the provided value.FilterStateValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FilterStateValue.Builder.clearFormatString()Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.Builder.clearKey()FilterStateValue.Builder.clearObjectKey()The name under which the filter state object will be stored and can be retrieved.FilterStateValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FilterStateValue.Builder.clearReadOnly()If marked as read-only, the filter state key value is locked, and cannot be overridden by any filter, including this filter.FilterStateValue.Builder.clearSharedWithUpstream()Configures the object to be shared with the upstream internal connections.FilterStateValue.Builder.clearSkipIfEmpty()Skip the update if the value evaluates to an empty string.FilterStateValue.Builder.clearValue()FilterStateValue.Builder.clone()FilterStateValue.Builder.mergeFormatString(SubstitutionFormatString value) Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterStateValue.Builder.mergeFrom(com.google.protobuf.Message other) FilterStateValue.Builder.mergeFrom(FilterStateValue other) final FilterStateValue.BuilderFilterStateValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FilterStateValue.BuilderFilterStateValue.newBuilder()static FilterStateValue.BuilderFilterStateValue.newBuilder(FilterStateValue prototype) FilterStateValue.newBuilderForType()protected FilterStateValue.BuilderFilterStateValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FilterStateValue.Builder.setFactoryKey(String value) Specifies which registered factory should be used to create the filter state object from the provided value.FilterStateValue.Builder.setFactoryKeyBytes(com.google.protobuf.ByteString value) Specifies which registered factory should be used to create the filter state object from the provided value.FilterStateValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterStateValue.Builder.setFormatString(SubstitutionFormatString value) Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.Builder.setFormatString(SubstitutionFormatString.Builder builderForValue) Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.Builder.setObjectKey(String value) The name under which the filter state object will be stored and can be retrieved.FilterStateValue.Builder.setObjectKeyBytes(com.google.protobuf.ByteString value) The name under which the filter state object will be stored and can be retrieved.FilterStateValue.Builder.setReadOnly(boolean value) If marked as read-only, the filter state key value is locked, and cannot be overridden by any filter, including this filter.FilterStateValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FilterStateValue.Builder.setSharedWithUpstream(FilterStateValue.SharedWithUpstream value) Configures the object to be shared with the upstream internal connections.FilterStateValue.Builder.setSharedWithUpstreamValue(int value) Configures the object to be shared with the upstream internal connections.FilterStateValue.Builder.setSkipIfEmpty(boolean value) Skip the update if the value evaluates to an empty string.final FilterStateValue.BuilderFilterStateValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterStateValue.toBuilder() -
Uses of FilterStateValue.Builder in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 that return FilterStateValue.BuilderModifier and TypeMethodDescriptionConfig.Builder.addOnRequestHeadersBuilder()A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeadersBuilder(int index) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.getOnRequestHeadersBuilder(int index) A sequence of the filter state values to apply in the specified order when a new request is received.Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 that return types with arguments of type FilterStateValue.BuilderModifier and TypeMethodDescriptionConfig.Builder.getOnRequestHeadersBuilderList()A sequence of the filter state values to apply in the specified order when a new request is received.Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 with parameters of type FilterStateValue.BuilderModifier and TypeMethodDescriptionConfig.Builder.addOnRequestHeaders(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeaders(FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.setOnRequestHeaders(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new request is received. -
Uses of FilterStateValue.Builder in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 that return FilterStateValue.BuilderModifier and TypeMethodDescriptionConfig.Builder.addOnDownstreamTlsHandshakeBuilder()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnDownstreamTlsHandshakeBuilder(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnNewConnectionBuilder()A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addOnNewConnectionBuilder(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.getOnDownstreamTlsHandshakeBuilder(int index) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.getOnNewConnectionBuilder(int index) A sequence of the filter state values to apply in the specified order when a new connection is received.Methods in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 that return types with arguments of type FilterStateValue.BuilderModifier and TypeMethodDescriptionConfig.Builder.getOnDownstreamTlsHandshakeBuilderList()A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.getOnNewConnectionBuilderList()A sequence of the filter state values to apply in the specified order when a new connection is received.Methods in io.envoyproxy.envoy.extensions.filters.network.set_filter_state.v3 with parameters of type FilterStateValue.BuilderModifier and TypeMethodDescriptionConfig.Builder.addOnDownstreamTlsHandshake(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnDownstreamTlsHandshake(FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.addOnNewConnection(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.addOnNewConnection(FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new connection is received.Config.Builder.setOnDownstreamTlsHandshake(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when the downstream TLS handshake is complete.Config.Builder.setOnNewConnection(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new connection is received.