Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionCommitments.AggregatedList |
class |
Compute.RegionCommitments.Get |
class |
Compute.RegionCommitments.Insert |
class |
Compute.RegionCommitments.List |
class |
Compute.RegionCommitments.Update |
Constructor and Description |
---|
RegionCommitments() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionCommitments.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of commitments by region.
|
Compute.RegionCommitments.Get |
get(String project,
String region,
String commitment)
Returns the specified commitment resource.
|
Compute.RegionCommitments.Insert |
insert(String project,
String region,
Commitment content)
Creates a commitment in the specified project using the data included in the request.
|
Compute.RegionCommitments.List |
list(String project,
String region)
Retrieves a list of commitments contained within the specified region.
|
Compute.RegionCommitments.Update |
update(String project,
String region,
String commitment,
Commitment content)
Updates the specified commitment with the data included in the request.
|
public Compute.RegionCommitments.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.RegionCommitments.Get get(String project, String region, String commitment) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.commitment
- Name of the commitment to return.IOException
public Compute.RegionCommitments.Insert insert(String project, String region, Commitment content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.content
- the Commitment
IOException
public Compute.RegionCommitments.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.IOException
public Compute.RegionCommitments.Update update(String project, String region, String commitment, Commitment content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.commitment
- Name of the commitment that you want to update.content
- the Commitment
IOException
Copyright © 2011–2025 Google. All rights reserved.