Class BigQueryStorageApiInsertError


  • public class BigQueryStorageApiInsertError
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getErrorMessage()  
      com.google.api.services.bigquery.model.TableRow getRow()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BigQueryStorageApiInsertError

        public BigQueryStorageApiInsertError​(com.google.api.services.bigquery.model.TableRow row)
      • BigQueryStorageApiInsertError

        public BigQueryStorageApiInsertError​(com.google.api.services.bigquery.model.TableRow row,
                                             @Nullable
                                             java.lang.String errorMessage)
    • Method Detail

      • getRow

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

        @Nullable
        public java.lang.String getErrorMessage()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object