v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13203649.3 KB
admin

Creates a new reservation.

post/v1/admin/{+parent}/reservations

Path parameters

parentstring required

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

Query parameters

reservationIdstring

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

namestring

The name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

throughputCapacitystring int64

The reserved throughput capacity. Every unit of throughput capacity is equivalent to 1 MiB/s of published messages or 2 MiB/s of subscribed messages. Any topics which are declared as using capacity from a Reservation will consume resources from this reservation instead of being charged individually.

Response

Successful response