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(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
Inserts the supplied rows into the table.
|
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 TableDataInsertAllRequest
IOException
public 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 readIOException