Module: Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress::State
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Constant Summary collapse
- STATE_UNSPECIFIED =
0
- PENDING =
The table has not yet begun copying to the new cluster.
1
- COPYING =
The table is actively being copied to the new cluster.
2
- COMPLETED =
The table has been fully copied to the new cluster.
3
- CANCELLED =
The table was deleted before it finished copying to the new cluster. Note that tables deleted after completion will stay marked as COMPLETED, not CANCELLED.
4