Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.clone() |
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.set(String fieldName,
Object value) |
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.setErrors(List<ErrorProto> errors)
Error information for the row indicated by the index property.
|
TableDataInsertAllResponse.InsertErrors |
TableDataInsertAllResponse.InsertErrors.setIndex(Long index)
The index of the row that error applies to.
|
Modifier and Type | Method and Description |
---|---|
List<TableDataInsertAllResponse.InsertErrors> |
TableDataInsertAllResponse.getInsertErrors()
An array of errors for rows that were not inserted.
|
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllResponse |
TableDataInsertAllResponse.setInsertErrors(List<TableDataInsertAllResponse.InsertErrors> insertErrors)
An array of errors for rows that were not inserted.
|
Copyright © 2011–2022 Google. All rights reserved.