public class BigQueryInsertError
extends java.lang.Object
This class represents an error inserting a TableRow
into BigQuery.
Constructor and Description |
---|
BigQueryInsertError(TableRow row,
TableDataInsertAllResponse.InsertErrors error,
TableReference table) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable java.lang.Object o) |
TableDataInsertAllResponse.InsertErrors |
getError() |
TableRow |
getRow() |
TableReference |
getTable() |
int |
hashCode() |
public BigQueryInsertError(TableRow row, TableDataInsertAllResponse.InsertErrors error, TableReference table)
public TableRow getRow()
public TableDataInsertAllResponse.InsertErrors getError()
public TableReference getTable()
public boolean equals(@Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object