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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]