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 Instant
abstract byte[]
abstract StorageApiWritePayload.Builder
withTimestamp
(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
-