Method: projects.locations.reservationGroups.create

Creates a new reservation group.

HTTP request

POST https://bigqueryreservation.googleapis.com/v1/{parent=projects/*/locations/*}/reservationGroups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Project, location. E.g., projects/myproject/locations/US

Authorization requires the following IAM permission on the specified resource parent:

  • bigquery.reservationGroups.create

Query parameters

Parameters
reservationGroupId

string

Required. The reservation group 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 ReservationGroup.

Response body

If successful, the response body contains a newly created instance of ReservationGroup.

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.