Uses of Enum
io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3.FilterStateValue.SharedWithUpstream
Packages that use FilterStateValue.SharedWithUpstream
-
Uses of FilterStateValue.SharedWithUpstream 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.SharedWithUpstreamModifier and TypeMethodDescriptionFilterStateValue.SharedWithUpstream.forNumber(int value) FilterStateValue.Builder.getSharedWithUpstream()Configures the object to be shared with the upstream internal connections.FilterStateValue.getSharedWithUpstream()Configures the object to be shared with the upstream internal connections.FilterStateValueOrBuilder.getSharedWithUpstream()Configures the object to be shared with the upstream internal connections.FilterStateValue.SharedWithUpstream.valueOf(int value) Deprecated.FilterStateValue.SharedWithUpstream.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static FilterStateValue.SharedWithUpstream[]FilterStateValue.SharedWithUpstream.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3 that return types with arguments of type FilterStateValue.SharedWithUpstreamModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FilterStateValue.SharedWithUpstream>FilterStateValue.SharedWithUpstream.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.common.set_filter_state.v3 with parameters of type FilterStateValue.SharedWithUpstreamModifier and TypeMethodDescriptionFilterStateValue.Builder.setSharedWithUpstream(FilterStateValue.SharedWithUpstream value) Configures the object to be shared with the upstream internal connections.