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 - Required. 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 - Required. 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 - Required. 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 - Required. The resource name of the HL7v2 store to get.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.GetHL7v2StoreMetrics getHL7v2StoreMetrics(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. The resource name of the HL7v2 store to get metrics for, in the format
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_st
ore_id}`.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 [Resource
names](https://cloud.google.com/apis/design/resource_names) 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 - Required. 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 - Required. 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 - Identifier. Resource name of the HL7v2 store, of the form
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_st
ore_id}`.content - the Hl7V2StoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Rollback rollback(String name, RollbackHl7V2MessagesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the HL7v2 store to rollback, in the format of
"projects/{project_id}/locations/{location_id}/datasets/{dataset_id}
/hl7V2Stores/{hl7v2_store_id}".content - the RollbackHl7V2MessagesRequestIOExceptionpublic 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 [Resource
names](https://cloud.google.com/apis/design/resource_names) 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 [Resource
names](https://cloud.google.com/apis/design/resource_names) 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–2025 Google. All rights reserved.