The resource name of the reservation, e.g., projects/*/locations/*/reservations/team1-prod. The reservationId must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
[[["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-02-25 UTC."],[[["This endpoint uses a PATCH request to update an existing reservation resource located at `https://bigqueryreservation.googleapis.com/v1/{reservation.name=projects/*/locations/*/reservations/*}`."],["The `reservation.name` path parameter, a string, specifies the resource name of the reservation to be updated."],["The `updateMask` query parameter, formatted as a FieldMask, dictates which fields within the reservation should be modified."],["The request body should contain a `Reservation` object, and the response body will also be a `Reservation` object upon successful update."],["Authorization requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]