Class: Google::Cloud::Tasks::V2::ListTasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::ListTasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/cloudtasks.rb
Overview
Response message for listing tasks using ListTasks.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#tasks ⇒ ::Array<::Google::Cloud::Tasks::V2::Task>
The list of tasks.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
To return the next page of results, call ListTasks with this value as the page_token.
If the next_page_token is empty, there are no more results.
245 246 247 248 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 245 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tasks ⇒ ::Array<::Google::Cloud::Tasks::V2::Task>
Returns The list of tasks.
245 246 247 248 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 245 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |