The name of the repository, for example: projects/p1/locations/us-central1/repositories/repo1. For each location in a project, repository names must be unique.
[[["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-07-17 UTC."],[[["This page details the process of updating a repository, including the specific structure of the HTTP request."],["The update process involves specifying the repository name via path parameters, using the format `projects/p1/locations/us-central1/repositories/repo1`, ensuring uniqueness within each location in a project."],["Query parameters, specifically `updateMask`, are used to define which fields of the repository should be updated, using a comma-separated list of field names."],["Both the request and response bodies utilize the `Repository` instance, defined elsewhere, for the data being sent and received."],["Authorization for updating a repository requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]