public static final class TableDataInsertAllResponse.InsertErrors extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public TableDataInsertAllResponse.InsertErrors clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.