Cloud Bigtable Admin V2 API - Module Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress::State (v0.26.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API module Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress::State.

Constants

STATE_UNSPECIFIED

value: 0

PENDING

value: 1
The table has not yet begun copying to the new cluster.

COPYING

value: 2
The table is actively being copied to the new cluster.

COMPLETED

value: 3
The table has been fully copied to the new cluster.

CANCELLED

value: 4
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.