Modifier and Type | Class and Description |
---|---|
class |
Drive.Operation.Cancel |
class |
Drive.Operation.Delete |
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
Drive.Operation.Cancel |
cancel(String name)
Starts asynchronous cancellation on a long-running operation.
|
Drive.Operation.Delete |
delete(String name)
Deletes a long-running operation.
|
public Drive.Operation.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.Operation.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
Copyright © 2011–2024 Google. All rights reserved.