projects
Starts copying a Cloud Spanner Backup. The returned backup long-running operation will have a name of the format projects//instances//backups//operations/ and can be used to track copying of the backup. The operation is associated with the destination backup. The metadata field type is CopyBackupMetadata. The response field type is Backup, if successful. Cancelling the returned operation will stop the copying and delete the destination backup. Concurrent CopyBackup requests can run on the same source backup.
post/v1/{+parent}/backups:copy
Path parameters
parentstring required
Required. The name of the destination instance that will contain the backup copy. Values are of the form: projects/{project}/instances/{instance}.
Request body
Response
Successful response