ReservationSlotsResource class

Constructors

ReservationSlotsResource(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

Methods

get(String project, String zone, String parentName, String reservationSlot, {String? $fields}) Future<ReservationSlotsGetResponse>
Retrieves information about the specified reservation slot.
list(String project, String zone, String parentName, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<ReservationSlotsListResponse>
Retrieves a list of reservation slots under a single reservation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(ReservationSlot request, String project, String zone, String parentName, String reservationSlot, {String? updateMask, String? $fields}) Future<Operation>
Update a reservation slot in the specified sub-block.

Operators

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