Modifier and Type | Class and Description |
---|---|
class |
Compute.GlobalOperations.AggregatedList |
class |
Compute.GlobalOperations.Delete |
class |
Compute.GlobalOperations.Get |
class |
Compute.GlobalOperations.List |
Constructor and Description |
---|
Compute.GlobalOperations() |
Modifier and Type | Method and Description |
---|---|
Compute.GlobalOperations.AggregatedList |
aggregatedList(String project)
Retrieves the list of all operations grouped by scope.
|
Compute.GlobalOperations.Delete |
delete(String project,
String operation)
Deletes the specified operation resource.
|
Compute.GlobalOperations.Get |
get(String project,
String operation)
Retrieves the specified operation resource.
|
Compute.GlobalOperations.List |
list(String project)
Retrieves the list of operation resources contained within the specified project.
|
public Compute.GlobalOperations.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException
public Compute.GlobalOperations.Delete delete(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.operation
- Name of the operation resource to delete.IOException
public Compute.GlobalOperations.Get get(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.operation
- Name of the operation resource to return.IOException
public Compute.GlobalOperations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException