|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.compute.Compute.GlobalOperations
public class Compute.GlobalOperations
The "globalOperations" collection of methods.
Nested Class Summary | |
---|---|
class |
Compute.GlobalOperations.AggregatedList
|
class |
Compute.GlobalOperations.Delete
|
class |
Compute.GlobalOperations.Get
|
class |
Compute.GlobalOperations.List
|
Constructor Summary | |
---|---|
Compute.GlobalOperations()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Compute.GlobalOperations()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |