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 \ V1Methods
__construct
Constructor.
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}
string
setName
Required. The volume resource name, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}
var
string
$this
getBackup
Required. The backup resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
string
setBackup
Required. The backup resource name, in the format projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
var
string
$this
getFileList
Required. List of files to be restored, specified by their absolute path in the source volume.
setFileList
Required. List of files to be restored, specified by their absolute path in the source volume.
var
string[]
$this
getRestoreDestinationPath
Optional. Absolute directory path in the destination volume. This is
required if the file_list
is provided.
string
setRestoreDestinationPath
Optional. Absolute directory path in the destination volume. This is
required if the file_list
is provided.
var
string
$this

