Class: Google::Cloud::Tasks::V2beta2::LeaseTasksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::LeaseTasksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb
Overview
Request message for leasing tasks using LeaseTasks.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
filtercan be used to specify a subset of tasks to lease. -
#lease_duration ⇒ ::Google::Protobuf::Duration
Required.
-
#max_tasks ⇒ ::Integer
The maximum number of tasks to lease.
-
#parent ⇒ ::String
Required.
-
#response_view ⇒ ::Google::Cloud::Tasks::V2beta2::Task::View
The response_view specifies which subset of the Task will be returned.
Instance Attribute Details
#filter ⇒ ::String
474 475 476 477 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 474 class LeaseTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lease_duration ⇒ ::Google::Protobuf::Duration
474 475 476 477 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 474 class LeaseTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_tasks ⇒ ::Integer
474 475 476 477 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 474 class LeaseTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
474 475 476 477 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 474 class LeaseTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_view ⇒ ::Google::Cloud::Tasks::V2beta2::Task::View
474 475 476 477 |
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 474 class LeaseTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |