Enum Instance.Type (2.12.0)

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

Static Fields

NameDescription
DEVELOPMENT

The instance is meant for development and testing purposes only.

PRODUCTION

An instance meant for production use. serve_nodes must be set on the cluster.

UNRECOGNIZED

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

Static Methods

NameDescription
fromProto(Instance.Type 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.