public class CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores extends Object
| Constructor and Description |
|---|
Hl7V2Stores() |
public CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Create create(String parent, Hl7V2Store content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the dataset this HL7v2 store belongs to.content - the Hl7V2StoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the HL7v2 store to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Export export(String name, ExportMessagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the source HL7v2 store, in the format
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7v2Stores/{hl7v2_st
ore_id}`content - the ExportMessagesRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the HL7v2 store to get.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.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.Hl7V2Stores.CloudHealthcareImport healthcareImport(String name, ImportMessagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - The name of the target HL7v2 store, in the format
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7v2Stores/{hl7v2_st
ore_id}`content - the ImportMessagesRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Name of the dataset.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Patch patch(String name, Hl7V2Store content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name of the HL7v2 store, of the form
`projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.content - the Hl7V2StoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.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.Hl7V2Stores.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.Hl7V2Stores.Messages messages()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Messages.List request = healthcare.messages().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.