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: 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.
|
GenericData.Flags
AbstractMap.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()
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)
If specified, treats the destination table as a base template, and inserts the rows into an
instance table named "{destination}{templateSuffix}".
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public TableDataInsertAllRequest clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.