Uses of Class
com.google.cloud.deploy.v1.Strategy.DeploymentStrategyCase
-
Packages that use Strategy.DeploymentStrategyCase Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Strategy.DeploymentStrategyCase in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Strategy.DeploymentStrategyCase Modifier and Type Method Description static Strategy.DeploymentStrategyCase
Strategy.DeploymentStrategyCase. forNumber(int value)
Strategy.DeploymentStrategyCase
Strategy.Builder. getDeploymentStrategyCase()
Strategy.DeploymentStrategyCase
Strategy. getDeploymentStrategyCase()
Strategy.DeploymentStrategyCase
StrategyOrBuilder. getDeploymentStrategyCase()
static Strategy.DeploymentStrategyCase
Strategy.DeploymentStrategyCase. valueOf(int value)
Deprecated.static Strategy.DeploymentStrategyCase
Strategy.DeploymentStrategyCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Strategy.DeploymentStrategyCase[]
Strategy.DeploymentStrategyCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-