Modifier and Type | Class and Description |
---|---|
class |
Compute.RegionOperations.Delete |
class |
Compute.RegionOperations.Get |
class |
Compute.RegionOperations.List |
Constructor and Description |
---|
RegionOperations() |
Modifier and Type | Method and Description |
---|---|
Compute.RegionOperations.Delete |
delete(String project,
String region,
String operation)
Deletes the specified region-specific Operations resource.
|
Compute.RegionOperations.Get |
get(String project,
String region,
String operation)
Retrieves the specified region-specific Operations resource.
|
Compute.RegionOperations.List |
list(String project,
String region)
Retrieves a 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
- Project ID for this request.region
- Name of the region for this request.operation
- Name of the Operations 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
- Project ID for this request.region
- Name of the region for this request.operation
- Name of the Operations resource to return.IOException
public Compute.RegionOperations.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region for this request.IOException
Copyright © 2011–2019 Google. All rights reserved.