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
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
RepeatedField<Queue>

Methods

GetEnumerator()

public IEnumerator<Queue> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Queue>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator