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 Hl7V2Store
IOException
public 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.IOException
public 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 ExportMessagesRequest
IOException
public 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.IOException
public 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}`.IOException
public 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.IOException
public 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 ImportMessagesRequest
IOException
public 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.IOException
public 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 Hl7V2Store
IOException
public 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 RollbackHl7V2MessagesRequest
IOException
public 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 SetIamPolicyRequest
IOException
public 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 TestIamPermissionsRequest
IOException
public 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–2024 Google. All rights reserved.