Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest.Rows |
TableDataInsertAllRequest.Rows.clone() |
TableDataInsertAllRequest.Rows |
TableDataInsertAllRequest.Rows.set(String fieldName,
Object value) |
TableDataInsertAllRequest.Rows |
TableDataInsertAllRequest.Rows.setInsertId(String insertId)
Insertion ID for best-effort deduplication.
|
TableDataInsertAllRequest.Rows |
TableDataInsertAllRequest.Rows.setJson(Map<String,Object> json)
Data for a single row.
|
Modifier and Type | Method and Description |
---|---|
List<TableDataInsertAllRequest.Rows> |
TableDataInsertAllRequest.getRows() |
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setRows(List<TableDataInsertAllRequest.Rows> rows) |
Copyright © 2011–2025 Google. All rights reserved.