public enum CreateClusterMetadata.TableProgress.State extends Enum<CreateClusterMetadata.TableProgress.State> implements ProtocolMessageEnum
Protobuf enum google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
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. |
CANCELLED_VALUE | 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. |
COMPLETED | The table has been fully copied to the new cluster. |
COMPLETED_VALUE | The table has been fully copied to the new cluster. |
COPYING | The table is actively being copied to the new cluster. |
COPYING_VALUE | The table is actively being copied to the new cluster. |
PENDING | The table has not yet begun copying to the new cluster. |
PENDING_VALUE | The table has not yet begun copying to the new cluster. |
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |