Class ListQueuesRequest (1.2.1)

Request message for ListQueues.

filter can be used to specify a subset of queues. Any Queue field can be used as a filter and several operators as supported. For example: <=, <, >=, >, !=, =, :. The filter syntax is the same as described in Stackdriver's Advanced Logs Filters <https://clo ud.google.com/logging/docs/view/advanced_filters>_. Sample filter "state: PAUSED". Note that using filters might cause fewer queues than the requested page_size to be returned.

A token identifying the page of results to return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of [ne xt_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse .next_page_token] returned from the previous call to ListQueues method. It is an error to switch the value of the filter while iterating through pages.