public class Compute.GlobalOperations
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.GlobalOperations.AggregatedList |
class |
Compute.GlobalOperations.Delete |
class |
Compute.GlobalOperations.Get |
class |
Compute.GlobalOperations.List |
class |
Compute.GlobalOperations.Wait |
Constructor and Description |
---|
GlobalOperations() |
Modifier and Type | Method and Description |
---|---|
Compute.GlobalOperations.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves an aggregated list of all operations.
|
Compute.GlobalOperations.Delete |
delete(java.lang.String project,
java.lang.String operation)
Deletes the specified Operations resource.
|
Compute.GlobalOperations.Get |
get(java.lang.String project,
java.lang.String operation)
Retrieves the specified Operations resource.
|
Compute.GlobalOperations.List |
list(java.lang.String project)
Retrieves a list of Operation resources contained within the specified project.
|
Compute.GlobalOperations.Wait |
wait(java.lang.String project,
java.lang.String operation)
Waits for the specified Operations resource until it is done or timeout, and retrieves the
specified Operations resource.
|
public Compute.GlobalOperations.AggregatedList aggregatedList(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException
public Compute.GlobalOperations.Delete delete(java.lang.String project, java.lang.String operation) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.operation
- Name of the Operations resource to delete.java.io.IOException
public Compute.GlobalOperations.Get get(java.lang.String project, java.lang.String operation) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.operation
- Name of the Operations resource to return.java.io.IOException
public Compute.GlobalOperations.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException
public Compute.GlobalOperations.Wait wait(java.lang.String project, java.lang.String operation) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.operation
- Name of the Operations resource to return.java.io.IOException