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: 0
The batch state is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The batch is created before running.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2
The batch is running.
Generated from protobuf enum RUNNING = 2;
CANCELLING
Value: 3
The batch is cancelling.
Generated from protobuf enum CANCELLING = 3;
CANCELLED
Value: 4
The batch cancellation was successful.
Generated from protobuf enum CANCELLED = 4;
SUCCEEDED
Value: 5
The batch completed successfully.
Generated from protobuf enum SUCCEEDED = 5;
FAILED
Value: 6
The batch is no longer running due to an error.
Generated from protobuf enum FAILED = 6;