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 |
---|---|
DatasetId |
DatasetInfo.getDatasetId()
Returns the dataset identity.
|
DatasetId |
QueryJobConfiguration.getDefaultDataset()
Returns the default dataset.
|
static DatasetId |
DatasetId.of(String dataset)
Creates a dataset identity given only its user-defined id.
|
static DatasetId |
DatasetId.of(String project,
String dataset)
Creates a dataset identity given project's and dataset's user-defined ids.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BigQuery.delete(DatasetId datasetId,
BigQuery.DatasetDeleteOption... options)
Deletes the requested dataset.
|
Dataset |
BigQuery.getDataset(DatasetId datasetId,
BigQuery.DatasetOption... options)
Returns the requested dataset or
null if not found. |
Page<Table> |
BigQuery.listTables(DatasetId datasetId,
BigQuery.TableListOption... options)
Lists the tables in the dataset.
|
static DatasetInfo.Builder |
DatasetInfo.newBuilder(DatasetId datasetId)
Returns a builder for a
DatasetInfo object given it's identity. |
static DatasetInfo |
DatasetInfo.of(DatasetId datasetId)
Returns a
DatasetInfo object given it's identity. |
Dataset.Builder |
Dataset.Builder.setDatasetId(DatasetId datasetId) |
abstract DatasetInfo.Builder |
DatasetInfo.Builder.setDatasetId(DatasetId datasetId)
Sets the dataset identity.
|
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setDefaultDataset(DatasetId defaultDataset)
Sets the default dataset.
|
Copyright © 2019 Google LLC. All rights reserved.