| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.Regions.Get | 
| class  | Compute.Regions.List | 
| Constructor and Description | 
|---|
| Regions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Regions.Get | get(String project,
   String region)Returns the specified Region resource. | 
| Compute.Regions.List | list(String project)Retrieves the list of region resources available to the specified project. | 
public Compute.Regions.Get get(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 resource to return.IOExceptionpublic Compute.Regions.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionCopyright © 2011–2022 Google. All rights reserved.