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: https://developers.google.com/api-client-library/java/google-http-java-client/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.Boolean |
getIgnoreUnknownValues()
[Optional] Accept rows that contain values that do not match the schema.
|
java.lang.String |
getKind()
The resource type of the response.
|
java.util.List<TableDataInsertAllRequest.Rows> |
getRows()
The rows to insert.
|
java.lang.Boolean |
getSkipInvalidRows()
[Optional] Insert all valid rows of a request, even if invalid rows exist.
|
java.lang.String |
getTemplateSuffix()
[Experimental] If specified, treats the destination table as a base template, and inserts the
rows into an instance table named "{destination}{templateSuffix}".
|
TableDataInsertAllRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
TableDataInsertAllRequest |
setIgnoreUnknownValues(java.lang.Boolean ignoreUnknownValues)
[Optional] Accept rows that contain values that do not match the schema.
|
TableDataInsertAllRequest |
setKind(java.lang.String kind)
The resource type of the response.
|
TableDataInsertAllRequest |
setRows(java.util.List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|
TableDataInsertAllRequest |
setSkipInvalidRows(java.lang.Boolean skipInvalidRows)
[Optional] Insert all valid rows of a request, even if invalid rows exist.
|
TableDataInsertAllRequest |
setTemplateSuffix(java.lang.String templateSuffix)
[Experimental] If specified, treats the destination table as a base template, and inserts the
rows into an instance table named "{destination}{templateSuffix}".
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getIgnoreUnknownValues()
null for nonepublic TableDataInsertAllRequest setIgnoreUnknownValues(java.lang.Boolean ignoreUnknownValues)
ignoreUnknownValues - ignoreUnknownValues or null for nonepublic 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 java.lang.Boolean getSkipInvalidRows()
null for nonepublic TableDataInsertAllRequest setSkipInvalidRows(java.lang.Boolean skipInvalidRows)
skipInvalidRows - skipInvalidRows or null for nonepublic java.lang.String getTemplateSuffix()
null for nonepublic TableDataInsertAllRequest setTemplateSuffix(java.lang.String templateSuffix)
templateSuffix - templateSuffix or null for nonepublic TableDataInsertAllRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TableDataInsertAllRequest clone()
clone in class com.google.api.client.json.GenericJson