Uses of Class
com.google.cloud.bigquery.BigQuery.TableDataListOption
Packages that use BigQuery.TableDataListOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.TableDataListOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.TableDataListOptionModifier and TypeMethodDescriptionstatic BigQuery.TableDataListOptionBigQuery.TableDataListOption.pageSize(long pageSize) Returns an option to specify the maximum number of rows returned per page.static BigQuery.TableDataListOptionReturns an option to specify the page token from which to start listing table data.static BigQuery.TableDataListOptionBigQuery.TableDataListOption.startIndex(long index) Returns an option that sets the zero-based index of the row from which to start listing table data.Methods in com.google.cloud.bigquery with parameters of type BigQuery.TableDataListOptionModifier and TypeMethodDescriptionTable.list(BigQuery.TableDataListOption... options) Returns the paginated list rows in this table.Table.list(Schema schema, BigQuery.TableDataListOption... options) Returns the paginated list rows in this table.BigQuery.listTableData(TableId tableId, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(TableId tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(String datasetId, String tableId, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(String datasetId, String tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.