Cloud Spanner API (spanner:v1)

2022-03-18

1 new method

Additions

    Methods
  • spanner.projects.instances.backups.copy

      Path: v1/{+parent}/backups:copy

      Parameter Order: parent

      Flat Path: v1/projects/{projectsId}/instances/{instancesId}/backups:copy

      Description: 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 backup. Concurrent CopyBackup requests can run on the same source backup.

      HTTP Method: POST

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/spanner.admin
    • Parameters:

        parent

          Type: string

          Description: Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects//instances/`.

          Location: path

          Pattern: ^projects/[^/]+/instances/[^/]+$

          Required: Yes