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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\GkeBackup\V1\GetVolumeBackupRequest |
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. Full name of the VolumeBackup resource.
Format: projects//locations//backupPlans//backups//volumeBackups/*
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |