RegionCommitmentsResource class

Constructors

RegionCommitmentsResource(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<CommitmentAggregatedList>
Retrieves an aggregated list of commitments by region.
get(String project, String region, String commitment, {String? $fields}) Future<Commitment>
Returns the specified commitment resource.
insert(Commitment request, String project, String region, {String? requestId, String? $fields}) Future<Operation>
Creates a commitment in the specified project using the data included in the request.
list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<CommitmentList>
Retrieves a list of commitments contained within the specified region.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Commitment request, String project, String region, String commitment, {List<String>? paths, String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the specified commitment with the data included in the request.

Operators

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