View Source GoogleApi.CloudTasks.V2beta2.Model.AppEngineHttpTarget (google_api_cloud_tasks v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTasks.V2beta2.Model.AppEngineHttpTarget{
  appEngineRoutingOverride:
    GoogleApi.CloudTasks.V2beta2.Model.AppEngineRouting.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.