Google Cloud Dataproc V1 Client - Class NodeState (3.5.1)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

NODE_STATE_UNSPECIFIED

Value: 0

State is unspecified.

Generated from protobuf enum NODE_STATE_UNSPECIFIED = 0;

BLOCKED

Value: 1

The node is awaiting prerequisite node to finish.

Generated from protobuf enum BLOCKED = 1;

RUNNABLE

Value: 2

The node is runnable but not running.

Generated from protobuf enum RUNNABLE = 2;

RUNNING

Value: 3

The node is running.

Generated from protobuf enum RUNNING = 3;

COMPLETED

Value: 4

The node completed successfully.

Generated from protobuf enum COMPLETED = 4;

FAILED

Value: 5

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

Generated from protobuf enum FAILED = 5;