Google Cloud Gke Backup V1 Client - Class GetBackupRequest (0.2.0)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class GetBackupRequest.

Request message for GetBackup.

Generated from protobuf message google.cloud.gkebackup.v1.GetBackupRequest

Methods

build

Parameter
NameDescription
name string

Required. Full name of the Backup resource. Format: projects//locations//backupPlans//backups/ Please see {@see \Google\Cloud\GkeBackup\V1\BackupForGKEClient::backupName()} for help formatting this field.

Returns
TypeDescription
Google\Cloud\GkeBackup\V1\GetBackupRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Full name of the Backup resource. Format: projects//locations//backupPlans//backups/

getName

Required. Full name of the Backup resource.

Format: projects//locations//backupPlans//backups/

Returns
TypeDescription
string

setName

Required. Full name of the Backup resource.

Format: projects//locations//backupPlans//backups/

Parameter
NameDescription
var string
Returns
TypeDescription
$this