| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dataset
A Google BigQuery Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DatasetInfo |
DatasetInfo.Builder.build()
Creates a
DatasetInfo object. |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
BigQuery.create(DatasetInfo dataset,
BigQuery.DatasetOption... options)
Creates a new dataset.
|
Dataset |
BigQuery.update(DatasetInfo dataset,
BigQuery.DatasetOption... options)
Updates dataset information.
|
Copyright © 2016 Google. All rights reserved.