public class BeamRowToStorageApiProto
extends java.lang.Object
Row
objects to dynamic protocol message, for use with
the Storage write API.Constructor and Description |
---|
BeamRowToStorageApiProto() |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.DynamicMessage |
messageFromBeamRow(com.google.protobuf.Descriptors.Descriptor descriptor,
Row row,
java.lang.String changeType,
long changeSequenceNum)
Given a Beam
Row object, returns a protocol-buffer message that can be used to write
data using the BigQuery Storage streaming API. |
public static com.google.protobuf.DynamicMessage messageFromBeamRow(com.google.protobuf.Descriptors.Descriptor descriptor, Row row, @Nullable java.lang.String changeType, long changeSequenceNum)
Row
object, returns a protocol-buffer message that can be used to write
data using the BigQuery Storage streaming API.