Only fields specified in the field_mask are updated.
A singleton BI reservation always exists with default size 0. In order to reserve BI capacity it needs to be updated to an amount greater than 0. In order to release BI capacity reservation size must be set to 0.
[[["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 updates a BigQuery BI reservation, allowing modifications to specific fields as indicated in the `field_mask`."],["A BI reservation is a singleton resource that always exists, initially with a size of 0, requiring an update to reserve capacity or setting it to 0 to release reserved capacity."],["The update operation uses a `PATCH` request to the specified URL, incorporating gRPC Transcoding syntax."],["The request requires a `biReservation.name` path parameter and an `updateMask` query parameter, detailing the fields to update, and the body content of the request and response are both `BiReservation`."],["Authorization for this request requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]