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