public enum ExecutionState extends Enum<ExecutionState> implements ProtocolMessageEnum
The state of some component of job execution.
Protobuf enum google.dataflow.v1beta3.ExecutionState
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
EXECUTION_STATE_CANCELLED | Execution of the component was cancelled. |
EXECUTION_STATE_CANCELLED_VALUE | Execution of the component was cancelled. |
EXECUTION_STATE_FAILED | The component failed. |
EXECUTION_STATE_FAILED_VALUE | The component failed. |
EXECUTION_STATE_NOT_STARTED | The component is not yet running. |
EXECUTION_STATE_NOT_STARTED_VALUE | The component is not yet running. |
EXECUTION_STATE_RUNNING | The component is currently running. |
EXECUTION_STATE_RUNNING_VALUE | The component is currently running. |
EXECUTION_STATE_SUCCEEDED | The component succeeded. |
EXECUTION_STATE_SUCCEEDED_VALUE | The component succeeded. |
EXECUTION_STATE_UNKNOWN | The component state is unknown or unspecified. |
EXECUTION_STATE_UNKNOWN_VALUE | The component state is unknown or unspecified. |
UNRECOGNIZED |
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() |