Class StorageApiConvertMessages<DestinationT,ElementT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<KV<DestinationT,ElementT>>,PCollectionTuple>
org.apache.beam.sdk.io.gcp.bigquery.StorageApiConvertMessages<DestinationT,ElementT>
All Implemented Interfaces:
Serializable, HasDisplayData

public class StorageApiConvertMessages<DestinationT,ElementT> extends PTransform<PCollection<KV<DestinationT,ElementT>>,PCollectionTuple>
A transform that converts messages to protocol buffers in preparation for writing to BigQuery.
See Also: