Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class UpdateBackupRequest.
The request payload to update the backup.
Generated from protobuf message google.cloud.sql.v1.UpdateBackupRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ backup
Backup
Required. The backup to update. The backup’s name
field is used to identify the backup to update. Format: projects/{project}/backups/{backup}
↳ update_mask
Google\Protobuf\FieldMask
The list of fields that you can update. You can update only the description and retention period of the final backup.
getBackup
Required. The backup to update.
The backup’s name
field is used to identify the backup to update.
Format: projects/{project}/backups/{backup}
hasBackup
clearBackup
setBackup
Required. The backup to update.
The backup’s name
field is used to identify the backup to update.
Format: projects/{project}/backups/{backup}
$this
getUpdateMask
The list of fields that you can update. You can update only the description and retention period of the final backup.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields that you can update. You can update only the description and retention period of the final backup.
$this
static::build
backup
Backup
Required. The backup to update.
The backup’s name
field is used to identify the backup to update.
Format: projects/{project}/backups/{backup}
updateMask
Google\Protobuf\FieldMask
The list of fields that you can update. You can update only the description and retention period of the final backup.

