Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3.HeaderToMetadata.ValueEncode
Packages that use HeaderToMetadata.ValueEncode
Package
Description
-
Uses of HeaderToMetadata.ValueEncode in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3 that return HeaderToMetadata.ValueEncodeModifier and TypeMethodDescriptionstatic HeaderToMetadata.ValueEncodeHeaderToMetadata.ValueEncode.forNumber(int value) HeaderToMetadata.KeyValuePair.Builder.getEncode()How is the value encoded, default is NONE (not encoded).HeaderToMetadata.KeyValuePair.getEncode()How is the value encoded, default is NONE (not encoded).HeaderToMetadata.KeyValuePairOrBuilder.getEncode()How is the value encoded, default is NONE (not encoded).static HeaderToMetadata.ValueEncodeHeaderToMetadata.ValueEncode.valueOf(int value) Deprecated.static HeaderToMetadata.ValueEncodeHeaderToMetadata.ValueEncode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static HeaderToMetadata.ValueEncodeReturns the enum constant of this type with the specified name.static HeaderToMetadata.ValueEncode[]HeaderToMetadata.ValueEncode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3 that return types with arguments of type HeaderToMetadata.ValueEncodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HeaderToMetadata.ValueEncode>HeaderToMetadata.ValueEncode.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3 with parameters of type HeaderToMetadata.ValueEncodeModifier and TypeMethodDescriptionHeaderToMetadata.KeyValuePair.Builder.setEncode(HeaderToMetadata.ValueEncode value) How is the value encoded, default is NONE (not encoded).