| Package | Description |
|---|---|
| com.google.cloud.bigquery.spi |
| Modifier and Type | Method and Description |
|---|---|
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.Dataset>> |
DefaultBigQueryRpc.listDatasets(Map<BigQueryRpc.Option,?> options) |
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.Dataset>> |
BigQueryRpc.listDatasets(Map<BigQueryRpc.Option,?> options)
Lists the project's datasets.
|
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.Job>> |
DefaultBigQueryRpc.listJobs(Map<BigQueryRpc.Option,?> options) |
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.Job>> |
BigQueryRpc.listJobs(Map<BigQueryRpc.Option,?> options)
Lists the project's jobs.
|
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.TableRow>> |
DefaultBigQueryRpc.listTableData(String datasetId,
String tableId,
Map<BigQueryRpc.Option,?> options) |
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.TableRow>> |
BigQueryRpc.listTableData(String datasetId,
String tableId,
Map<BigQueryRpc.Option,?> options)
Lists the table's rows.
|
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.Table>> |
DefaultBigQueryRpc.listTables(String datasetId,
Map<BigQueryRpc.Option,?> options) |
BigQueryRpc.Tuple<String,Iterable<com.google.api.services.bigquery.model.Table>> |
BigQueryRpc.listTables(String dataset,
Map<BigQueryRpc.Option,?> options)
Lists the dataset's tables.
|
static <X,Y> BigQueryRpc.Tuple<X,Y> |
BigQueryRpc.Tuple.of(X x,
Y y) |
Copyright © 2016 Google. All rights reserved.