public abstract class RowMutation
extends java.lang.Object
BigQueryIO.applyRowMutations()
. This class encapsulates a TableRow
payload along
with information how to update the row. A sequence number must also be supplied to order the
updates. Incorrect sequence numbers will result in unexpected state in the BigQuery table.Modifier and Type | Class and Description |
---|---|
static class |
RowMutation.RowMutationCoder |
Constructor and Description |
---|
RowMutation() |
Modifier and Type | Method and Description |
---|---|
abstract RowMutationInformation |
getMutationInformation() |
abstract TableRow |
getTableRow() |
static RowMutation |
of(TableRow tableRow,
RowMutationInformation rowMutationInformation) |
public abstract TableRow getTableRow()
public abstract RowMutationInformation getMutationInformation()
public static RowMutation of(TableRow tableRow, RowMutationInformation rowMutationInformation)