| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Method and Description |
|---|---|
Page<List<FieldValue>> |
Table.list(BigQuery.TableDataListOption... options)
Returns the paginated list rows in this table.
|
Page<List<FieldValue>> |
BigQuery.listTableData(String datasetId,
String tableId,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
Page<List<FieldValue>> |
BigQuery.listTableData(TableId tableId,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
List<FieldValue> |
FieldValue.recordValue()
Returns this field's value as a list of
FieldValue. |
List<FieldValue> |
FieldValue.repeatedValue()
Returns this field's value as a list of
FieldValue. |
Copyright © 2016 Google. All rights reserved.