The "tabledata" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| insertAll ($projectId, $datasetId, $tableId, Google_Service_Bigquery_TableDataInsertAllRequest $postBody, $optParams=array()) |
| Streams data into BigQuery one record at a time without needing to run a load job.
|
|
| listTabledata ($projectId, $datasetId, $tableId, $optParams=array()) |
| Retrieves table data from a specified set of rows.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "tabledata" collection of methods.
Typical usage is: $bigqueryService = new Google_Service_Bigquery(...); $tabledata = $bigqueryService->tabledata;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ insertAll()
Streams data into BigQuery one record at a time without needing to run a load job.
Requires the WRITER dataset role. (tabledata.insertAll)
- Parameters
-
string | $projectId | Project ID of the destination table. |
string | $datasetId | Dataset ID of the destination table. |
string | $tableId | Table ID of the destination table. |
Google_TableDataInsertAllRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTabledata()
Google_Service_Bigquery_Tabledata_Resource::listTabledata |
( |
| $projectId, |
|
|
| $datasetId, |
|
|
| $tableId, |
|
|
| $optParams = array() ) |
Retrieves table data from a specified set of rows.
Requires the READER dataset role. (tabledata.listTabledata)
- Parameters
-
string | $projectId | Project ID of the table to read |
string | $datasetId | Dataset ID of the table to read |
string | $tableId | Table ID of the table to read |
array | $optParams | Optional parameters. |
@opt_param string maxResults Maximum number of results to return @opt_param string pageToken Page token, returned by a previous call, identifying the result set @opt_param string startIndex Zero-based index of the starting row to read
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Bigquery.php