Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::BackupRetentionSettings::RetentionUnit (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::BackupRetentionSettings::RetentionUnit.

The units that retained_backups specifies, we only support COUNT.

Constants

RETENTION_UNIT_UNSPECIFIED

value: 0
Backup retention unit is unspecified, will be treated as COUNT.

COUNT

value: 1
Retention will be by count, eg. "retain the most recent 7 backups".