public enum OperationState
Reference documentation and code samples for the Google Cloud Logging v2 API enum OperationState.
List of different operation states. High level state of the operation. This is used to report the job's current state to the user. Once a long running operation is created, the current state of the operation can be queried even before the operation is finished and the final result is available.
Namespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Fields |
|
---|---|
Name | Description |
Cancelled |
The operation was cancelled by the user. |
Failed |
The operation failed. |
Running |
The operation is running. |
Scheduled |
The operation is scheduled. |
Succeeded |
The operation was completed successfully. |
Unspecified |
Should not be used. |
WaitingForPermissions |
Waiting for necessary permissions. |