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
Data for a single insertion row.
|
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.
|
String |
getKind()
Optional.
|
List<TableDataInsertAllRequest.Rows> |
getRows() |
Boolean |
getSkipInvalidRows()
Optional.
|
String |
getTemplateSuffix()
Optional.
|
String |
getTraceId()
Optional.
|
TableDataInsertAllRequest |
set(String fieldName,
Object value) |
TableDataInsertAllRequest |
setIgnoreUnknownValues(Boolean ignoreUnknownValues)
Optional.
|
TableDataInsertAllRequest |
setKind(String kind)
Optional.
|
TableDataInsertAllRequest |
setRows(List<TableDataInsertAllRequest.Rows> rows) |
TableDataInsertAllRequest |
setSkipInvalidRows(Boolean skipInvalidRows)
Optional.
|
TableDataInsertAllRequest |
setTemplateSuffix(String templateSuffix)
Optional.
|
TableDataInsertAllRequest |
setTraceId(String traceId)
Optional.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, 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 String getTraceId()
null for nonepublic TableDataInsertAllRequest setTraceId(String traceId)
traceId - traceId 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–2025 Google. All rights reserved.