Uses of Class
io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue.Builder
-
-
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.Builder Modifier and Type Method Description FilterStateValue.BuilderFilterStateValue.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FilterStateValue.BuilderFilterStateValue.Builder. clear()FilterStateValue.BuilderFilterStateValue.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)FilterStateValue.BuilderFilterStateValue.Builder. clearFormatString()Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.BuilderFilterStateValue.Builder. clearKey()FilterStateValue.BuilderFilterStateValue.Builder. clearObjectKey()Filter state object key.FilterStateValue.BuilderFilterStateValue.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)FilterStateValue.BuilderFilterStateValue.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.BuilderFilterStateValue.Builder. clearSharedWithUpstream()Configures the object to be shared with the upstream internal connections.FilterStateValue.BuilderFilterStateValue.Builder. clearSkipIfEmpty()Skip the update if the value evaluates to an empty string.FilterStateValue.BuilderFilterStateValue.Builder. clearValue()FilterStateValue.BuilderFilterStateValue.Builder. clone()FilterStateValue.BuilderFilterStateValue.Builder. mergeFormatString(SubstitutionFormatString value)Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.BuilderFilterStateValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)FilterStateValue.BuilderFilterStateValue.Builder. mergeFrom(com.google.protobuf.Message other)FilterStateValue.BuilderFilterStateValue.Builder. mergeFrom(FilterStateValue other)FilterStateValue.BuilderFilterStateValue.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static FilterStateValue.BuilderFilterStateValue. newBuilder()static FilterStateValue.BuilderFilterStateValue. newBuilder(FilterStateValue prototype)FilterStateValue.BuilderFilterStateValue. newBuilderForType()protected FilterStateValue.BuilderFilterStateValue. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)FilterStateValue.BuilderFilterStateValue.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)FilterStateValue.BuilderFilterStateValue.Builder. setFormatString(SubstitutionFormatString value)Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.BuilderFilterStateValue.Builder. setFormatString(SubstitutionFormatString.Builder builderForValue)Uses the :ref:`format string <config_access_log_format_strings>` to instantiate the filter state object value.FilterStateValue.BuilderFilterStateValue.Builder. setObjectKey(String value)Filter state object key.FilterStateValue.BuilderFilterStateValue.Builder. setObjectKeyBytes(com.google.protobuf.ByteString value)Filter state object key.FilterStateValue.BuilderFilterStateValue.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.BuilderFilterStateValue.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)FilterStateValue.BuilderFilterStateValue.Builder. setSharedWithUpstream(FilterStateValue.SharedWithUpstream value)Configures the object to be shared with the upstream internal connections.FilterStateValue.BuilderFilterStateValue.Builder. setSharedWithUpstreamValue(int value)Configures the object to be shared with the upstream internal connections.FilterStateValue.BuilderFilterStateValue.Builder. setSkipIfEmpty(boolean value)Skip the update if the value evaluates to an empty string.FilterStateValue.BuilderFilterStateValue.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)FilterStateValue.BuilderFilterStateValue. 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.Builder Modifier and Type Method Description FilterStateValue.BuilderConfig.Builder. addOnRequestHeadersBuilder()A sequence of the filter state values to apply in the specified order when a new request is received.FilterStateValue.BuilderConfig.Builder. addOnRequestHeadersBuilder(int index)A sequence of the filter state values to apply in the specified order when a new request is received.FilterStateValue.BuilderConfig.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.Builder Modifier and Type Method Description List<FilterStateValue.Builder>Config.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.Builder Modifier and Type Method Description Config.BuilderConfig.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.BuilderConfig.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.BuilderConfig.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.Builder Modifier and Type Method Description FilterStateValue.BuilderConfig.Builder. addOnNewConnectionBuilder()A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValue.BuilderConfig.Builder. addOnNewConnectionBuilder(int index)A sequence of the filter state values to apply in the specified order when a new connection is received.FilterStateValue.BuilderConfig.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.Builder Modifier and Type Method Description List<FilterStateValue.Builder>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.Builder Modifier and Type Method Description Config.BuilderConfig.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.BuilderConfig.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.BuilderConfig.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.
-