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