Uses of Class
io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2.Config.ValueType
-
Packages that use Config.ValueType Package Description io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 -
-
Uses of Config.ValueType 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.ValueType Modifier and Type Method Description static Config.ValueTypeConfig.ValueType. forNumber(int value)Config.ValueTypeConfig.KeyValuePair.Builder. getType()The value's type — defaults to string.Config.ValueTypeConfig.KeyValuePair. getType()The value's type — defaults to string.Config.ValueTypeConfig.KeyValuePairOrBuilder. getType()The value's type — defaults to string.static Config.ValueTypeConfig.ValueType. valueOf(int value)Deprecated.static Config.ValueTypeConfig.ValueType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Config.ValueTypeConfig.ValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static Config.ValueType[]Config.ValueType. 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.ValueType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Config.ValueType>Config.ValueType. internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 with parameters of type Config.ValueType Modifier and Type Method Description Config.KeyValuePair.BuilderConfig.KeyValuePair.Builder. setType(Config.ValueType value)The value's type — defaults to string.
-