public class Bigquery.Tabledata
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Bigquery.Tabledata.InsertAll |
class |
Bigquery.Tabledata.List |
| Constructor and Description |
|---|
Bigquery.Tabledata() |
| Modifier and Type | Method and Description |
|---|---|
Bigquery.Tabledata.InsertAll |
insertAll(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
|
Bigquery.Tabledata.List |
list(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId)
Retrieves table data from a specified set of rows.
|
public Bigquery.Tabledata.InsertAll insertAll(java.lang.String projectId, java.lang.String datasetId, java.lang.String tableId, TableDataInsertAllRequest content) throws java.io.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 TableDataInsertAllRequestjava.io.IOExceptionpublic Bigquery.Tabledata.List list(java.lang.String projectId, java.lang.String datasetId, java.lang.String tableId) throws java.io.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 readjava.io.IOException