GoogleApi.CloudTasks.V2beta2.Model.AppEngineHttpTarget (google_api_cloud_tasks v0.18.2) 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
Specs
t() :: %GoogleApi.CloudTasks.V2beta2.Model.AppEngineHttpTarget{ appEngineRoutingOverride: GoogleApi.CloudTasks.V2beta2.Model.AppEngineRouting.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.