Class AppEngineHttpQueue (2.2.0)

AppEngineHttpQueue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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 https://cloud.google.com/appengine/docs/admin-api/access-control`__ Google IAM permission for the project and the following scope:

https://www.googleapis.com/auth/cloud-platform

Attribute

NameDescription
app_engine_routing_override google.cloud.tasks_v2beta3.types.AppEngineRouting
Overrides for the [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.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][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].