Cloud Bigtable V2 Client - Class DeleteBackupRequest (1.28.3)

Reference documentation and code samples for the Cloud Bigtable V2 Client class DeleteBackupRequest.

The request for DeleteBackup.

Generated from protobuf message google.bigtable.admin.v2.DeleteBackupRequest

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the backup to delete. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}.

getName

Required. Name of the backup to delete.

Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}.

Returns
TypeDescription
string

setName

Required. Name of the backup to delete.

Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. Name of the backup to delete. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}. Please see Google\Cloud\Bigtable\Admin\V2\BigtableTableAdminClient::backupName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Bigtable\Admin\V2\DeleteBackupRequest