Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and 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 or
null if not found. |
Dataset |
BigQuery.getDataset(String datasetId,
BigQuery.DatasetOption... options)
Returns the requested dataset or
null if not found. |
Dataset |
Dataset.reload(BigQuery.DatasetOption... options)
Fetches current dataset's latest information.
|
Dataset |
Dataset.update(BigQuery.DatasetOption... options)
Updates the dataset's information with this dataset's information.
|
Dataset |
BigQuery.update(DatasetInfo datasetInfo,
BigQuery.DatasetOption... options)
Updates dataset information.
|
Modifier and Type | Method and Description |
---|---|
Page<Dataset> |
BigQuery.listDatasets(BigQuery.DatasetListOption... options)
Lists the project's datasets.
|
Page<Dataset> |
BigQuery.listDatasets(String projectId,
BigQuery.DatasetListOption... options)
Lists the datasets in the provided project.
|
Copyright © 2019 Google LLC. All rights reserved.