| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.RegionOperations.Delete | 
| class  | Compute.RegionOperations.Get | 
| class  | Compute.RegionOperations.List | 
| class  | Compute.RegionOperations.Wait | 
| Constructor and Description | 
|---|
| RegionOperations() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.RegionOperations.Delete | delete(String project,
      String region,
      String operation)Deletes the specified region-specific Operations resource. | 
| Compute.RegionOperations.Get | get(String project,
   String region,
   String operation)Retrieves the specified region-specific Operations resource. | 
| Compute.RegionOperations.List | list(String project,
    String region)Retrieves a list of Operation resources contained within the specified region. | 
| Compute.RegionOperations.Wait | wait(String project,
    String region,
    String operation)Waits for the specified Operation resource to return as `DONE` or for the request to approach the
 2 minute deadline, and retrieves the specified Operation resource. | 
public Compute.RegionOperations.Delete delete(String project, String region, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.operation - Name of the Operations resource to delete.IOExceptionpublic Compute.RegionOperations.Get get(String project, String region, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.operation - Name of the Operations resource to return.IOExceptionpublic Compute.RegionOperations.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.IOExceptionpublic Compute.RegionOperations.Wait wait(String project, String region, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.operation - Name of the Operations resource to return.IOExceptionCopyright © 2011–2022 Google. All rights reserved.