You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Revert an existing volume to a specified snapshot. Warning! This operation will permanently revert all changes made after the snapshot was created.",
"description": "RestoreBackupFilesRequest restores files from a backup to a volume.",
3869
+
"id": "RestoreBackupFilesRequest",
3870
+
"properties": {
3871
+
"backup": {
3872
+
"description": "Required. The backup resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`",
3873
+
"type": "string"
3874
+
},
3875
+
"fileList": {
3876
+
"description": "Required. List of files to be restored in the form of their absolute path as in source volume.",
3877
+
"items": {
3878
+
"type": "string"
3879
+
},
3880
+
"type": "array"
3881
+
},
3882
+
"restoreDestinationPath": {
3883
+
"description": "Required. Absolute directory path in the destination volume.",
3884
+
"type": "string"
3885
+
}
3886
+
},
3887
+
"type": "object"
3888
+
},
3839
3889
"RestoreParameters": {
3840
3890
"description": "The RestoreParameters if volume is created from a snapshot or backup.",
* RestoreBackupFilesRequest restores files from a backup to a volume.
1107
+
*/
1108
+
exportinterfaceSchema$RestoreBackupFilesRequest{
1109
+
/**
1110
+
* Required. The backup resource name, in the format `projects/{project_id\}/locations/{location\}/backupVaults/{backup_vault_id\}/backups/{backup_id\}`
1111
+
*/
1112
+
backup?: string|null;
1113
+
/**
1114
+
* Required. List of files to be restored in the form of their absolute path as in source volume.
1115
+
*/
1116
+
fileList?: string[]|null;
1117
+
/**
1118
+
* Required. Absolute directory path in the destination volume.
1119
+
*/
1120
+
restoreDestinationPath?: string|null;
1121
+
}
1105
1122
/**
1106
1123
* The RestoreParameters if volume is created from a snapshot or backup.
0 commit comments