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 DatasetDataset.Builder. build()DatasetBigQuery. create(DatasetInfo datasetInfo, BigQuery.DatasetOption... options)Creates a new dataset.DatasetBigQuery. getDataset(DatasetId datasetId, BigQuery.DatasetOption... options)Returns the requested dataset ornullif not found.DatasetBigQuery. getDataset(String datasetId, BigQuery.DatasetOption... options)Returns the requested dataset ornullif not found.DatasetDataset. reload(BigQuery.DatasetOption... options)Fetches current dataset's latest information.DatasetBigQuery. update(DatasetInfo datasetInfo, BigQuery.DatasetOption... options)Updates dataset information.DatasetDataset. 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.
-