trucleduc commented on a change in pull request #12721: URL: https://github.com/apache/beam/pull/12721#discussion_r482972757
########## File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIO.java ########## @@ -170,6 +184,21 @@ * // Alternatively you could use import for high throughput to a new store. * FhirIO.Write.Result writeResult = * output.apply("Import FHIR Resources", FhirIO.executeBundles(options.getNewFhirStore())); + * + * // Export FHIR resources to Google Cloud Storage. + * String fhirStoreName = ...; + * String exportGcsUriPrefix = ...; + * FhirIO.ExportGcs.Result exportResult = Review comment: Done. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org