Module: Google::Cloud::Sql::V1::Operation::SqlOperationStatus
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
The status of an operation.
Constant Summary collapse
- SQL_OPERATION_STATUS_UNSPECIFIED =
The state of the operation is unknown.
0- PENDING =
The operation has been queued, but has not started yet.
1- RUNNING =
The operation is running.
2- DONE =
The operation completed.
3