Google Cloud Dataproc V1 Client - Class NodeState (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ WorkflowNode
Methods
static::name
static::value
Constants
NODE_STATE_UNSPECIFIED
State is unspecified.
Generated from protobuf enum NODE_STATE_UNSPECIFIED = 0;
BLOCKED
The node is awaiting prerequisite node to finish.
Generated from protobuf enum BLOCKED = 1;
RUNNABLE
The node is runnable but not running.
Generated from protobuf enum RUNNABLE = 2;
RUNNING
The node is running.
Generated from protobuf enum RUNNING = 3;
COMPLETED
The node completed successfully.
Generated from protobuf enum COMPLETED = 4;
FAILED
The node failed. A node can be marked FAILED because
its ancestor or peer failed.
Generated from protobuf enum FAILED = 5;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataproc V1 Client - Class NodeState (3.14.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.14.0 (latest)](/php/docs/reference/cloud-dataproc/latest/V1.WorkflowNode.NodeState)\n- [3.13.4](/php/docs/reference/cloud-dataproc/3.13.4/V1.WorkflowNode.NodeState)\n- [3.12.0](/php/docs/reference/cloud-dataproc/3.12.0/V1.WorkflowNode.NodeState)\n- [3.11.0](/php/docs/reference/cloud-dataproc/3.11.0/V1.WorkflowNode.NodeState)\n- [3.10.1](/php/docs/reference/cloud-dataproc/3.10.1/V1.WorkflowNode.NodeState)\n- [3.9.0](/php/docs/reference/cloud-dataproc/3.9.0/V1.WorkflowNode.NodeState)\n- [3.8.1](/php/docs/reference/cloud-dataproc/3.8.1/V1.WorkflowNode.NodeState)\n- [3.7.1](/php/docs/reference/cloud-dataproc/3.7.1/V1.WorkflowNode.NodeState)\n- [3.6.1](/php/docs/reference/cloud-dataproc/3.6.1/V1.WorkflowNode.NodeState)\n- [3.5.1](/php/docs/reference/cloud-dataproc/3.5.1/V1.WorkflowNode.NodeState)\n- [3.4.0](/php/docs/reference/cloud-dataproc/3.4.0/V1.WorkflowNode.NodeState)\n- [3.3.0](/php/docs/reference/cloud-dataproc/3.3.0/V1.WorkflowNode.NodeState)\n- [3.2.2](/php/docs/reference/cloud-dataproc/3.2.2/V1.WorkflowNode.NodeState)\n- [2.6.1](/php/docs/reference/cloud-dataproc/2.6.1/V1.WorkflowNode.NodeState)\n- [2.5.0](/php/docs/reference/cloud-dataproc/2.5.0/V1.WorkflowNode.NodeState)\n- [2.3.0](/php/docs/reference/cloud-dataproc/2.3.0/V1.WorkflowNode.NodeState)\n- [2.2.3](/php/docs/reference/cloud-dataproc/2.2.3/V1.WorkflowNode.NodeState)\n- [2.1.0](/php/docs/reference/cloud-dataproc/2.1.0/V1.WorkflowNode.NodeState)\n- [2.0.0](/php/docs/reference/cloud-dataproc/2.0.0/V1.WorkflowNode.NodeState) \nReference documentation and code samples for the Google Cloud Dataproc V1 Client class NodeState.\n\nThe workflow node state.\n\nProtobuf type `google.cloud.dataproc.v1.WorkflowNode.NodeState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataproc \\\\ V1 \\\\ WorkflowNode\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### NODE_STATE_UNSPECIFIED\n\n Value: 0\n\nState is unspecified.\n\nGenerated from protobuf enum `NODE_STATE_UNSPECIFIED = 0;`\n\n### BLOCKED\n\n Value: 1\n\nThe node is awaiting prerequisite node to finish.\n\nGenerated from protobuf enum `BLOCKED = 1;`\n\n### RUNNABLE\n\n Value: 2\n\nThe node is runnable but not running.\n\nGenerated from protobuf enum `RUNNABLE = 2;`\n\n### RUNNING\n\n Value: 3\n\nThe node is running.\n\nGenerated from protobuf enum `RUNNING = 3;`\n\n### COMPLETED\n\n Value: 4\n\nThe node completed successfully.\n\nGenerated from protobuf enum `COMPLETED = 4;`\n\n### FAILED\n\n Value: 5\n\nThe node failed. A node can be marked FAILED because\nits ancestor or peer failed.\n\nGenerated from protobuf enum `FAILED = 5;`"]]