Class BigQueryInsertError


  • public class BigQueryInsertError
    extends java.lang.Object
    Model definition for BigQueryInsertError.

    This class represents an error inserting a TableRow into BigQuery.

    • Constructor Summary

      Constructors 
      Constructor 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)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(@Nullable 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigQueryInsertError

        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)
    • Method Detail

      • getRow

        public com.google.api.services.bigquery.model.TableRow getRow()
      • getError

        public com.google.api.services.bigquery.model.TableDataInsertAllResponse.InsertErrors getError()
      • getTable

        public com.google.api.services.bigquery.model.TableReference getTable()
      • equals

        public boolean equals​(@Nullable java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object