public enum BackupConfigInfo.LastBackupState extends Enum<BackupConfigInfo.LastBackupState> implements ProtocolMessageEnum
LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.
Protobuf enum google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The most recent backup failed |
FAILED_VALUE |
The most recent backup failed |
FIRST_BACKUP_PENDING |
The first backup has not yet completed |
FIRST_BACKUP_PENDING_VALUE |
The first backup has not yet completed |
LAST_BACKUP_STATE_UNSPECIFIED |
Status not set. |
LAST_BACKUP_STATE_UNSPECIFIED_VALUE |
Status not set. |
PERMISSION_DENIED |
The most recent backup could not be run/failed because of the lack of permissions |
PERMISSION_DENIED_VALUE |
The most recent backup could not be run/failed because of the lack of permissions |
SUCCEEDED |
The most recent backup was successful |
SUCCEEDED_VALUE |
The most recent backup was successful |
UNRECOGNIZED |
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() |