Uses of Class
io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3.Config.ValueEncode
-
Packages that use Config.ValueEncode Package Description io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3 -
-
Uses of Config.ValueEncode in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3 that return Config.ValueEncode Modifier and Type Method Description static Config.ValueEncodeConfig.ValueEncode. forNumber(int value)Config.ValueEncodeConfig.KeyValuePair.Builder. getEncode()How is the value encoded, default is NONE (not encoded).Config.ValueEncodeConfig.KeyValuePair. getEncode()How is the value encoded, default is NONE (not encoded).Config.ValueEncodeConfig.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.ValueEncodeConfig.ValueEncode. valueOf(String name)Returns 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.extensions.filters.http.header_to_metadata.v3 that return types with arguments of type Config.ValueEncode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Config.ValueEncode>Config.ValueEncode. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3 with parameters of type Config.ValueEncode Modifier and Type Method Description Config.KeyValuePair.BuilderConfig.KeyValuePair.Builder. setEncode(Config.ValueEncode value)How is the value encoded, default is NONE (not encoded).
-