Uses of Class
com.google.cloud.deploy.v1.JobRun.State
-
Packages that use JobRun.State Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of JobRun.State in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return JobRun.State Modifier and Type Method Description static JobRun.State
JobRun.State. forNumber(int value)
JobRun.State
JobRun.Builder. getState()
Output only.JobRun.State
JobRun. getState()
Output only.JobRun.State
JobRunOrBuilder. getState()
Output only.static JobRun.State
JobRun.State. valueOf(int value)
Deprecated.static JobRun.State
JobRun.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobRun.State
JobRun.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobRun.State[]
JobRun.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.deploy.v1 that return types with arguments of type JobRun.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobRun.State>
JobRun.State. internalGetValueMap()
Methods in com.google.cloud.deploy.v1 with parameters of type JobRun.State Modifier and Type Method Description JobRun.Builder
JobRun.Builder. setState(JobRun.State value)
Output only.
-