Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class CreateBackupRequest.
The request payload to create the backup
Generated from protobuf message google.cloud.sql.v1.CreateBackupRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where this backup is created. Format: projects/{project}
↳ backup
getParent
Required. The parent resource where this backup is created.
Format: projects/{project}
string
setParent
Required. The parent resource where this backup is created.
Format: projects/{project}
var
string
$this
getBackup
Required. The Backup to create.
hasBackup
clearBackup
setBackup
Required. The Backup to create.
$this
static::build
parent
string
Required. The parent resource where this backup is created. Format: projects/{project} Please see SqlBackupsServiceClient::projectName() for help formatting this field.
backup

