google_api_cloud_tasks v0.3.0 GoogleApi.CloudTasks.V2beta2.Model.AppEngineHttpTarget View Source
App Engine HTTP target.
The task will be delivered to the App Engine application hostname specified by its AppEngineHttpTarget and AppEngineHttpRequest. The documentation for AppEngineHttpRequest explains how the task's host URL is constructed.
Using AppEngineHttpTarget requires
appengine.applications.get
Google IAM permission for the project
and the following scope:
https://www.googleapis.com/auth/cloud-platform
Attributes
appEngineRoutingOverride
(type:GoogleApi.CloudTasks.V2beta2.Model.AppEngineRouting.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.CloudTasks.V2beta2.Model.AppEngineHttpTarget{ appEngineRoutingOverride: GoogleApi.CloudTasks.V2beta2.Model.AppEngineRouting.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.