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.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setKind(String kind)
Optional.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setRows(List<TableDataInsertAllRequest.Rows> rows) |
TableDataInsertAllRequest |
TableDataInsertAllRequest.setSkipInvalidRows(Boolean skipInvalidRows)
Optional.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setTemplateSuffix(String templateSuffix)
Optional.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setTraceId(String traceId)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.