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
app_engine_routing_override: Option<AppEngineRouting>
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]
impl Default for AppEngineHttpQueuefn default() -> AppEngineHttpQueue[src]
fn default() -> AppEngineHttpQueueReturns the "default value" for a type. Read more
impl Clone for AppEngineHttpQueue[src]
impl Clone for AppEngineHttpQueuefn clone(&self) -> AppEngineHttpQueue[src]
fn clone(&self) -> AppEngineHttpQueueReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for AppEngineHttpQueue[src]
impl Debug for AppEngineHttpQueuefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for AppEngineHttpQueue[src]
impl Part for AppEngineHttpQueueAuto Trait Implementations
impl Send for AppEngineHttpQueue
impl Send for AppEngineHttpQueueimpl Sync for AppEngineHttpQueue
impl Sync for AppEngineHttpQueue