Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class State.
Describes state of a job.
Protobuf type google.cloud.storagebatchoperations.v1.Job.State
Namespace
Google \ Cloud \ StorageBatchOperations \ V1 \ JobMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1In progress.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2Completed successfully.
Generated from protobuf enum SUCCEEDED = 2;
CANCELED
Value: 3Cancelled by the user.
Generated from protobuf enum CANCELED = 3;
FAILED
Value: 4Terminated due to an unrecoverable failure.
Generated from protobuf enum FAILED = 4;