A globally unique identifier for the backup which cannot be changed. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}/
backups/[_a-zA-Z0-9][-_.a-zA-Z0-9]* The final segment of the name must be between 1 and 50 characters in length.
The backup is stored in the cluster identified by the prefix of the backup name of the form projects/{project}/instances/{instance}/clusters/{cluster}.
Required. A mask specifying which fields (e.g. expireTime) in the Backup resource should be updated. This mask is relative to the Backup resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally by clients that do not know about them.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-16 UTC."],[[["This endpoint is used to update an existing Cloud Bigtable Backup, whether it is in a pending or completed state."],["The `PATCH` request targets a specific backup using its globally unique identifier, provided in the URL as `backup.name` within the path parameters."],["The `updateMask` query parameter is mandatory, specifying which fields of the Backup resource will be updated and ensuring that other fields are not inadvertently modified."],["Both the request and the response bodies use the `Backup` resource format."],["Utilizing this endpoint requires authorization through one of the specified OAuth scopes, detailed in the Authentication Overview."]]],[]]