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(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
|
Constructor and Description |
---|
Bigquery.Tabledata.InsertAll(java.lang.String projectId,
java.lang.String datasetId,
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
TableDataInsertAllRequest |
TableDataInsertAllRequest.setIgnoreUnknownValues(java.lang.Boolean ignoreUnknownValues)
[Optional] Accept rows that contain values that do not match the schema.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setKind(java.lang.String kind)
The resource type of the response.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setRows(java.util.List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setSkipInvalidRows(java.lang.Boolean skipInvalidRows)
[Optional] Insert all valid rows of a request, even if invalid rows exist.
|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setTemplateSuffix(java.lang.String templateSuffix)
[Experimental] If specified, treats the destination table as a base template, and inserts the
rows into an instance table named "{destination}{templateSuffix}".
|