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