Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.clone() |
TableRow |
TableRow.set(java.lang.String fieldName,
java.lang.Object value) |
TableRow |
TableRow.setF(java.util.List<TableCell> f)
Represents a single row in the result set, consisting of one or more fields.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableRow> |
TableDataList.getRows()
Rows of results.
|
java.util.List<TableRow> |
GetQueryResultsResponse.getRows()
An object with as many results as can be contained within the maximum permitted reply size.
|
java.util.List<TableRow> |
QueryResponse.getRows()
An object with as many results as can be contained within the maximum permitted reply size.
|
Modifier and Type | Method and Description |
---|---|
TableDataList |
TableDataList.setRows(java.util.List<TableRow> rows)
Rows of results.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setRows(java.util.List<TableRow> rows)
An object with as many results as can be contained within the maximum permitted reply size.
|
QueryResponse |
QueryResponse.setRows(java.util.List<TableRow> rows)
An object with as many results as can be contained within the maximum permitted reply size.
|