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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TableDataInsertAllRequest() |
| Modifier and Type | Method and Description |
|---|---|
TableDataInsertAllRequest |
clone() |
Boolean |
getIgnoreUnknownValues()
[Optional] Accept rows that contain values that do not match the schema.
|
String |
getKind()
The resource type of the response.
|
List<TableDataInsertAllRequest.Rows> |
getRows()
The rows to insert.
|
Boolean |
getSkipInvalidRows()
[Optional] Insert all valid rows of a request, even if invalid rows exist.
|
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(String fieldName,
Object value) |
TableDataInsertAllRequest |
setIgnoreUnknownValues(Boolean ignoreUnknownValues)
[Optional] Accept rows that contain values that do not match the schema.
|
TableDataInsertAllRequest |
setKind(String kind)
The resource type of the response.
|
TableDataInsertAllRequest |
setRows(List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|
TableDataInsertAllRequest |
setSkipInvalidRows(Boolean skipInvalidRows)
[Optional] Insert all valid rows of a request, even if invalid rows exist.
|
TableDataInsertAllRequest |
setTemplateSuffix(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, 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 Boolean getIgnoreUnknownValues()
null for nonepublic TableDataInsertAllRequest setIgnoreUnknownValues(Boolean ignoreUnknownValues)
ignoreUnknownValues - ignoreUnknownValues or null for nonepublic 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 Boolean getSkipInvalidRows()
null for nonepublic TableDataInsertAllRequest setSkipInvalidRows(Boolean skipInvalidRows)
skipInvalidRows - skipInvalidRows or null for nonepublic String getTemplateSuffix()
null for nonepublic TableDataInsertAllRequest setTemplateSuffix(String templateSuffix)
templateSuffix - templateSuffix or null for nonepublic TableDataInsertAllRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableDataInsertAllRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.