Enum Backup.State (2.18.2)

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

Static Fields

NameDescription
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.

STATE_UNSPECIFIED

Not specified.

UNRECOGNIZED

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

Static Methods

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