Authorization requires the following IAM permission on the specified resource parent:
bigquery.reservations.create
Query parameters
Parameters
reservationId
string
The reservation ID. It 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.
Request body
The request body contains an instance of Reservation.
Response body
If successful, the response body contains a newly created instance of Reservation.
[[["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 creates a new reservation resource using a `POST` request to the specified URL, which follows gRPC Transcoding syntax."],["The `parent` path parameter is required, specifying the project and location where the reservation will be created, and it requires the `bigquery.reservations.create` IAM permission."],["The `reservationId` query parameter, which must follow a specific format of lowercase alphanumeric characters or dashes, is used to define the reservation ID."],["The request body must contain a `Reservation` instance, and a successfully created `Reservation` instance will be returned in the response body."],["Authorization for this endpoint requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]