| Package | Description |
|---|---|
| com.google.api.services.bigquery | |
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
Bigquery.Tabledata.InsertAll |
Bigquery.Tabledata.insertAll(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
|
| Constructor and Description |
|---|
InsertAll(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
|
| Modifier and Type | Method and Description |
|---|---|
TableDataInsertAllRequest |
TableDataInsertAllRequest.clone() |
TableDataInsertAllRequest |
TableDataInsertAllRequest.set(String fieldName,
Object value) |
TableDataInsertAllRequest |
TableDataInsertAllRequest.setIgnoreUnknownValues(Boolean ignoreUnknownValues)
[Optional] Accept rows that contain values that do not match the schema.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setKind(String kind)
The resource type of the response.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setRows(List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setSkipInvalidRows(Boolean skipInvalidRows)
[Optional] Insert all valid rows of a request, even if invalid rows exist.
|
TableDataInsertAllRequest |
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}".
|
Copyright © 2011–2018 Google. All rights reserved.