Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.header_to_metadata.v3.HeaderToMetadata.ValueType
Packages that use HeaderToMetadata.ValueType
Package
Description
-
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.ValueTypeModifier and TypeMethodDescriptionstatic HeaderToMetadata.ValueTypeHeaderToMetadata.ValueType.forNumber(int value) HeaderToMetadata.KeyValuePair.Builder.getType()The value's type — defaults to string.HeaderToMetadata.KeyValuePair.getType()The value's type — defaults to string.HeaderToMetadata.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.ValueTypeReturns 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.ValueTypeModifier and TypeMethodDescriptionstatic 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.ValueTypeModifier and TypeMethodDescriptionHeaderToMetadata.KeyValuePair.Builder.setType(HeaderToMetadata.ValueType value) The value's type — defaults to string.