Google Cloud Tasks V2beta3 Client - Class ListQueuesResponse (1.14.4)

Reference documentation and code samples for the Google Cloud Tasks V2beta3 Client class ListQueuesResponse.

Response message for ListQueues.

Generated from protobuf message google.cloud.tasks.v2beta3.ListQueuesResponse

Namespace

Google \ Cloud \ Tasks \ V2beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ queues array<Google\Cloud\Tasks\V2beta3\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setQueues

The list of queues.

Parameter
NameDescription
var array<Google\Cloud\Tasks\V2beta3\Queue>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this