Class: Google::Cloud::Tasks::V2::ListTasksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::ListTasksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/cloudtasks.rb
Overview
Request message for listing tasks using ListTasks.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum page size.
-
#page_token ⇒ ::String
A token identifying the page of results to return.
-
#parent ⇒ ::String
Required.
-
#response_view ⇒ ::Google::Cloud::Tasks::V2::Task::View
The response_view specifies which subset of the Task will be returned.
Instance Attribute Details
#page_size ⇒ ::Integer
226 227 228 229 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
226 227 228 229 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
226 227 228 229 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_view ⇒ ::Google::Cloud::Tasks::V2::Task::View
226 227 228 229 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |