Uses of Enum
io.envoyproxy.envoy.config.listener.v3.Listener.DrainType
Packages that use Listener.DrainType
-
Uses of Listener.DrainType in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as Listener.DrainTypeModifier and TypeFieldDescriptionprivate static final Listener.DrainType[]
Listener.DrainType.VALUES
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Listener.DrainTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<Listener.DrainType> Listener.DrainType.internalValueMap
Methods in io.envoyproxy.envoy.config.listener.v3 that return Listener.DrainTypeModifier and TypeMethodDescriptionstatic Listener.DrainType
Listener.DrainType.forNumber
(int value) Listener.Builder.getDrainType()
The type of draining to perform at a listener-wide level.Listener.getDrainType()
The type of draining to perform at a listener-wide level.ListenerOrBuilder.getDrainType()
The type of draining to perform at a listener-wide level.static Listener.DrainType
Listener.DrainType.valueOf
(int value) Deprecated.static Listener.DrainType
Listener.DrainType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Listener.DrainType
Returns the enum constant of this type with the specified name.static Listener.DrainType[]
Listener.DrainType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Listener.DrainTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Listener.DrainType> Listener.DrainType.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Listener.DrainTypeModifier and TypeMethodDescriptionListener.Builder.setDrainType
(Listener.DrainType value) The type of draining to perform at a listener-wide level.