public enum BackupRetentionSettings.RetentionUnit extends Enum<BackupRetentionSettings.RetentionUnit> implements ProtocolMessageEnumThe units that retained_backups specifies, we only support COUNT.
Protobuf enum google.cloud.sql.v1.BackupRetentionSettings.RetentionUnit
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COUNT |
Retention will be by count, eg. "retain the most recent 7 backups". |
COUNT_VALUE |
Retention will be by count, eg. "retain the most recent 7 backups". |
RETENTION_UNIT_UNSPECIFIED |
Backup retention unit is unspecified, will be treated as COUNT. |
RETENTION_UNIT_UNSPECIFIED_VALUE |
Backup retention unit is unspecified, will be treated as COUNT. |
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() |
|