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.TableListOption |
BigQuery.TableListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of tables returned per page.
|
static BigQuery.TableListOption |
BigQuery.TableListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing tables.
|
Modifier and Type | Method and Description |
---|---|
Page<Table> |
Dataset.list(BigQuery.TableListOption... options)
Returns the paginated list of tables in this dataset.
|
Page<Table> |
BigQuery.listTables(DatasetId datasetId,
BigQuery.TableListOption... options)
Lists the tables in the dataset.
|
Page<Table> |
BigQuery.listTables(String datasetId,
BigQuery.TableListOption... options)
Lists the tables in the dataset.
|
Copyright © 2019 Google LLC. All rights reserved.