Enum JobStatus.Substate (2.3.1)

public enum JobStatus.Substate extends Enum<JobStatus.Substate> implements ProtocolMessageEnum

The job substate.

Protobuf enum google.cloud.dataproc.v1.JobStatus.Substate

Implements

ProtocolMessageEnum

Fields

NameDescription
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 = 2;

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.

QUEUED = 2;

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 = 3;

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.

STALE_STATUS = 3;

SUBMITTED

The Job is submitted to the agent. Applies to RUNNING state.

SUBMITTED = 1;

SUBMITTED_VALUE

The Job is submitted to the agent. Applies to RUNNING state.

SUBMITTED = 1;

UNRECOGNIZED
UNSPECIFIED

The job substate is unknown.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

The job substate is unknown.

UNSPECIFIED = 0;

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()