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