public class Computeaccounts.GlobalAccountsOperations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Computeaccounts.GlobalAccountsOperations.Delete |
class |
Computeaccounts.GlobalAccountsOperations.Get |
class |
Computeaccounts.GlobalAccountsOperations.List |
| Constructor and Description |
|---|
Computeaccounts.GlobalAccountsOperations() |
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.GlobalAccountsOperations.Delete |
delete(String project,
String operation)
Deletes the specified operation resource.
|
Computeaccounts.GlobalAccountsOperations.Get |
get(String project,
String operation)
Retrieves the specified operation resource.
|
Computeaccounts.GlobalAccountsOperations.List |
list(String project)
Retrieves the list of operation resources contained within the specified project.
|
public Computeaccounts.GlobalAccountsOperations()
public Computeaccounts.GlobalAccountsOperations.Delete delete(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.operation - Name of the operation resource to delete.IOExceptionpublic Computeaccounts.GlobalAccountsOperations.Get get(String project, String operation) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.operation - Name of the operation resource to return.IOExceptionpublic Computeaccounts.GlobalAccountsOperations.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOException