Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class State.
Describes state of the BucketOperation.
Protobuf type google.cloud.storagebatchoperations.v1.BucketOperation.State
Namespace
Google \ Cloud \ StorageBatchOperations \ V1 \ BucketOperationMethods
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;
QUEUED
Value: 1Created but not yet started.
Generated from protobuf enum QUEUED = 1;
RUNNING
Value: 2In progress.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3Completed successfully.
Generated from protobuf enum SUCCEEDED = 3;
CANCELED
Value: 4Cancelled by the user.
Generated from protobuf enum CANCELED = 4;
FAILED
Value: 5Terminated due to an unrecoverable failure.
Generated from protobuf enum FAILED = 5;