Class: Google::Cloud::Tasks::V2beta3::AppEngineHttpQueue
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::AppEngineHttpQueue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/target.rb
Overview
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
Instance Attribute Summary collapse
-
#app_engine_routing_override ⇒ ::Google::Cloud::Tasks::V2beta3::AppEngineRouting
Overrides for the [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
Instance Attribute Details
#app_engine_routing_override ⇒ ::Google::Cloud::Tasks::V2beta3::AppEngineRouting
Returns 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].
394 395 396 397 |
# File 'proto_docs/google/cloud/tasks/v2beta3/target.rb', line 394 class AppEngineHttpQueue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |