Enum Instance.State (6.62.0)

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

Indicates the current state of the instance.

Protobuf enum google.spanner.admin.instance.v1.Instance.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The instance is still being created. Resources may not be available yet, and operations such as database creation may not work.

CREATING = 1;

CREATING_VALUE

The instance is still being created. Resources may not be available yet, and operations such as database creation may not work.

CREATING = 1;

READY

The instance is fully created and ready to do work such as creating databases.

READY = 2;

READY_VALUE

The instance is fully created and ready to do work such as creating databases.

READY = 2;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

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