Struct google_cloudtasks2_beta3::api::AppEngineHttpQueue [−][src]
pub struct AppEngineHttpQueue {
pub app_engine_routing_override: Option<AppEngineRouting>,
}Expand description
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
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AppEngineHttpQueue
impl Send for AppEngineHttpQueue
impl Sync for AppEngineHttpQueue
impl Unpin for AppEngineHttpQueue
impl UnwindSafe for AppEngineHttpQueue
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more