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