Reference documentation and code samples for the Google Cloud Dataproc V1 Client class NodeState.
The workflow node state.
Protobuf type google.cloud.dataproc.v1.WorkflowNode.NodeState
Namespace
Google \ Cloud \ Dataproc \ V1 \ WorkflowNodeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
NODE_STATE_UNSPECIFIED
Value: 0State is unspecified.
Generated from protobuf enum NODE_STATE_UNSPECIFIED = 0;
BLOCKED
Value: 1The node is awaiting prerequisite node to finish.
Generated from protobuf enum BLOCKED = 1;
RUNNABLE
Value: 2The node is runnable but not running.
Generated from protobuf enum RUNNABLE = 2;
RUNNING
Value: 3The node is running.
Generated from protobuf enum RUNNING = 3;
COMPLETED
Value: 4The node completed successfully.
Generated from protobuf enum COMPLETED = 4;
FAILED
Value: 5The node failed. A node can be marked FAILED because its ancestor or peer failed.
Generated from protobuf enum FAILED = 5;