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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeader.InlineHeaderType Modifier and Type Method Description static CustomInlineHeader.InlineHeaderTypeCustomInlineHeader.InlineHeaderType. forNumber(int value)CustomInlineHeader.InlineHeaderTypeCustomInlineHeader.Builder. getInlineHeaderType()The type of the header that is expected to be set as the inline header.CustomInlineHeader.InlineHeaderTypeCustomInlineHeader. getInlineHeaderType()The type of the header that is expected to be set as the inline header.CustomInlineHeader.InlineHeaderTypeCustomInlineHeaderOrBuilder. getInlineHeaderType()The type of the header that is expected to be set as the inline header.static CustomInlineHeader.InlineHeaderTypeCustomInlineHeader.InlineHeaderType. valueOf(int value)Deprecated.static CustomInlineHeader.InlineHeaderTypeCustomInlineHeader.InlineHeaderType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CustomInlineHeader.InlineHeaderTypeCustomInlineHeader.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.BuilderCustomInlineHeader.Builder. setInlineHeaderType(CustomInlineHeader.InlineHeaderType value)The type of the header that is expected to be set as the inline header.
-