Module: Google::Bigtable::Admin::V2::Backup::State
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb
Overview
Indicates the current state of the backup.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified.
0
- CREATING =
The pending backup is still being created. Operations on the backup may fail with
FAILED_PRECONDITION
in this state. 1
- READY =
The backup is complete and ready for use.
2