Module: Google::Cloud::Metastore::V1::Restore::State
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
The current state of the restore.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state of the metadata restore is unknown.
0
- RUNNING =
The metadata restore is running.
1
- SUCCEEDED =
The metadata restore completed successfully.
2
- FAILED =
The metadata restore failed.
3
- CANCELLED =
The metadata restore is cancelled.
4