Module: Google::Cloud::Firestore::Admin::V1::Backup::State
- Defined in:
- proto_docs/google/firestore/admin/v1/backup.rb
Overview
Indicate the current state of the backup.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state is unspecified.
0
- CREATING =
The pending backup is still being created. Operations on the backup will be rejected in this state.
1
- READY =
The backup is complete and ready to use.
2
- NOT_AVAILABLE =
The backup is not available at this moment.
3