Class StorageApiWritePayload
java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.StorageApiWritePayload
Class used to wrap elements being sent to the Storage API sinks.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]abstract byte[]abstract Instantabstract byte[]abstract StorageApiWritePayload.BuilderwithTimestamp(Instant instant)  
- 
Constructor Details
- 
StorageApiWritePayload
public StorageApiWritePayload() 
 - 
 - 
Method Details
- 
getPayload
public abstract byte[] getPayload() - 
getUnknownFieldsPayload
 - 
getTimestamp
 - 
getFailsafeTableRowPayload
 - 
toBuilder
 - 
withTimestamp
 - 
getUnknownFields
- Throws:
 IOException
 - 
getFailsafeTableRow
- Throws:
 IOException
 
 -