Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
GcsDestination |
GcsDestination.clone() |
GcsDestination |
ExportMessagesRequest.getGcsDestination()
Export to a Cloud Storage destination.
|
GcsDestination |
GcsDestination.set(String fieldName,
Object value) |
GcsDestination |
GcsDestination.setContentStructure(String contentStructure)
The format of the exported HL7v2 message files.
|
GcsDestination |
GcsDestination.setMessageView(String messageView)
Specifies the parts of the Message resource to include in the export.
|
GcsDestination |
GcsDestination.setUriPrefix(String uriPrefix)
URI of an existing Cloud Storage directory where the server writes result files, in the format
`gs://{bucket-id}/{path/to/destination/dir}`.
|
Modifier and Type | Method and Description |
---|---|
ExportMessagesRequest |
ExportMessagesRequest.setGcsDestination(GcsDestination gcsDestination)
Export to a Cloud Storage destination.
|
Copyright © 2011–2024 Google. All rights reserved.