Uses of Class
io.envoyproxy.envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerType
-
Packages that use ScaleTimersOverloadActionConfig.TimerType Package Description io.envoyproxy.envoy.config.overload.v3 -
-
Uses of ScaleTimersOverloadActionConfig.TimerType in io.envoyproxy.envoy.config.overload.v3
Fields in io.envoyproxy.envoy.config.overload.v3 declared as ScaleTimersOverloadActionConfig.TimerType Modifier and Type Field Description private static ScaleTimersOverloadActionConfig.TimerType[]
ScaleTimersOverloadActionConfig.TimerType. VALUES
Fields in io.envoyproxy.envoy.config.overload.v3 with type parameters of type ScaleTimersOverloadActionConfig.TimerType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ScaleTimersOverloadActionConfig.TimerType>
ScaleTimersOverloadActionConfig.TimerType. internalValueMap
Methods in io.envoyproxy.envoy.config.overload.v3 that return ScaleTimersOverloadActionConfig.TimerType Modifier and Type Method Description static ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.TimerType. forNumber(int value)
ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. getTimer()
The type of timer this minimum applies to.ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.ScaleTimer. getTimer()
The type of timer this minimum applies to.ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.ScaleTimerOrBuilder. getTimer()
The type of timer this minimum applies to.static ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.TimerType. valueOf(int value)
Deprecated.static ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.TimerType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ScaleTimersOverloadActionConfig.TimerType
ScaleTimersOverloadActionConfig.TimerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScaleTimersOverloadActionConfig.TimerType[]
ScaleTimersOverloadActionConfig.TimerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.overload.v3 that return types with arguments of type ScaleTimersOverloadActionConfig.TimerType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ScaleTimersOverloadActionConfig.TimerType>
ScaleTimersOverloadActionConfig.TimerType. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.overload.v3 with parameters of type ScaleTimersOverloadActionConfig.TimerType Modifier and Type Method Description ScaleTimersOverloadActionConfig.ScaleTimer.Builder
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. setTimer(ScaleTimersOverloadActionConfig.TimerType value)
The type of timer this minimum applies to.
-