Class: Google::Cloud::Tasks::V2beta2::LeaseTasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::LeaseTasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb
Overview
Response message for leasing tasks using LeaseTasks.
Instance Attribute Summary collapse
-
#tasks ⇒ ::Array<::Google::Cloud::Tasks::V2beta2::Task>
The leased tasks.
Instance Attribute Details
#tasks ⇒ ::Array<::Google::Cloud::Tasks::V2beta2::Task>
Returns The leased tasks.
484 485 486 487 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 484 class LeaseTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |