pabloem commented on a change in pull request #14691:
URL: https://github.com/apache/beam/pull/14691#discussion_r626977778



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIO.java
##########
@@ -1417,8 +1432,107 @@ public void executeBundles(ProcessContext context) {
     }
   }
 
+  /** The type Patch resources. */
+  public static class PatchResources extends PTransform<PCollection<Input>, 
Write.Result> {
+

Review comment:
       it might be good to add a non-public constructor here to ensure users 
won't create this transform directly, and they will use the 
FhirIO.patchResources directly. Thoughts?




-- 
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:
[email protected]


Reply via email to