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

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

Request message for GetVolumeBackup.

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

Methods

build

Parameter
NameDescription
name string

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

Returns
TypeDescription
Google\Cloud\GkeBackup\V1\GetVolumeBackupRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Full name of the VolumeBackup resource. Format: projects//locations//backupPlans//backups//volumeBackups/*

getName

Required. Full name of the VolumeBackup resource.

Format: projects//locations//backupPlans//backups//volumeBackups/*

Returns
TypeDescription
string

setName

Required. Full name of the VolumeBackup resource.

Format: projects//locations//backupPlans//backups//volumeBackups/*

Parameter
NameDescription
var string
Returns
TypeDescription
$this