public class CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Create |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Delete |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Get |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.GetIamPolicy |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.List |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Messages
The "messages" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.Patch |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.SetIamPolicy |
class |
CloudHealthcare.Projects.Locations.Datasets.Hl7V2Stores.TestIamPermissions |
| 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.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.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 - Output only. 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–2019 Google. All rights reserved.