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