Method: admin.projects.locations.reservations.create

Creates a new reservation.

HTTP request

POST https://{endpoint}/v1/admin/{parent=projects/*/locations/*}/reservations

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent location in which to create the reservation. Structured like projects/{project_number}/locations/{location}.

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

  • pubsublite.reservations.create

Query parameters

Parameters
reservationId

string

Required. The ID to use for the reservation, which will become the final component of the reservation's name.

This value is structured like: my-reservation-name.

Request body

The request body contains an instance of Reservation.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.