| 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)
List the content of a table in 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 - Required. Project ID of the destination.datasetId - Required. Dataset ID of the destination.tableId - Required. Table ID of the destination.content - the TableDataInsertAllRequestIOExceptionpublic Bigquery.Tabledata.List list(String projectId, String datasetId, String tableId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. Project id of the table to list.datasetId - Required. Dataset id of the table to list.tableId - Required. Table id of the table to list.IOExceptionCopyright © 2011–2025 Google. All rights reserved.