Enum Constant Summary
Enum Constants
The instance is currently being created, and may be destroyed if the creation process
encounters an error.
The state of the instance could not be determined by the server.
The instance has been successfully created and can serve requests to its tables.
The state of instance is not known by this client.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
fromProto (com.google.bigtable.admin.v2.Instance.State proto)
com.google.bigtable.admin.v2.Instance.State
Creates the request protobuf.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
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.
CREATING
The instance is currently being created, and may be destroyed if the creation process
encounters an error.
UNRECOGNIZED
The state of instance is not known by this client. Please upgrade your client.
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromProto
@InternalApi
public static Instance.State fromProto (com.google.bigtable.admin.v2.Instance.State proto)
Wraps the protobuf. This method is considered an internal implementation detail and not meant
to be used by applications.
toProto
@InternalApi
public com.google.bigtable.admin.v2.Instance.State toProto ()
Creates the request protobuf. This method is considered an internal implementation detail and
not meant to be used by applications.