Uses of Class
com.google.cloud.bigquery.Dataset
Packages that use Dataset
Package
Description
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 DatasetModifier and TypeMethodDescriptionDataset.Builder.build()BigQuery.create(DatasetInfo datasetInfo, BigQuery.DatasetOption... options) Creates a new dataset.BigQuery.getDataset(DatasetId datasetId, BigQuery.DatasetOption... options) Returns the requested dataset ornullif not found.BigQuery.getDataset(String datasetId, BigQuery.DatasetOption... options) Returns the requested dataset ornullif not found.Dataset.reload(BigQuery.DatasetOption... options) Fetches current dataset's latest information.BigQuery.update(DatasetInfo datasetInfo, BigQuery.DatasetOption... options) Updates dataset information.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 DatasetModifier 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.