| 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 | 
|---|---|
static BigQuery.DatasetOption | 
BigQuery.DatasetOption.fields(BigQuery.DatasetField... fields)
Returns an option to specify the dataset's fields to be returned by the RPC call. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Copyright © 2019 Google LLC. All rights reserved.