Enum Instance.State (2.13.0)

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

Static Fields

NameDescription
CREATING

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

NOT_KNOWN

The state of the instance could not be determined by the server.

READY

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

UNRECOGNIZED

The state of instance is not known by this client. Please upgrade your client.

Static Methods

NameDescription
fromProto(Instance.State proto)

Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications.

valueOf(String name)
values()

Methods

NameDescription
toProto()

Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications.