public class CloudHealthcare.Projects.Locations.Datasets.FhirStores extends Object
| Constructor and Description |
|---|
FhirStores() |
public CloudHealthcare.Projects.Locations.Datasets.FhirStores.Create create(String parent, FhirStore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the dataset this FHIR store belongs to.content - the FhirStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Deidentify deidentify(String sourceStore, DeidentifyFhirStoreRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.sourceStore - Required. Source FHIR store resource name. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_stor
e_id}`.content - the DeidentifyFhirStoreRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the FHIR store to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Export export(String name, ExportResourcesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the FHIR store to export resource from, in the format of
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_stor
e_id}`.content - the ExportResourcesRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the FHIR store to get.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.GetFHIRStoreMetrics getFHIRStoreMetrics(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the FHIR store to get metrics for.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.CloudHealthcareImport healthcareImport(String name, ImportResourcesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. The name of the FHIR store to import FHIR resources to, in the format of
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_stor
e_id}`.content - the ImportResourcesRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the dataset.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Patch patch(String name, FhirStore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Identifier. Resource name of the FHIR store, of the form
`projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`.content - the FhirStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Rollback rollback(String name, RollbackFhirResourcesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the FHIR store to rollback, in the format of
"projects/{project_id}/locations/{location_id}/datasets/{dataset_id}
/fhirStores/{fhir_store_id}".content - the RollbackFhirResourcesRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the SetIamPolicyRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the TestIamPermissionsRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Fhir fhir()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Fhir.List request = healthcare.fhir().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.