static JobState |
JobState.forNumber(int value) |
|
JobState |
Job.Builder.getCurrentState() |
The current state of the job.
|
JobState |
Job.getCurrentState() |
The current state of the job.
|
JobState |
JobOrBuilder.getCurrentState() |
The current state of the job.
|
JobState |
ExecutionStageState.Builder.getExecutionStageState() |
Executions stage states allow the same set of values as JobState.
|
JobState |
ExecutionStageState.getExecutionStageState() |
Executions stage states allow the same set of values as JobState.
|
JobState |
ExecutionStageStateOrBuilder.getExecutionStageState() |
Executions stage states allow the same set of values as JobState.
|
JobState |
Job.Builder.getRequestedState() |
The job's requested state.
|
JobState |
Job.getRequestedState() |
The job's requested state.
|
JobState |
JobOrBuilder.getRequestedState() |
The job's requested state.
|
static JobState |
JobState.valueOf(int value) |
Deprecated.
|
static JobState |
JobState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static JobState |
JobState.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|