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(String project,
String zone,
String operation)
Deletes the specified zone-specific operation resource.
|
Compute.ZoneOperations.Get |
get(String project,
String zone,
String operation)
Retrieves the specified zone-specific operation resource.
|
Compute.ZoneOperations.List |
list(String project,
String zone)
Retrieves the list of operation resources contained within the specified zone.
|
public Compute.ZoneOperations.Delete delete(String project, String zone, String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.operation
- Name of the operation resource to delete.IOException
public Compute.ZoneOperations.Get get(String project, String zone, String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.operation
- Name of the operation resource to return.IOException
public Compute.ZoneOperations.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.zone
- Name of the zone scoping this request.IOException