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