| Modifier and Type | Class and Description |
|---|---|
class |
Bigquery.Tabledata.InsertAll |
class |
Bigquery.Tabledata.List |
| Constructor and Description |
|---|
Tabledata() |
| Modifier and Type | Method and Description |
|---|---|
Bigquery.Tabledata.InsertAll |
insertAll(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
|
Bigquery.Tabledata.List |
list(String projectId,
String datasetId,
String tableId)
Retrieves table data from a specified set of rows.
|
public Bigquery.Tabledata.InsertAll insertAll(String projectId, String datasetId, String tableId, TableDataInsertAllRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Project ID of the destination table.datasetId - Dataset ID of the destination table.tableId - Table ID of the destination table.content - the TableDataInsertAllRequestIOExceptionpublic Bigquery.Tabledata.List list(String projectId, String datasetId, String tableId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Project ID of the table to readdatasetId - Dataset ID of the table to readtableId - Table ID of the table to readIOExceptionCopyright © 2011–2018 Google. All rights reserved.