public class Compute.ZoneOperations
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.ZoneOperations.Delete |
class |
Compute.ZoneOperations.Get |
class |
Compute.ZoneOperations.List |
Constructor and Description |
---|
Compute.ZoneOperations() |
Modifier and Type | Method and Description |
---|---|
Compute.ZoneOperations.Delete |
delete(java.lang.String project,
java.lang.String zone,
java.lang.String operation)
Deletes the specified zone-specific Operations resource.
|
Compute.ZoneOperations.Get |
get(java.lang.String project,
java.lang.String zone,
java.lang.String operation)
Retrieves the specified zone-specific Operations resource.
|
Compute.ZoneOperations.List |
list(java.lang.String project,
java.lang.String zone)
Retrieves the list of Operation resources contained within the specified zone.
|
public Compute.ZoneOperations.Delete delete(java.lang.String project, java.lang.String zone, java.lang.String operation) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the zone scoping this request.operation
- Name of the Operations resource to delete.java.io.IOException
public Compute.ZoneOperations.Get get(java.lang.String project, java.lang.String zone, java.lang.String operation) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the zone scoping this request.operation
- Name of the Operations resource to return.java.io.IOException
public Compute.ZoneOperations.List list(java.lang.String project, java.lang.String zone) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the zone scoping this request.java.io.IOException