Module: Google::Cloud::Firestore::Admin::V1::OperationState

Defined in:
proto_docs/google/firestore/admin/v1/operation.rb

Overview

Describes the state of the operation.

Constant Summary collapse

OPERATION_STATE_UNSPECIFIED =

Unspecified.

0
INITIALIZING =

Request is being prepared for processing.

1
PROCESSING =

Request is actively being processed.

2
CANCELLING =

Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.

3
FINALIZING =

Request has been processed and is in its finalization stage.

4
SUCCESSFUL =

Request has completed successfully.

5
FAILED =

Request has finished being processed, but encountered an error.

6
CANCELLED =

Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.

7