class Tabledata extends Resource (View source)

The "tabledata" collection of methods.

Typical usage is:

 $bigqueryService = new Google\Service\Bigquery(...);
 $tabledata = $bigqueryService->tabledata;

Methods

insertAll(string $projectId, string $datasetId, string $tableId, TableDataInsertAllRequest $postBody, array $optParams = [])

Streams data into BigQuery one record at a time without needing to run a load job. (tabledata.insertAll)

listTabledata(string $projectId, string $datasetId, string $tableId, array $optParams = [])

List the content of a table in rows. (tabledata.listTabledata)

Details

TableDataInsertAllResponse insertAll(string $projectId, string $datasetId, string $tableId, TableDataInsertAllRequest $postBody, array $optParams = [])

Streams data into BigQuery one record at a time without needing to run a load job. (tabledata.insertAll)

Parameters

string $projectId

Required. Project ID of the destination.

string $datasetId

Required. Dataset ID of the destination.

string $tableId

Required. Table ID of the destination.

TableDataInsertAllRequest $postBody
array $optParams

Optional parameters.

Return Value

TableDataInsertAllResponse

Exceptions

Exception

TableDataList listTabledata(string $projectId, string $datasetId, string $tableId, array $optParams = [])

List the content of a table in rows. (tabledata.listTabledata)

Parameters

string $projectId

Required. Project id of the table to list.

string $datasetId

Required. Dataset id of the table to list.

string $tableId

Required. Table id of the table to list.

array $optParams

Optional parameters.

Return Value

TableDataList

Exceptions

Exception