Class InsertAllResponse

    • Method Detail

      • getInsertErrors

        public Map<Long,​List<BigQueryError>> getInsertErrors()
        Returns all insertion errors as a map whose keys are indexes of rows that failed to insert. Each failed row index is associated with a non-empty list of BigQueryError.
      • getErrorsFor

        public List<BigQueryError> getErrorsFor​(long index)
        Returns errors for the provided row index. If no error exists returns null.
      • hasErrors

        public boolean hasErrors()
        Returns true if no row insertion failed, false otherwise. If false getInsertErrors() returns an empty map.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object