public final class TableDataInsertAllRequest
extends com.google.api.client.json.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.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
TableDataInsertAllRequest() |
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest |
clone() |
java.lang.String |
getKind()
The resource type of the response.
|
java.util.List<TableDataInsertAllRequest.Rows> |
getRows()
The rows to insert.
|
TableDataInsertAllRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
TableDataInsertAllRequest |
setKind(java.lang.String kind)
The resource type of the response.
|
TableDataInsertAllRequest |
setRows(java.util.List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getKind()
null
for nonepublic TableDataInsertAllRequest setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.util.List<TableDataInsertAllRequest.Rows> getRows()
null
for nonepublic TableDataInsertAllRequest setRows(java.util.List<TableDataInsertAllRequest.Rows> rows)
rows
- rows or null
for nonepublic TableDataInsertAllRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TableDataInsertAllRequest clone()
clone
in class com.google.api.client.json.GenericJson