Google Cloud Tasks v2 API - Class ListQueuesResponse (3.4.0)

public sealed class ListQueuesResponse : IMessage<ListQueuesResponse>, IEquatable<ListQueuesResponse>, IDeepCloneable<ListQueuesResponse>, IBufferMessage, IMessage, IPageResponse<Queue>, IEnumerable<Queue>, IEnumerable

Reference documentation and code samples for the Google Cloud Tasks v2 API class ListQueuesResponse.

Response message for [ListQueues][google.cloud.tasks.v2.CloudTasks.ListQueues].

Inheritance

object > ListQueuesResponse

Namespace

Google.Cloud.Tasks.V2

Assembly

Google.Cloud.Tasks.V2.dll

Constructors

ListQueuesResponse()

public ListQueuesResponse()

ListQueuesResponse(ListQueuesResponse)

public ListQueuesResponse(ListQueuesResponse other)
Parameter
NameDescription
otherListQueuesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results.

To return the next page of results, call [ListQueues][google.cloud.tasks.v2.CloudTasks.ListQueues] with this value as the [page_token][google.cloud.tasks.v2.ListQueuesRequest.page_token].

If the next_page_token is empty, there are no more results.

The page token is valid for only 2 hours.

Property Value
TypeDescription
string

Queues

public RepeatedField<Queue> Queues { get; }

The list of queues.

Property Value
TypeDescription
RepeatedFieldQueue

Methods

GetEnumerator()

public IEnumerator<Queue> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorQueue