state property
The current state of the restore.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the metadata restore is unknown.
- "RUNNING" : The metadata restore is running.
- "SUCCEEDED" : The metadata restore completed successfully.
- "FAILED" : The metadata restore failed.
- "CANCELLED" : The metadata restore is cancelled.
Implementation
core.String? state;