FutureReservationsResource class

Constructors

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

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<FutureReservationsAggregatedListResponse>
Retrieves an aggregated list of future reservations.
cancel(String project, String zone, String futureReservation, {String? requestId, String? $fields}) Future<Operation>
Cancel the specified future reservation.
delete(String project, String zone, String futureReservation, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified future reservation.
get(String project, String zone, String futureReservation, {String? $fields}) Future<FutureReservation>
Retrieves information about the specified future reservation.
insert(FutureReservation request, String project, String zone, {String? requestId, String? $fields}) Future<Operation>
Creates a new Future Reservation.
list(String project, String zone, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<FutureReservationsListResponse>
A list of all the future reservations that have been configured for the specified project in specified zone.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(FutureReservation request, String project, String zone, String futureReservation, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the specified future reservation.

Operators

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