Uses of Class
io.envoyproxy.envoy.config.listener.v3.Listener.DrainType
-
Packages that use Listener.DrainType Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of Listener.DrainType in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as Listener.DrainType Modifier and Type Field Description private static Listener.DrainType[]
Listener.DrainType. VALUES
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Listener.DrainType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Listener.DrainType>
Listener.DrainType. internalValueMap
Methods in io.envoyproxy.envoy.config.listener.v3 that return Listener.DrainType Modifier and Type Method Description static Listener.DrainType
Listener.DrainType. forNumber(int value)
Listener.DrainType
Listener.Builder. getDrainType()
The type of draining to perform at a listener-wide level.Listener.DrainType
Listener. getDrainType()
The type of draining to perform at a listener-wide level.Listener.DrainType
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
Listener.DrainType. valueOf(java.lang.String name)
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.DrainType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Listener.DrainType>
Listener.DrainType. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Listener.DrainType Modifier and Type Method Description Listener.Builder
Listener.Builder. setDrainType(Listener.DrainType value)
The type of draining to perform at a listener-wide level.
-