This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d1042c0 [BEAM-12231] Bump Dataflow container version (#14744)
add e37bede Merge pull request #14691 from Add PatchResources to FhirIO.
No new revisions were added by this update.
Summary of changes:
.../apache/beam/sdk/io/gcp/healthcare/FhirIO.java | 129 +++++++++++++++-
.../sdk/io/gcp/healthcare/FhirSearchParameter.java | 15 ++
.../sdk/io/gcp/healthcare/HealthcareApiClient.java | 18 ++-
.../io/gcp/healthcare/HttpHealthcareApiClient.java | 63 +++++++-
.../beam/sdk/io/gcp/healthcare/FhirIOPatchIT.java | 171 +++++++++++++++++++++
.../beam/sdk/io/gcp/healthcare/FhirIOTest.java | 23 +++
6 files changed, 410 insertions(+), 9 deletions(-)
create mode 100644
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/FhirIOPatchIT.java