| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.GlobalOperations.AggregatedList | 
| class  | Compute.GlobalOperations.Delete | 
| class  | Compute.GlobalOperations.Get | 
| class  | Compute.GlobalOperations.List | 
| class  | Compute.GlobalOperations.Wait | 
| Constructor and Description | 
|---|
| GlobalOperations() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.GlobalOperations.AggregatedList | aggregatedList(String project)Retrieves an aggregated list of all operations. | 
| Compute.GlobalOperations.Delete | delete(String project,
      String operation)Deletes the specified Operations resource. | 
| Compute.GlobalOperations.Get | get(String project,
   String operation)Retrieves the specified Operations resource. | 
| Compute.GlobalOperations.List | list(String project)Retrieves a list of Operation resources contained within the specified project. | 
| Compute.GlobalOperations.Wait | wait(String project,
    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.GlobalOperations.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.GlobalOperations.Delete delete(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.operation - Name of the Operations resource to delete.IOExceptionpublic Compute.GlobalOperations.Get get(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.operation - Name of the Operations resource to return.IOExceptionpublic Compute.GlobalOperations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.GlobalOperations.Wait wait(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.operation - Name of the Operations resource to return.IOExceptionCopyright © 2011–2022 Google. All rights reserved.