Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableCell |
TableCell.clone() |
TableCell |
TableCell.set(java.lang.String fieldName,
java.lang.Object value) |
TableCell |
TableCell.setV(java.lang.Object v) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TableCell> |
TableRow.getF()
Represents a single row in the result set, consisting of one or more fields.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.setF(java.util.List<TableCell> f)
Represents a single row in the result set, consisting of one or more fields.
|