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.IOException
public 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.IOException
public Drive.Operations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource.IOException
public Drive.Operations.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
Copyright © 2011–2025 Google. All rights reserved.