Class RowMutation


  • public abstract class RowMutation
    extends java.lang.Object
    A convenience class for applying row updates to BigQuery using 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.
    • Constructor Detail

      • RowMutation

        public RowMutation()
    • Method Detail

      • getTableRow

        public abstract com.google.api.services.bigquery.model.TableRow getTableRow()