Class: Google::Cloud::Tasks::V2::ListQueuesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::ListQueuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/cloudtasks.rb
Overview
Response message for ListQueues.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#queues ⇒ ::Array<::Google::Cloud::Tasks::V2::Queue>
The list of queues.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results.
To return the next page of results, call ListQueues with this value as the page_token.
If the next_page_token is empty, there are no more results.
The page token is valid for only 2 hours.
84 85 86 87 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 84 class ListQueuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#queues ⇒ ::Array<::Google::Cloud::Tasks::V2::Queue>
Returns The list of queues.
84 85 86 87 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 84 class ListQueuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |