Class ListQueuesResponse (2.2.0)

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

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
Name Description
other ListQueuesResponse

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
Type Description
String

Queues

public RepeatedField<Queue> Queues { get; }

The list of queues.

Property Value
Type Description
RepeatedField<Queue>

Methods

GetEnumerator()

public IEnumerator<Queue> GetEnumerator()

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

Returns
Type Description
IEnumerator<Queue>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator