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