public enum Backup.Type extends Enum<Backup.Type> implements ProtocolMessageEnum
Backup Type
Protobuf enum google.cloud.alloydb.v1beta.Backup.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATED |
AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy. |
AUTOMATED_VALUE |
AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy. |
CONTINUOUS |
CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy. |
CONTINUOUS_VALUE |
CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy. |
ON_DEMAND |
ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED). |
ON_DEMAND_VALUE |
ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED). |
TYPE_UNSPECIFIED |
Backup Type is unknown. |
TYPE_UNSPECIFIED_VALUE |
Backup Type is unknown. |
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() |