Package | Description |
---|---|
com.google.cloud.bigquery.spi.v2 |
Modifier and Type | Method and Description |
---|---|
static BigQueryRpc.Option |
BigQueryRpc.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQueryRpc.Option[] |
BigQueryRpc.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.services.bigquery.model.Dataset |
HttpBigQueryRpc.create(com.google.api.services.bigquery.model.Dataset dataset,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Dataset |
BigQueryRpc.create(com.google.api.services.bigquery.model.Dataset dataset,
Map<BigQueryRpc.Option,?> options)
Creates a new dataset.
|
com.google.api.services.bigquery.model.Job |
HttpBigQueryRpc.create(com.google.api.services.bigquery.model.Job job,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Job |
BigQueryRpc.create(com.google.api.services.bigquery.model.Job job,
Map<BigQueryRpc.Option,?> options)
Creates a new job.
|
com.google.api.services.bigquery.model.Table |
HttpBigQueryRpc.create(com.google.api.services.bigquery.model.Table table,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Table |
BigQueryRpc.create(com.google.api.services.bigquery.model.Table table,
Map<BigQueryRpc.Option,?> options)
Creates a new table.
|
boolean |
HttpBigQueryRpc.deleteDataset(String projectId,
String datasetId,
Map<BigQueryRpc.Option,?> options) |
boolean |
BigQueryRpc.deleteDataset(String projectId,
String datasetId,
Map<BigQueryRpc.Option,?> options)
Delete the requested dataset.
|
com.google.api.services.bigquery.model.Dataset |
HttpBigQueryRpc.getDataset(String projectId,
String datasetId,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Dataset |
BigQueryRpc.getDataset(String projectId,
String datasetId,
Map<BigQueryRpc.Option,?> options)
Returns the requested dataset or
null if not found. |
com.google.api.services.bigquery.model.Job |
HttpBigQueryRpc.getJob(String projectId,
String jobId,
String location,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Job |
BigQueryRpc.getJob(String projectId,
String jobId,
String location,
Map<BigQueryRpc.Option,?> options)
Returns the requested job or
null if not found. |
com.google.api.services.bigquery.model.GetQueryResultsResponse |
HttpBigQueryRpc.getQueryResults(String projectId,
String jobId,
String location,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.GetQueryResultsResponse |
BigQueryRpc.getQueryResults(String projectId,
String jobId,
String location,
Map<BigQueryRpc.Option,?> options)
Returns results of the query associated with the provided job.
|
com.google.api.services.bigquery.model.Table |
HttpBigQueryRpc.getTable(String projectId,
String datasetId,
String tableId,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Table |
BigQueryRpc.getTable(String projectId,
String datasetId,
String tableId,
Map<BigQueryRpc.Option,?> options)
Returns the requested table or
null if not found. |
Tuple<String,Iterable<com.google.api.services.bigquery.model.Dataset>> |
HttpBigQueryRpc.listDatasets(String projectId,
Map<BigQueryRpc.Option,?> options) |
Tuple<String,Iterable<com.google.api.services.bigquery.model.Dataset>> |
BigQueryRpc.listDatasets(String projectId,
Map<BigQueryRpc.Option,?> options)
Lists the provided project's datasets.
|
Tuple<String,Iterable<com.google.api.services.bigquery.model.Job>> |
HttpBigQueryRpc.listJobs(String projectId,
Map<BigQueryRpc.Option,?> options) |
Tuple<String,Iterable<com.google.api.services.bigquery.model.Job>> |
BigQueryRpc.listJobs(String projectId,
Map<BigQueryRpc.Option,?> options)
Lists the project's jobs.
|
com.google.api.services.bigquery.model.TableDataList |
HttpBigQueryRpc.listTableData(String projectId,
String datasetId,
String tableId,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.TableDataList |
BigQueryRpc.listTableData(String projectId,
String datasetId,
String tableId,
Map<BigQueryRpc.Option,?> options)
Lists the table's rows.
|
Tuple<String,Iterable<com.google.api.services.bigquery.model.Table>> |
HttpBigQueryRpc.listTables(String projectId,
String datasetId,
Map<BigQueryRpc.Option,?> options) |
Tuple<String,Iterable<com.google.api.services.bigquery.model.Table>> |
BigQueryRpc.listTables(String projectId,
String dataset,
Map<BigQueryRpc.Option,?> options)
Lists the dataset's tables.
|
com.google.api.services.bigquery.model.Dataset |
HttpBigQueryRpc.patch(com.google.api.services.bigquery.model.Dataset dataset,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Dataset |
BigQueryRpc.patch(com.google.api.services.bigquery.model.Dataset dataset,
Map<BigQueryRpc.Option,?> options)
Updates dataset information.
|
com.google.api.services.bigquery.model.Table |
HttpBigQueryRpc.patch(com.google.api.services.bigquery.model.Table table,
Map<BigQueryRpc.Option,?> options) |
com.google.api.services.bigquery.model.Table |
BigQueryRpc.patch(com.google.api.services.bigquery.model.Table table,
Map<BigQueryRpc.Option,?> options)
Updates table information.
|
Copyright © 2019 Google LLC. All rights reserved.