| Modifier and Type | Class and Description |
|---|---|
class |
Drive.Operations.Cancel |
class |
Drive.Operations.Delete |
class |
Drive.Operations.Get |
class |
Drive.Operations.List |
| Constructor and Description |
|---|
Operations() |
| Modifier and Type | Method and Description |
|---|---|
Drive.Operations.Cancel |
cancel(String name)
Starts asynchronous cancellation on a long-running operation.
|
Drive.Operations.Delete |
delete(String name)
Deletes a long-running operation.
|
Drive.Operations.Get |
get(String name)
Gets the latest state of a long-running operation.
|
Drive.Operations.List |
list()
Lists operations that match the specified filter in the request.
|
public Drive.Operations.Cancel cancel(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource to be cancelled.IOExceptionpublic Drive.Operations.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource to be deleted.IOExceptionpublic Drive.Operations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the operation resource.IOExceptionpublic Drive.Operations.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2025 Google. All rights reserved.