Documentation

Google_Service_Taskqueue extends Google_Service
in package

Service definition for Taskqueue (v1beta2).

Accesses a Google App Engine Pull Task Queue over REST.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

TASKQUEUE  = "https://www.googleapis.com/auth/taskqueue"
Manage your Tasks and Taskqueues.
TASKQUEUE_CONSUMER  = "https://www.googleapis.com/auth/taskqueue.consumer"
Consume Tasks from your Taskqueues.
$availableScopes  : mixed
$batchPath  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$taskqueues  : mixed
$tasks  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Taskqueue service.
createBatch()  : Google_Http_Batch
Create a new HTTP Batch handler for this service
getClient()  : Google_Client
Return the associated Google_Client class.

Constants

TASKQUEUE

Manage your Tasks and Taskqueues.

public mixed TASKQUEUE = "https://www.googleapis.com/auth/taskqueue"

TASKQUEUE_CONSUMER

Consume Tasks from your Taskqueues.

public mixed TASKQUEUE_CONSUMER = "https://www.googleapis.com/auth/taskqueue.consumer"

Properties

$availableScopes

public mixed $availableScopes

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the Taskqueue service.

public __construct(Google_Client $client) : mixed
Parameters
$client : Google_Client
Return values
mixed

Search results