Enum ExecutionState (0.8.0)

public enum ExecutionState extends Enum<ExecutionState> implements ProtocolMessageEnum

The state of some component of job execution.

Protobuf enum google.dataflow.v1beta3.ExecutionState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXECUTION_STATE_CANCELLED

Execution of the component was cancelled.

EXECUTION_STATE_CANCELLED = 5;

EXECUTION_STATE_CANCELLED_VALUE

Execution of the component was cancelled.

EXECUTION_STATE_CANCELLED = 5;

EXECUTION_STATE_FAILED

The component failed.

EXECUTION_STATE_FAILED = 4;

EXECUTION_STATE_FAILED_VALUE

The component failed.

EXECUTION_STATE_FAILED = 4;

EXECUTION_STATE_NOT_STARTED

The component is not yet running.

EXECUTION_STATE_NOT_STARTED = 1;

EXECUTION_STATE_NOT_STARTED_VALUE

The component is not yet running.

EXECUTION_STATE_NOT_STARTED = 1;

EXECUTION_STATE_RUNNING

The component is currently running.

EXECUTION_STATE_RUNNING = 2;

EXECUTION_STATE_RUNNING_VALUE

The component is currently running.

EXECUTION_STATE_RUNNING = 2;

EXECUTION_STATE_SUCCEEDED

The component succeeded.

EXECUTION_STATE_SUCCEEDED = 3;

EXECUTION_STATE_SUCCEEDED_VALUE

The component succeeded.

EXECUTION_STATE_SUCCEEDED = 3;

EXECUTION_STATE_UNKNOWN

The component state is unknown or unspecified.

EXECUTION_STATE_UNKNOWN = 0;

EXECUTION_STATE_UNKNOWN_VALUE

The component state is unknown or unspecified.

EXECUTION_STATE_UNKNOWN = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()