Enum InstanceConfig.State (6.62.0)

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

Indicates the current state of the instance config.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The instance config is still being created.

CREATING = 1;

CREATING_VALUE

The instance config is still being created.

CREATING = 1;

READY

The instance config is fully created and ready to be used to create instances.

READY = 2;

READY_VALUE

The instance config is fully created and ready to be used to create instances.

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