public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnumHolds the state of the backup resource.
 Protobuf enum google.cloud.backupdr.v1.Backup.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ACTIVE | The backup has been created and is fully usable.   | 
| ACTIVE_VALUE | The backup has been created and is fully usable.   | 
| CREATING | The backup is being created.   | 
| CREATING_VALUE | The backup is being created.   | 
| DELETING | The backup is being deleted.   | 
| DELETING_VALUE | The backup is being deleted.   | 
| ERROR | The backup is experiencing an issue and might be unusable.   | 
| ERROR_VALUE | The backup is experiencing an issue and might be unusable.   | 
| STATE_UNSPECIFIED | State not set.   | 
| STATE_UNSPECIFIED_VALUE | State not set.   | 
| UNRECOGNIZED | |
| UPLOADING | The backup is being uploaded.   | 
| UPLOADING_VALUE | The backup is being uploaded.   | 
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |