Uses of Class
com.google.cloud.batch.v1.JobStatus.State
-
Packages that use JobStatus.State Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of JobStatus.State in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return JobStatus.State Modifier and Type Method Description static JobStatus.State
JobStatus.State. forNumber(int value)
JobStatus.State
JobNotification.Message.Builder. getNewJobState()
The new job state.JobStatus.State
JobNotification.Message. getNewJobState()
The new job state.JobStatus.State
JobNotification.MessageOrBuilder. getNewJobState()
The new job state.JobStatus.State
JobStatus.Builder. getState()
Job stateJobStatus.State
JobStatus. getState()
Job stateJobStatus.State
JobStatusOrBuilder. getState()
Job statestatic JobStatus.State
JobStatus.State. valueOf(int value)
Deprecated.static JobStatus.State
JobStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobStatus.State
JobStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatus.State[]
JobStatus.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.batch.v1 that return types with arguments of type JobStatus.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobStatus.State>
JobStatus.State. internalGetValueMap()
Methods in com.google.cloud.batch.v1 with parameters of type JobStatus.State Modifier and Type Method Description JobNotification.Message.Builder
JobNotification.Message.Builder. setNewJobState(JobStatus.State value)
The new job state.JobStatus.Builder
JobStatus.Builder. setState(JobStatus.State value)
Job state
-