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