public static final class TableDataInsertAllResponse.InsertErrors
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
TableDataInsertAllResponse.InsertErrors() |
| Modifier and Type | Method and Description |
|---|---|
TableDataInsertAllResponse.InsertErrors |
clone() |
java.util.List<ErrorProto> |
getErrors()
Error information for the row indicated by the index property.
|
java.lang.Long |
getIndex()
The index of the row that error applies to.
|
TableDataInsertAllResponse.InsertErrors |
set(java.lang.String fieldName,
java.lang.Object value) |
TableDataInsertAllResponse.InsertErrors |
setErrors(java.util.List<ErrorProto> errors)
Error information for the row indicated by the index property.
|
TableDataInsertAllResponse.InsertErrors |
setIndex(java.lang.Long index)
The index of the row that error applies to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic TableDataInsertAllResponse.InsertErrors()
public java.util.List<ErrorProto> getErrors()
null for nonepublic TableDataInsertAllResponse.InsertErrors setErrors(java.util.List<ErrorProto> errors)
errors - errors or null for nonepublic java.lang.Long getIndex()
null for nonepublic TableDataInsertAllResponse.InsertErrors setIndex(java.lang.Long index)
index - index or null for nonepublic TableDataInsertAllResponse.InsertErrors set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TableDataInsertAllResponse.InsertErrors clone()
clone in class com.google.api.client.json.GenericJson