Interface ListQueuesResponseOrBuilder (2.53.0)

publicinterface ListQueuesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

publicabstractStringgetNextPageToken()

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 next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

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 next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getQueues(int index)

publicabstractQueuegetQueues(intindex)

The list of queues.

repeated .google.cloud.tasks.v2beta3.Queue queues = 1;

Parameter
Name Description
index int
Returns
Type Description
Queue

getQueuesCount()

publicabstractintgetQueuesCount()

The list of queues.

repeated .google.cloud.tasks.v2beta3.Queue queues = 1;

Returns
Type Description
int

getQueuesList()

publicabstractList<Queue>getQueuesList()

The list of queues.

repeated .google.cloud.tasks.v2beta3.Queue queues = 1;

Returns
Type Description
List<Queue>

getQueuesOrBuilder(int index)

publicabstractQueueOrBuildergetQueuesOrBuilder(intindex)

The list of queues.

repeated .google.cloud.tasks.v2beta3.Queue queues = 1;

Parameter
Name Description
index int
Returns
Type Description
QueueOrBuilder

getQueuesOrBuilderList()

publicabstractList<?extendsQueueOrBuilder>getQueuesOrBuilderList()

The list of queues.

repeated .google.cloud.tasks.v2beta3.Queue queues = 1;

Returns
Type Description
List<? extends com.google.cloud.tasks.v2beta3.QueueOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.