Uses of Class
com.google.cloud.bigquery.BigQuery.TableListOption
-
Packages that use BigQuery.TableListOption Package Description com.google.cloud.bigquery 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.TableListOption Modifier and Type Method Description static BigQuery.TableListOption
BigQuery.TableListOption. pageSize(long pageSize)
Returns an option to specify the maximum number of tables returned per page.static BigQuery.TableListOption
BigQuery.TableListOption. pageToken(String pageToken)
Returns an option to specify the page token from which to start listing tables.Methods in com.google.cloud.bigquery with parameters of type BigQuery.TableListOption Modifier and Type Method Description com.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.
-