Enum Constant Summary
Enum Constants
The pending backup is still being created.
The backup is complete and ready for use.
The state of the backup is not known by this client.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
fromProto (com.google.bigtable.admin.v2.Backup.State proto)
com.google.bigtable.admin.v2.Backup.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
STATE_UNSPECIFIED
Not specified.
CREATING
The pending backup is still being created. Operations on the backup may fail with
`FAILED_PRECONDITION` in this state.
READY
The backup is complete and ready for use.
UNRECOGNIZED
The state of the backup 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 Backup.State fromProto (com.google.bigtable.admin.v2.Backup.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.Backup.State toProto ()
Creates the request protobuf. This method is considered an internal implementation detail and
not meant to be used by applications.