Required. The backup's project and location, in the format projects/{projectNumber}/locations/{location}. In Filestore, backup locations map to Google Cloud regions, for example us-west1.
Query parameters
Parameters
backupId
string
Required. The ID to use for the backup. The ID must be unique within the specified project and location.
This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.
[[["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 2025-01-29 UTC."],[[["This endpoint creates a backup within a specified project and location using a POST request to a URL with gRPC Transcoding syntax."],["The request requires two parameters: `parent`, to specify the project and location of the backup, and `backupId`, to provide a unique identifier for the backup."],["The request body must include an instance of the `Backup` resource, and successful responses return a newly created `Operation` instance."],["Authorization to use this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]