The "task" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "task" collection of methods.
Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $task = $fusiontablesService->task;
◆ 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
-
◆ 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 | $tableId | Table from which the task is being deleted. |
string | $taskId | The identifier of the task to delete. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Fusiontables_Task_Resource::get |
( |
| $tableId, |
|
|
| $taskId, |
|
|
| $optParams = array() ) |
Retrieves a specific task by its ID.
(task.get)
- Parameters
-
string | $tableId | Table to which the task belongs. |
string | $taskId | The identifier of the task to get. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTask()
Google_Service_Fusiontables_Task_Resource::listTask |
( |
| $tableId, |
|
|
| $optParams = array() ) |
Retrieves a list of tasks.
(task.listTask)
- Parameters
-
string | $tableId | Table whose tasks are being listed. |
array | $optParams | Optional 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
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Fusiontables.php