Class: Google::Cloud::Run::V2::ListTasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListTasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/task.rb
Overview
Response message containing a list of Tasks.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token indicating there are more items than page_size.
-
#tasks ⇒ ::Array<::Google::Cloud::Run::V2::Task>
The resulting list of Tasks.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token indicating there are more items than page_size. Use it in the next ListTasks request to continue.
65 66 67 68 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 65 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tasks ⇒ ::Array<::Google::Cloud::Run::V2::Task>
Returns The resulting list of Tasks.
65 66 67 68 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 65 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |