Storage Batch Operations V1 API - Module Google::Cloud::StorageBatchOperations::V1::BucketOperation::State (v1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Storage Batch Operations V1 API module Google::Cloud::StorageBatchOperations::V1::BucketOperation::State.
Describes state of the BucketOperation.
Constants
STATE_UNSPECIFIED
value: 0 Default value. This value is unused.
QUEUED
value: 1 Created but not yet started.
RUNNING
value: 2 In progress.
SUCCEEDED
value: 3 Completed successfully.
CANCELED
value: 4 Cancelled by the user.
FAILED
value: 5 Terminated due to an unrecoverable failure.