Cloud Bigtable V2 Client - Class DeleteBackupRequest (2.11.1)

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
dataarray

Optional. Data for populating the Message object.

↳ namestring

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
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
namestring

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

Returns
TypeDescription
DeleteBackupRequest