Enum Instance.State (2.13.0)

public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum

Possible states of an instance.

Protobuf enum google.bigtable.admin.v2.Instance.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The instance is currently being created, and may be destroyed if the creation process encounters an error.

CREATING = 2;

CREATING_VALUE

The instance is currently being created, and may be destroyed if the creation process encounters an error.

CREATING = 2;

READY

The instance has been successfully created and can serve requests to its tables.

READY = 1;

READY_VALUE

The instance has been successfully created and can serve requests to its tables.

READY = 1;

STATE_NOT_KNOWN

The state of the instance could not be determined.

STATE_NOT_KNOWN = 0;

STATE_NOT_KNOWN_VALUE

The state of the instance could not be determined.

STATE_NOT_KNOWN = 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()