Class: Google::Cloud::Tasks::V2beta2::AppEngineHttpTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::AppEngineHttpTarget
- Defined in:
- lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/target.rb
Overview
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
Instance Attribute Summary collapse
-
#app_engine_routing_override ⇒ Google::Cloud::Tasks::V2beta2::AppEngineRouting
Overrides for the task-level app_engine_routing.
Instance Attribute Details
#app_engine_routing_override ⇒ Google::Cloud::Tasks::V2beta2::AppEngineRouting
75 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/target.rb', line 75 class AppEngineHttpTarget; end |