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)
[Optional] A unique ID for each row.
|
TableDataInsertAllRequest.Rows |
TableDataInsertAllRequest.Rows.setJson(Map<String,Object> json)
[Required] A JSON object that contains a row of data.
|
Modifier and Type | Method and Description |
---|---|
List<TableDataInsertAllRequest.Rows> |
TableDataInsertAllRequest.getRows()
The rows to insert.
|
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setRows(List<TableDataInsertAllRequest.Rows> rows)
The rows to insert.
|