Cloud Bigtable V2 Client - Class GetBackupRequest (1.23.0)

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

The request for GetBackup.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

getName

Required. Name of the backup.

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

Returns
TypeDescription
string

setName

Required. Name of the backup.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this