- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all the reservations for the project in the specified location.
HTTP request
GET https://bigqueryreservation.googleapis.com/v1/{parent=projects/*/locations/*}/reservations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name containing project and location, e.g.: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
The maximum number of items to return per page. |
page |
The nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
The response for ReservationService.ListReservations
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"reservations": [
{
object ( |
Fields | |
---|---|
reservations[] |
List of reservations visible to the user. |
next |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
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.