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) |
TableDataInsertAllRequest.Rows |
TableDataInsertAllRequest.Rows.setJson(Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
List<TableDataInsertAllRequest.Rows> |
TableDataInsertAllRequest.getRows()
Rows to insert.
|
Modifier and Type | Method and Description |
---|---|
TableDataInsertAllRequest |
TableDataInsertAllRequest.setRows(List<TableDataInsertAllRequest.Rows> rows)
Rows to insert.
|