Struct google_cloudtasks2_beta2::AppEngineHttpTarget[][src]

pub struct AppEngineHttpTarget {
    pub app_engine_routing_override: Option<AppEngineRouting>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

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.

Trait Implementations

impl Default for AppEngineHttpTarget
[src]

Returns the "default value" for a type. Read more

impl Clone for AppEngineHttpTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppEngineHttpTarget
[src]

Formats the value using the given formatter. Read more

impl Part for AppEngineHttpTarget
[src]

Auto Trait Implementations