Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType
-
Packages that use CustomInlineHeader.InlineHeaderType Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of CustomInlineHeader.InlineHeaderType in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as CustomInlineHeader.InlineHeaderType Modifier and Type Field Description private static CustomInlineHeader.InlineHeaderType[]
CustomInlineHeader.InlineHeaderType. VALUES
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type CustomInlineHeader.InlineHeaderType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<CustomInlineHeader.InlineHeaderType>
CustomInlineHeader.InlineHeaderType. internalValueMap
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeader.InlineHeaderType Modifier and Type Method Description static CustomInlineHeader.InlineHeaderType
CustomInlineHeader.InlineHeaderType. forNumber(int value)
CustomInlineHeader.InlineHeaderType
CustomInlineHeader.Builder. getInlineHeaderType()
The type of the header that is expected to be set as the inline header.CustomInlineHeader.InlineHeaderType
CustomInlineHeader. getInlineHeaderType()
The type of the header that is expected to be set as the inline header.CustomInlineHeader.InlineHeaderType
CustomInlineHeaderOrBuilder. getInlineHeaderType()
The type of the header that is expected to be set as the inline header.static CustomInlineHeader.InlineHeaderType
CustomInlineHeader.InlineHeaderType. valueOf(int value)
Deprecated.static CustomInlineHeader.InlineHeaderType
CustomInlineHeader.InlineHeaderType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CustomInlineHeader.InlineHeaderType
CustomInlineHeader.InlineHeaderType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CustomInlineHeader.InlineHeaderType[]
CustomInlineHeader.InlineHeaderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type CustomInlineHeader.InlineHeaderType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CustomInlineHeader.InlineHeaderType>
CustomInlineHeader.InlineHeaderType. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type CustomInlineHeader.InlineHeaderType Modifier and Type Method Description CustomInlineHeader.Builder
CustomInlineHeader.Builder. setInlineHeaderType(CustomInlineHeader.InlineHeaderType value)
The type of the header that is expected to be set as the inline header.
-