ProjectsLocationsReservationsResource class

Constructors

ProjectsLocationsReservationsResource(ApiRequester client)

Properties

assignments ProjectsLocationsReservationsAssignmentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Reservation request, String parent, {String? reservationId, String? $fields}) Future<Reservation>
Creates a new reservation resource.
delete(String name, {String? $fields}) Future<Empty>
Deletes a reservation.
get(String name, {String? $fields}) Future<Reservation>
Returns information about the reservation.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListReservationsResponse>
Lists all the reservations for the project in the specified location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Reservation request, String name, {String? updateMask, String? $fields}) Future<Reservation>
Updates an existing reservation resource.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited