Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Google_Service_Fusiontables_Task_Resource Class Reference

The "task" collection of methods. More...

Inheritance diagram for Google_Service_Fusiontables_Task_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($tableId, $taskId, $optParams=array())
 Deletes a specific task by its ID, unless that task has already started running.
 
 get ($tableId, $taskId, $optParams=array())
 Retrieves a specific task by its ID.
 
 listTask ($tableId, $optParams=array())
 Retrieves a list of tasks.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "task" collection of methods.

Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $task = $fusiontablesService->task;

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

◆ delete()

Google_Service_Fusiontables_Task_Resource::delete ( $tableId,
$taskId,
$optParams = array() )

Deletes a specific task by its ID, unless that task has already started running.

(task.delete)

Parameters
string$tableIdTable from which the task is being deleted.
string$taskIdThe identifier of the task to delete.
array$optParamsOptional parameters.

◆ get()

Google_Service_Fusiontables_Task_Resource::get ( $tableId,
$taskId,
$optParams = array() )

Retrieves a specific task by its ID.

(task.get)

Parameters
string$tableIdTable to which the task belongs.
string$taskIdThe identifier of the task to get.
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_Task

◆ listTask()

Google_Service_Fusiontables_Task_Resource::listTask ( $tableId,
$optParams = array() )

Retrieves a list of tasks.

(task.listTask)

Parameters
string$tableIdTable whose tasks are being listed.
array$optParamsOptional parameters.

@opt_param string pageToken Continuation token specifying which result page to return. @opt_param string startIndex Index of the first result returned in the current page. @opt_param string maxResults Maximum number of tasks to return. Default is 5.

Return values
Google_Service_Fusiontables_TaskList

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