Class: Google::Cloud::Tasks::V2beta2::PullMessage
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::PullMessage
- Defined in:
- lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/target.rb
Overview
The pull message contains data that can be used by the caller of LeaseTasks to process the task.
This proto can only be used for tasks in a queue which has pull_target set.
Instance Attribute Summary collapse
-
#payload ⇒ String
A data payload consumed by the worker to execute the task.
-
#tag ⇒ String
The task's tag.
Instance Attribute Details
#payload ⇒ String
52 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/target.rb', line 52 class PullMessage; end |
#tag ⇒ String
52 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/target.rb', line 52 class PullMessage; end |