public enum JobStatus.Substate extends Enum<JobStatus.Substate> implements ProtocolMessageEnumThe job substate.
Protobuf enum google.cloud.dataproc.v1.JobStatus.Substate
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| QUEUED | The Job has been received and is awaiting execution (it may be waiting for a condition to be met). See the "details" field for the reason for the delay. Applies to RUNNING state. |
| QUEUED_VALUE | The Job has been received and is awaiting execution (it may be waiting for a condition to be met). See the "details" field for the reason for the delay. Applies to RUNNING state. |
| STALE_STATUS | The agent-reported status is out of date, which may be caused by a loss of communication between the agent and Dataproc. If the agent does not send a timely update, the job will fail. Applies to RUNNING state. |
| STALE_STATUS_VALUE | The agent-reported status is out of date, which may be caused by a loss of communication between the agent and Dataproc. If the agent does not send a timely update, the job will fail. Applies to RUNNING state. |
| SUBMITTED | The Job is submitted to the agent. Applies to RUNNING state. |
| SUBMITTED_VALUE | The Job is submitted to the agent. Applies to RUNNING state. |
| UNRECOGNIZED | |
| UNSPECIFIED | The job substate is unknown. |
| UNSPECIFIED_VALUE | The job substate is unknown. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |