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