Google Cloud Tasks V2beta3 Client - Class AppEngineHttpQueue (1.14.4)

Reference documentation and code samples for the Google Cloud Tasks V2beta3 Client class AppEngineHttpQueue.

App Engine HTTP queue.

The task will be delivered to the App Engine application hostname specified by its AppEngineHttpQueue and AppEngineHttpRequest. The documentation for AppEngineHttpRequest explains how the task's host URL is constructed. Using AppEngineHttpQueue requires appengine.applications.get Google IAM permission for the project and the following scope: https://www.googleapis.com/auth/cloud-platform

Generated from protobuf message google.cloud.tasks.v2beta3.AppEngineHttpQueue

Namespace

Google \ Cloud \ Tasks \ V2beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ app_engine_routing_override Google\Cloud\Tasks\V2beta3\AppEngineRouting

Overrides for the task-level app_engine_routing. If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

getAppEngineRoutingOverride

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

Returns
TypeDescription
Google\Cloud\Tasks\V2beta3\AppEngineRouting|null

hasAppEngineRoutingOverride

clearAppEngineRoutingOverride

setAppEngineRoutingOverride

Overrides for the task-level app_engine_routing.

If set, app_engine_routing_override is used for all tasks in the queue, no matter what the setting is for the task-level app_engine_routing.

Parameter
NameDescription
var Google\Cloud\Tasks\V2beta3\AppEngineRouting
Returns
TypeDescription
$this