Module: Google::Cloud::StorageBatchOperations::V1::BucketOperation::State

Defined in:
proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb

Overview

Describes state of the BucketOperation.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
QUEUED =

Created but not yet started.

1
RUNNING =

In progress.

2
SUCCEEDED =

Completed successfully.

3
CANCELED =

Cancelled by the user.

4
FAILED =

Terminated due to an unrecoverable failure.

5