@DefaultSchema(value=org.apache.beam.sdk.schemas.AutoValueSchema.class)
public abstract class StorageApiWritePayload
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageApiWritePayload.Builder |
| Constructor and Description |
|---|
StorageApiWritePayload() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
getPayload() |
abstract org.joda.time.Instant |
getTimestamp() |
com.google.api.services.bigquery.model.TableRow |
getUnknownFields() |
abstract byte[] |
getUnknownFieldsPayload() |
abstract StorageApiWritePayload.Builder |
toBuilder() |
StorageApiWritePayload |
withTimestamp(org.joda.time.Instant instant) |
public abstract byte[] getPayload()
@Nullable public abstract byte[] getUnknownFieldsPayload()
@Nullable public abstract org.joda.time.Instant getTimestamp()
public abstract StorageApiWritePayload.Builder toBuilder()
public StorageApiWritePayload withTimestamp(org.joda.time.Instant instant)
@Memoized
@Nullable
public com.google.api.services.bigquery.model.TableRow getUnknownFields()
throws java.io.IOException
java.io.IOException