Enum CreateClusterMetadata.TableProgress.State (2.9.0)

public enum CreateClusterMetadata.TableProgress.State extends Enum<CreateClusterMetadata.TableProgress.State> implements ProtocolMessageEnum

Protobuf enum google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 4;

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.

CANCELLED = 4;

COMPLETED

The table has been fully copied to the new cluster.

COMPLETED = 3;

COMPLETED_VALUE

The table has been fully copied to the new cluster.

COMPLETED = 3;

COPYING

The table is actively being copied to the new cluster.

COPYING = 2;

COPYING_VALUE

The table is actively being copied to the new cluster.

COPYING = 2;

PENDING

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

PENDING = 1;

PENDING_VALUE

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

PENDING = 1;

STATE_UNSPECIFIED

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()