public static final class TableDataInsertAllRequest.Rows
extends com.google.api.client.json.GenericJson
com.google.api.client.util.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, 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 com.google.api.client.json.GenericJsonpublic TableDataInsertAllRequest.Rows clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.