Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class DeleteBackupRequest.
The request payload to delete the backup.
Generated from protobuf message google.cloud.sql.v1.DeleteBackupRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the backup to delete. Format: projects/{project}/backups/{backup} |
getName
Required. The name of the backup to delete.
Format: projects/{project}/backups/{backup}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the backup to delete.
Format: projects/{project}/backups/{backup}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the backup to delete. Format: projects/{project}/backups/{backup} Please see SqlBackupsServiceClient::backupName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteBackupRequest |
|