Struct gapi_grpc::google::cloud::tasks::v2beta3::AppEngineHttpQueue [−][src]
App Engine HTTP queue.
The task will be delivered to the App Engine application hostname specified by its [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]. The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] explains how the task’s host URL is constructed.
Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] requires
appengine.applications.get
Google IAM permission for the project
and the following scope:
https://www.googleapis.com/auth/cloud-platform
Fields
app_engine_routing_override: Option<AppEngineRouting>
Overrides for the [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.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][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
Trait Implementations
impl Clone for AppEngineHttpQueue
[src][+]
impl Debug for AppEngineHttpQueue
[src][+]
impl Default for AppEngineHttpQueue
[src][+]
impl Message for AppEngineHttpQueue
[src][+]
impl PartialEq<AppEngineHttpQueue> for AppEngineHttpQueue
[src][+]
impl StructuralPartialEq for AppEngineHttpQueue
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,