public enum Backup.State extends Enum<Backup.State>| Static Fields | |
|---|---|
| Name | Description | 
| CREATING | The pending backup is still being created. Operations on the backup may fail with
  | 
| 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 | |
|---|---|
| Name | Description | 
| 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 | |
|---|---|
| Name | Description | 
| toProto() | Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |