public final class TableDataInsertAllRequest extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
Modifier and Type | Class and Description |
---|---|
static class |
TableDataInsertAllRequest.Rows
Model definition for TableDataInsertAllRequestRows.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TableDataInsertAllRequest() |
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest |
clone() |
String |
getKind()
The resource type of the response.
|
List<TableDataInsertAllRequest.Rows> |
getRows()
The rows to insert.
|
TableDataInsertAllRequest |
set(String fieldName,
Object value) |
TableDataInsertAllRequest |
setKind(String kind)
The resource type of the response.
|
TableDataInsertAllRequest |
setRows(List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getKind()
null
for nonepublic TableDataInsertAllRequest setKind(String kind)
kind
- kind or null
for nonepublic List<TableDataInsertAllRequest.Rows> getRows()
null
for nonepublic TableDataInsertAllRequest setRows(List<TableDataInsertAllRequest.Rows> rows)
rows
- rows or null
for nonepublic TableDataInsertAllRequest set(String fieldName, Object value)
set
in class GenericJson
public TableDataInsertAllRequest clone()
clone
in class GenericJson