status property
The status of an operation.
Valid values are: PENDING RUNNING DONE SQL_OPERATION_STATUS_UNSPECIFIED Possible string values are:
- "SQL_OPERATION_STATUS_UNSPECIFIED" : The state of the operation is unknown.
- "PENDING" : The operation has been queued, but has not started yet.
- "RUNNING" : The operation is running.
- "DONE" : The operation completed.
Implementation
core.String? status;