Reference documentation and code samples for the Cloud Tasks V2 API class Google::Cloud::Tasks::V2::ListQueuesResponse.
Response message for ListQueues.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String- 
        (::String) — 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. 
#next_page_token=
def next_page_token=(value) -> ::String- 
        value (::String) — 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. 
- 
        (::String) — 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. 
#queues
def queues() -> ::Array<::Google::Cloud::Tasks::V2::Queue>- (::Array<::Google::Cloud::Tasks::V2::Queue>) — The list of queues.
#queues=
def queues=(value) -> ::Array<::Google::Cloud::Tasks::V2::Queue>- value (::Array<::Google::Cloud::Tasks::V2::Queue>) — The list of queues.
- (::Array<::Google::Cloud::Tasks::V2::Queue>) — The list of queues.