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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ queues |
array<Queue>
The list of 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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setQueues
The list of queues.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Queue>
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|