Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3.HeaderToMetadata.ValueEncode
-
Packages that use HeaderToMetadata.ValueEncode Package Description io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3 -
-
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.ValueEncode Modifier and Type Method Description static HeaderToMetadata.ValueEncodeHeaderToMetadata.ValueEncode. forNumber(int value)HeaderToMetadata.ValueEncodeHeaderToMetadata.KeyValuePair.Builder. getEncode()How is the value encoded, default is NONE (not encoded).HeaderToMetadata.ValueEncodeHeaderToMetadata.KeyValuePair. getEncode()How is the value encoded, default is NONE (not encoded).HeaderToMetadata.ValueEncodeHeaderToMetadata.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.ValueEncodeHeaderToMetadata.ValueEncode. valueOf(String name)Returns 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.ValueEncode Modifier and Type Method Description static 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.ValueEncode Modifier and Type Method Description HeaderToMetadata.KeyValuePair.BuilderHeaderToMetadata.KeyValuePair.Builder. setEncode(HeaderToMetadata.ValueEncode value)How is the value encoded, default is NONE (not encoded).
-