public static final class TableDataInsertAllRequest.Rows extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Rows() |
| Modifier and Type | Method and Description |
|---|---|
TableDataInsertAllRequest.Rows |
clone() |
String |
getInsertId()
[Optional] A unique ID for each row.
|
Map<String,Object> |
getJson()
[Required] A JSON object that contains a row of data.
|
TableDataInsertAllRequest.Rows |
set(String fieldName,
Object value) |
TableDataInsertAllRequest.Rows |
setInsertId(String insertId)
[Optional] A unique ID for each row.
|
TableDataInsertAllRequest.Rows |
setJson(Map<String,Object> json)
[Required] A JSON object that contains a row of data.
|
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 String getInsertId()
null for nonepublic TableDataInsertAllRequest.Rows setInsertId(String insertId)
insertId - insertId or null for nonepublic Map<String,Object> getJson()
null for nonepublic TableDataInsertAllRequest.Rows setJson(Map<String,Object> json)
json - json or null for nonepublic TableDataInsertAllRequest.Rows set(String fieldName, Object value)
set in class GenericJsonpublic TableDataInsertAllRequest.Rows clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.