AdminProjectsLocationsReservationsResource class

Constructors

AdminProjectsLocationsReservationsResource(ApiRequester client)

Properties

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

Methods

create(Reservation request, String parent, {String? reservationId, String? $fields}) Future<Reservation>
Creates a new reservation.
delete(String name, {String? $fields}) Future<Empty>
Deletes the specified reservation.
get(String name, {String? $fields}) Future<Reservation>
Returns the reservation configuration.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListReservationsResponse>
Returns the list of reservations for the given project.
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 properties of the specified reservation.
toString() String
A string representation of this object.
inherited

Operators

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