public class CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages extends Object
| Constructor and Description |
|---|
Messages() |
public CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Create create(String parent, CreateMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the dataset this message belongs to.content - the CreateMessageRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the HL7v2 message to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the HL7v2 message to retrieve.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Ingest ingest(String parent, IngestMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the HL7v2 store this message belongs to.content - the IngestMessageRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Name of the HL7v2 store to retrieve messages from.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages.Patch patch(String name, Message content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name of the Message, of the form
`projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{messa
ge_id}`.
Assigned by the server.content - the MessageIOExceptionCopyright © 2011–2019 Google. All rights reserved.