Uses of Enum
io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType
Packages that use CustomInlineHeader.InlineHeaderType
-
Uses of CustomInlineHeader.InlineHeaderType in io.envoyproxy.envoy.config.bootstrap.v3
Subclasses with type arguments of type CustomInlineHeader.InlineHeaderType in io.envoyproxy.envoy.config.bootstrap.v3Modifier and TypeClassDescriptionstatic enumProtobuf enumenvoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderTypeFields in io.envoyproxy.envoy.config.bootstrap.v3 declared as CustomInlineHeader.InlineHeaderTypeModifier and TypeFieldDescriptionprivate static final CustomInlineHeader.InlineHeaderType[]CustomInlineHeader.InlineHeaderType.VALUESFields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type CustomInlineHeader.InlineHeaderTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<CustomInlineHeader.InlineHeaderType> CustomInlineHeader.InlineHeaderType.internalValueMapMethods in io.envoyproxy.envoy.config.bootstrap.v3 that return CustomInlineHeader.InlineHeaderTypeModifier and TypeMethodDescriptionCustomInlineHeader.InlineHeaderType.forNumber(int value) CustomInlineHeader.Builder.getInlineHeaderType()The type of the header that is expected to be set as the inline header.CustomInlineHeader.getInlineHeaderType()The type of the header that is expected to be set as the inline header.CustomInlineHeaderOrBuilder.getInlineHeaderType()The type of the header that is expected to be set as the inline header.CustomInlineHeader.InlineHeaderType.valueOf(int value) Deprecated.CustomInlineHeader.InlineHeaderType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.InlineHeaderTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CustomInlineHeader.InlineHeaderType> CustomInlineHeader.InlineHeaderType.internalGetValueMap()Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type CustomInlineHeader.InlineHeaderTypeModifier and TypeMethodDescriptionCustomInlineHeader.Builder.setInlineHeaderType(CustomInlineHeader.InlineHeaderType value) The type of the header that is expected to be set as the inline header.