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 - The name of the dataset this FHIR store belongs to.content - the FhirStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.FhirStores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - 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 - The name of the FHIR store to export resource from. The name should be 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 - The resource name of the FHIR store to get.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 the operation documentation 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 - The name of the FHIR store to import FHIR resources to. The name should be
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 - 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. 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.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 the operation documentation 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 the operation
documentation 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–2019 Google. All rights reserved.