public static final class TableDataInsertAllResponse.InsertErrors
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InsertErrors() |
| Modifier and Type | Method and Description |
|---|---|
TableDataInsertAllResponse.InsertErrors |
clone() |
List<ErrorProto> |
getErrors()
Error information for the row indicated by the index property.
|
Long |
getIndex()
The index of the row that error applies to.
|
TableDataInsertAllResponse.InsertErrors |
set(String fieldName,
Object value) |
TableDataInsertAllResponse.InsertErrors |
setErrors(List<ErrorProto> errors)
Error information for the row indicated by the index property.
|
TableDataInsertAllResponse.InsertErrors |
setIndex(Long index)
The index of the row that error applies to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<ErrorProto> getErrors()
null for nonepublic TableDataInsertAllResponse.InsertErrors setErrors(List<ErrorProto> errors)
errors - errors or null for nonepublic Long getIndex()
null for nonepublic TableDataInsertAllResponse.InsertErrors setIndex(Long index)
index - index or null for nonepublic TableDataInsertAllResponse.InsertErrors set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableDataInsertAllResponse.InsertErrors clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.