Tabledata
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)
TableDataList
listTabledata(string $projectId, string $datasetId, string $tableId, array $optParams = [])
List the content of a table in rows. (tabledata.listTabledata)