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.DatasetListOption |
BigQuery.DatasetListOption.all()
Returns an options to list all datasets, even hidden ones.
|
static BigQuery.DatasetListOption |
BigQuery.DatasetListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of datasets returned per page.
|
static BigQuery.DatasetListOption |
BigQuery.DatasetListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing datasets.
|
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.