Uses of Class
com.google.api.servicemanagement.v1.Rollout.StrategyCase
-
Packages that use Rollout.StrategyCase Package Description com.google.api.servicemanagement.v1 -
-
Uses of Rollout.StrategyCase in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return Rollout.StrategyCase Modifier and Type Method Description static Rollout.StrategyCase
Rollout.StrategyCase. forNumber(int value)
Rollout.StrategyCase
Rollout.Builder. getStrategyCase()
Rollout.StrategyCase
Rollout. getStrategyCase()
Rollout.StrategyCase
RolloutOrBuilder. getStrategyCase()
static Rollout.StrategyCase
Rollout.StrategyCase. valueOf(int value)
Deprecated.static Rollout.StrategyCase
Rollout.StrategyCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rollout.StrategyCase[]
Rollout.StrategyCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-