Reference documentation and code samples for the Google Cloud Dataproc V1 Client class State.
The operation state.
Protobuf type google.cloud.dataproc.v1.WorkflowMetadata.State
Namespace
Google \ Cloud \ Dataproc \ V1 \ WorkflowMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0Unused.
Generated from protobuf enum UNKNOWN = 0;
PENDING
Value: 1The operation has been created.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The operation is running.
Generated from protobuf enum RUNNING = 2;
DONE
Value: 3The operation is done; either cancelled or completed.
Generated from protobuf enum DONE = 3;