public class CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations.DeleteFhirOperation |
class |
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations.GetFhirOperationStatus |
Constructor and Description |
---|
Operations() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations.DeleteFhirOperation |
deleteFhirOperation(String name)
Deletes operations as defined in the FHIR specification.
|
CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations.GetFhirOperationStatus |
getFhirOperationStatus(String name)
Gets the status of operations as defined in the FHIR specification.
|
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations.DeleteFhirOperation deleteFhirOperation(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. Name of the operation to be deleted, in the format `projects/{project_id}/locations/{locat
ion_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/operations/{operation_id}`.IOException
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Operations.GetFhirOperationStatus getFhirOperationStatus(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. Name of the operation to query, in the format `projects/{project_id}/locations/{location_i
d}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/operations/{operation_id}`.IOException
Copyright © 2011–2025 Google. All rights reserved.