Uses of Class
com.google.cloud.bigquery.BigQuery.DatasetListOption
Packages that use BigQuery.DatasetListOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.DatasetListOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.DatasetListOptionModifier and TypeMethodDescriptionstatic BigQuery.DatasetListOptionBigQuery.DatasetListOption.all()Returns an options to list all datasets, even hidden ones.static BigQuery.DatasetListOptionBigQuery.DatasetListOption.labelFilter(String labelFilter) Returns an option to specify a label filter.static BigQuery.DatasetListOptionBigQuery.DatasetListOption.pageSize(long pageSize) Returns an option to specify the maximum number of datasets returned per page.static BigQuery.DatasetListOptionReturns an option to specify the page token from which to start listing datasets.Methods in com.google.cloud.bigquery with parameters of type BigQuery.DatasetListOptionModifier and TypeMethodDescriptioncom.google.api.gax.paging.Page<Dataset>BigQuery.listDatasets(BigQuery.DatasetListOption... options) Lists the project's datasets.com.google.api.gax.paging.Page<Dataset>BigQuery.listDatasets(String projectId, BigQuery.DatasetListOption... options) Lists the datasets in the provided project.