AdminProjectsLocationsReservations
class AdminProjectsLocationsReservations extends Resource (View source)
The "reservations" collection of methods.
Typical usage is:
$pubsubliteService = new Google\Service\PubsubLite(...);
$reservations = $pubsubliteService->admin_projects_locations_reservations;
Methods
Creates a new reservation. (reservations.create)
Deletes the specified reservation. (reservations.delete)
Returns the reservation configuration. (reservations.get)
Returns the list of reservations for the given project.
Updates properties of the specified reservation. (reservations.patch)
Details
Reservation
create(string $parent, Reservation $postBody, array $optParams = [])
Creates a new reservation. (reservations.create)
PubsubliteEmpty
delete(string $name, array $optParams = [])
Deletes the specified reservation. (reservations.delete)
Reservation
get(string $name, array $optParams = [])
Returns the reservation configuration. (reservations.get)
ListReservationsResponse
listAdminProjectsLocationsReservations(string $parent, array $optParams = [])
Returns the list of reservations for the given project.
(reservations.listAdminProjectsLocationsReservations)
Reservation
patch(string $name, Reservation $postBody, array $optParams = [])
Updates properties of the specified reservation. (reservations.patch)