Modifier and Type | Class and Description |
---|---|
class |
Compute.GlobalOrganizationOperations.Delete |
class |
Compute.GlobalOrganizationOperations.Get |
class |
Compute.GlobalOrganizationOperations.List |
class |
Compute.GlobalOrganizationOperations.Wait |
Constructor and Description |
---|
GlobalOrganizationOperations() |
Modifier and Type | Method and Description |
---|---|
Compute.GlobalOrganizationOperations.Delete |
delete(String operation)
Deletes the specified Operations resource.
|
Compute.GlobalOrganizationOperations.Get |
get(String operation)
Retrieves the specified Operations resource.
|
Compute.GlobalOrganizationOperations.List |
list()
Retrieves a list of Operation resources contained within the specified organization.
|
Compute.GlobalOrganizationOperations.Wait |
wait(String operation)
Waits for the specified Operations resource until it is done or timeout, and retrieves the
specified Operations resource.
|
public Compute.GlobalOrganizationOperations.Delete delete(String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.operation
- Name of the Operations resource to delete.IOException
public Compute.GlobalOrganizationOperations.Get get(String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.operation
- Name of the Operations resource to return.IOException
public Compute.GlobalOrganizationOperations.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public Compute.GlobalOrganizationOperations.Wait wait(String operation) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.operation
- Name of the Operations resource to return.IOException
Copyright © 2011–2019 Google. All rights reserved.