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