Class AppEngineHttpTarget
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
Implements
Inherited Members
Namespace: Google.Apis.CloudTasks.v2beta2.Data
Assembly: Google.Apis.CloudTasks.v2beta2.dll
Syntax
public class AppEngineHttpTarget : IDirectResponseSchema
Properties
AppEngineRoutingOverride
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.
Declaration
[JsonProperty("appEngineRoutingOverride")]
public virtual AppEngineRouting AppEngineRoutingOverride { get; set; }
Property Value
Type | Description |
---|---|
AppEngineRouting |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |