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