Reference documentation and code samples for the Google Cloud Dataproc V1 Client class State.
The batch state.
Protobuf type google.cloud.dataproc.v1.Batch.State
Namespace
Google \ Cloud \ Dataproc \ V1 \ BatchMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The batch state is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1The batch is created before running.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The batch is running.
Generated from protobuf enum RUNNING = 2;
CANCELLING
Value: 3The batch is cancelling.
Generated from protobuf enum CANCELLING = 3;
CANCELLED
Value: 4The batch cancellation was successful.
Generated from protobuf enum CANCELLED = 4;
SUCCEEDED
Value: 5The batch completed successfully.
Generated from protobuf enum SUCCEEDED = 5;
FAILED
Value: 6The batch is no longer running due to an error.
Generated from protobuf enum FAILED = 6;