Reference documentation and code samples for the Google Cloud Tasks V2 Client class ListQueuesResponse.
Response message for ListQueues .
Generated from protobuf message google.cloud.tasks.v2.ListQueuesResponse
Namespace
Google \ Cloud \ Tasks \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ queues
↳ next_page_token
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.
getQueues
The list of queues.
setQueues
The list of queues.
$this
getNextPageToken
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
setNextPageToken
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.
var
string
$this