Updates a pending or completed Cloud Bigtable Backup.
HTTP request
PATCH https://bigtableadmin.googleapis.com/v2/{backup.name=projects/*/instances/*/clusters/*/backups/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
backup.name |
A globally unique identifier for the backup which cannot be changed. Values are of the form The backup is stored in the cluster identified by the prefix of the backup name of the form |
Query parameters
Parameters | |
---|---|
updateMask |
Required. A mask specifying which fields (e.g. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Backup
.
Response body
If successful, the response body contains an instance of Backup
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.admin
https://www.googleapis.com/auth/bigtable.admin.table
https://www.googleapis.com/auth/cloud-bigtable.admin
https://www.googleapis.com/auth/cloud-bigtable.admin.table
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.