Storage Batch Operations V1 API - Module Google::Cloud::StorageBatchOperations::V1::Job::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::Job::State.
Describes state of a job.
Constants
STATE_UNSPECIFIED
value: 0 Default value. This value is unused.
RUNNING
value: 1 In progress.
SUCCEEDED
value: 2 Completed successfully.
CANCELED
value: 3 Cancelled by the user.
FAILED
value: 4 Terminated due to an unrecoverable failure.