Uses of Class
com.google.cloud.bigquery.Dataset
-
Packages that use Dataset Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Dataset in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Dataset Modifier and Type Method Description Dataset
Dataset.Builder. build()
Dataset
BigQuery. create(DatasetInfo datasetInfo, BigQuery.DatasetOption... options)
Creates a new dataset.Dataset
BigQuery. getDataset(DatasetId datasetId, BigQuery.DatasetOption... options)
Returns the requested dataset ornull
if not found.Dataset
BigQuery. getDataset(String datasetId, BigQuery.DatasetOption... options)
Returns the requested dataset ornull
if not found.Dataset
Dataset. reload(BigQuery.DatasetOption... options)
Fetches current dataset's latest information.Dataset
BigQuery. update(DatasetInfo datasetInfo, BigQuery.DatasetOption... options)
Updates dataset information.Dataset
Dataset. update(BigQuery.DatasetOption... options)
Updates the dataset's information with this dataset's information.Methods in com.google.cloud.bigquery that return types with arguments of type Dataset Modifier and Type Method Description com.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.
-