Struct google_cloudtasks2_beta3::AppEngineHttpQueue[][src]

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

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 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 AppEngineHttpQueue
[src]

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

impl Clone for AppEngineHttpQueue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppEngineHttpQueue
[src]

Formats the value using the given formatter. Read more

impl Part for AppEngineHttpQueue
[src]

Auto Trait Implementations