Uses of Class
com.google.cloud.bigquery.BigQuery.TableListOption
Packages that use BigQuery.TableListOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.TableListOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.TableListOptionModifier and TypeMethodDescriptionstatic BigQuery.TableListOptionBigQuery.TableListOption.pageSize(long pageSize) Returns an option to specify the maximum number of tables returned per page.static BigQuery.TableListOptionReturns an option to specify the page token from which to start listing tables.Methods in com.google.cloud.bigquery with parameters of type BigQuery.TableListOptionModifier and TypeMethodDescriptioncom.google.api.gax.paging.Page<Table>Dataset.list(BigQuery.TableListOption... options) Returns the paginated list of tables in this dataset.com.google.api.gax.paging.Page<Table>BigQuery.listTables(DatasetId datasetId, BigQuery.TableListOption... options) Lists the tables in the dataset.com.google.api.gax.paging.Page<Table>BigQuery.listTables(String datasetId, BigQuery.TableListOption... options) Lists the tables in the dataset.