ReservationBlocksResource class
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 reservation, String reservationBlock, {String? view, String? $fields})
→ Future<ReservationBlocksGetResponse>
-
Retrieves information about the specified reservation block.
-
list(String project, String zone, String reservation, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<ReservationBlocksListResponse>
-
Retrieves a list of reservation blocks under a single reservation.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
performMaintenance(ReservationsBlocksPerformMaintenanceRequest request, String project, String zone, String reservation, String reservationBlock, {String? requestId, String? $fields})
→ Future<Operation>
-
Allows customers to perform maintenance on a reservation block
-
toString()
→ String
-
A string representation of this object.
inherited