Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class GetBackupIndexDownloadUrlRequest.
Request message for GetBackupIndexDownloadUrl.
Generated from protobuf message google.cloud.gkebackup.v1.GetBackupIndexDownloadUrlRequest
Namespace
Google \ Cloud \ GkeBackup \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup |
string
Required. Full name of Backup resource. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup} |
getBackup
Required. Full name of Backup resource.
Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}
Returns | |
---|---|
Type | Description |
string |
setBackup
Required. Full name of Backup resource.
Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
backup |
string
Required. Full name of Backup resource. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup} Please see Google\Cloud\GkeBackup\V1\BackupForGKEClient::backupName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeBackup\V1\GetBackupIndexDownloadUrlRequest |