Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Method: projects.locations.updateBiReservation
Updates a BI reservation.
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.
HTTP request
PATCH https://bigqueryreservation.googleapis.com/v1/{biReservation.name=projects/*/locations/*/biReservation}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
biReservation.name |
string
Identifier. The resource name of the singleton BI reservation. Reservation names have the form projects/{projectId}/locations/{locationId}/biReservation .
|
Query parameters
Parameters |
updateMask |
string (FieldMask format)
A list of fields to be updated in this request. This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .
|
Request body
The request body contains an instance of BiReservation
.
Response body
If successful, the response body contains an instance of BiReservation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigquery
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]