Enum WorkflowNode.NodeState (4.38.0)

public enum WorkflowNode.NodeState extends Enum<WorkflowNode.NodeState> implements ProtocolMessageEnum

The workflow node state.

Protobuf enum google.cloud.dataproc.v1.WorkflowNode.NodeState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOCKED

The node is awaiting prerequisite node to finish.

BLOCKED = 1;

BLOCKED_VALUE

The node is awaiting prerequisite node to finish.

BLOCKED = 1;

COMPLETED

The node completed successfully.

COMPLETED = 4;

COMPLETED_VALUE

The node completed successfully.

COMPLETED = 4;

FAILED

The node failed. A node can be marked FAILED because its ancestor or peer failed.

FAILED = 5;

FAILED_VALUE

The node failed. A node can be marked FAILED because its ancestor or peer failed.

FAILED = 5;

NODE_STATE_UNSPECIFIED

State is unspecified.

NODE_STATE_UNSPECIFIED = 0;

NODE_STATE_UNSPECIFIED_VALUE

State is unspecified.

NODE_STATE_UNSPECIFIED = 0;

RUNNABLE

The node is runnable but not running.

RUNNABLE = 2;

RUNNABLE_VALUE

The node is runnable but not running.

RUNNABLE = 2;

RUNNING

The node is running.

RUNNING = 3;

RUNNING_VALUE

The node is running.

RUNNING = 3;

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()