Skip to main content

reservations

Overview

Namereservations
TypeResource
Idgoogle.pubsublite.reservations

Fields

NameDatatypeDescription
namestringThe name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}
throughputCapacitystringThe 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.

Methods

NameAccessible byRequired ParamsDescription
admin_projects_locations_reservations_getSELECTlocationsId, projectsId, reservationsIdReturns the reservation configuration.
admin_projects_locations_reservations_listSELECTlocationsId, projectsIdReturns the list of reservations for the given project.
admin_projects_locations_reservations_createINSERTlocationsId, projectsIdCreates a new reservation.
admin_projects_locations_reservations_deleteDELETElocationsId, projectsId, reservationsIdDeletes the specified reservation.
_admin_projects_locations_reservations_listEXEClocationsId, projectsIdReturns the list of reservations for the given project.
admin_projects_locations_reservations_patchEXEClocationsId, projectsId, reservationsIdUpdates properties of the specified reservation.