Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Taskqueue Class Reference
Inheritance diagram for Google_Service_Taskqueue:
Google_Service

Public Member Functions

 __construct (Google_Client $client)
 Constructs the internal representation of the Taskqueue service.
 
 createBatch ()
 Create a new HTTP Batch handler for this service.
 
 getClient ()
 

Public Attributes

 $availableScopes
 
 $batchPath
 
 $resource
 
 $rootUrl
 
 $servicePath
 
 $taskqueues
 
 $tasks
 
 $version
 
const TASKQUEUE
 Manage your Tasks and Taskqueues.
 
const TASKQUEUE_CONSUMER
 Consume Tasks from your Taskqueues.
 

Constructor & Destructor Documentation

◆ __construct()

Google_Service_Taskqueue::__construct ( Google_Client $client)

Constructs the internal representation of the Taskqueue service.

Parameters
Google_Client$client

Reimplemented from Google_Service.

Member Function Documentation

◆ createBatch()

Google_Service::createBatch ( )
inherited

Create a new HTTP Batch handler for this service.

Return values
Google_Http_Batch

Member Data Documentation

◆ TASKQUEUE

const Google_Service_Taskqueue::TASKQUEUE
Initial value:
=
"https://www.googleapis.com/auth/taskqueue"

Manage your Tasks and Taskqueues.

◆ TASKQUEUE_CONSUMER

const Google_Service_Taskqueue::TASKQUEUE_CONSUMER
Initial value:
=
"https://www.googleapis.com/auth/taskqueue.consumer"

Consume Tasks from your Taskqueues.


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