Firestore Admin v1 API - Enum OperationState (3.8.0)

public enum OperationState

Reference documentation and code samples for the Firestore Admin v1 API enum OperationState.

Describes the state of the operation.

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
Cancelled

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

Cancelling

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

Failed

Request has finished being processed, but encountered an error.

Finalizing

Request has been processed and is in its finalization stage.

Initializing

Request is being prepared for processing.

Processing

Request is actively being processed.

Successful

Request has completed successfully.

Unspecified

Unspecified.