Reference documentation and code samples for the Cloud Bigtable V2 Client class State.
Protobuf type google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ CreateClusterMetadata \ TableProgressMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The table has not yet begun copying to the new cluster.
Generated from protobuf enum PENDING = 1;
COPYING
Value: 2
The table is actively being copied to the new cluster.
Generated from protobuf enum COPYING = 2;
COMPLETED
Value: 3
The table has been fully copied to the new cluster.
Generated from protobuf enum COMPLETED = 3;
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.
Generated from protobuf enum CANCELLED = 4;