Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Bigquery_Tabledata_Resource Class Reference

The "tabledata" collection of methods. More...

Inheritance diagram for Google_Service_Bigquery_Tabledata_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "tabledata" collection of methods.

Typical usage is: $bigqueryService = new Google_Service_Bigquery(...); $tabledata = $bigqueryService->tabledata;

Member Function Documentation

◆ 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
Google_Exception

◆ insertAll()

Google_Service_Bigquery_Tabledata_Resource::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.

Requires the WRITER dataset role. (tabledata.insertAll)

Parameters
string$projectIdProject ID of the destination table.
string$datasetIdDataset ID of the destination table.
string$tableIdTable ID of the destination table.
Google_TableDataInsertAllRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Bigquery_TableDataInsertAllResponse

◆ 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$projectIdProject ID of the table to read
string$datasetIdDataset ID of the table to read
string$tableIdTable ID of the table to read
array$optParamsOptional 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
Google_Service_Bigquery_TableDataList

The documentation for this class was generated from the following file: