Class HttpHealthcareApiClient

java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.HttpHealthcareApiClient
All Implemented Interfaces:
Serializable, HealthcareApiClient

public class HttpHealthcareApiClient extends Object implements HealthcareApiClient, Serializable
A client that talks to the Cloud Healthcare API through HTTP requests. This client is created mainly to encapsulate the unserializable dependencies, since most generated classes are not serializable in the HTTP client.
See Also: