Module: Google::Cloud::Logging::V2::OperationState
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
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.
Constant Summary collapse
- OPERATION_STATE_UNSPECIFIED =
Should not be used.
0
- OPERATION_STATE_SCHEDULED =
The operation is scheduled.
1
- OPERATION_STATE_WAITING_FOR_PERMISSIONS =
Waiting for necessary permissions.
2
- OPERATION_STATE_RUNNING =
The operation is running.
3
- OPERATION_STATE_SUCCEEDED =
The operation was completed successfully.
4
- OPERATION_STATE_FAILED =
The operation failed.
5
- OPERATION_STATE_CANCELLED =
The operation was cancelled by the user.
6