Google Cloud Net App V1 Client - Class RestoreBackupFilesRequest (1.10.2)

Reference documentation and code samples for the Google Cloud Net App V1 Client class RestoreBackupFilesRequest.

RestoreBackupFilesRequest restores files from a backup to a volume.

Generated from protobuf message google.cloud.netapp.v1.RestoreBackupFilesRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The volume resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

↳ backup string

Required. The backup resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}

↳ file_list string[]

Required. List of files to be restored, specified by their absolute path in the source volume.

↳ restore_destination_path string

Optional. Absolute directory path in the destination volume. This is required if the file_list is provided.

getName

Required. The volume resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Returns
Type Description
string

setName

Required. The volume resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getBackup

Required. The backup resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}

Returns
Type Description
string

setBackup

Required. The backup resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getFileList

Required. List of files to be restored, specified by their absolute path in the source volume.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setFileList

Required. List of files to be restored, specified by their absolute path in the source volume.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getRestoreDestinationPath

Optional. Absolute directory path in the destination volume. This is required if the file_list is provided.

Returns
Type Description
string

setRestoreDestinationPath

Optional. Absolute directory path in the destination volume. This is required if the file_list is provided.

Parameter
Name Description
var string
Returns
Type Description
$this