To return the next page of results, call
[ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
value as the
[page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
If the next_page_token is empty, there are no more results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eListQueuesResponse\u003c/code\u003e class within the Google Cloud Tasks v2beta3 API, covering its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListQueuesResponse\u003c/code\u003e is a response message for the \u003ccode\u003eListQueues\u003c/code\u003e operation, used to retrieve a list of queues in Google Cloud Tasks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListQueuesResponse\u003c/code\u003e class implements various interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e for comprehensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination and \u003ccode\u003eQueues\u003c/code\u003e, which contains the list of queue resources.\u003c/p\u003e\n"],["\u003cp\u003eThere are three different available version for \u003ccode\u003eListQueuesResponse\u003c/code\u003e, version 3.0.0-beta07, 3.0.0-beta06, and 2.0.0-beta08.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Tasks v2beta3 API - Class ListQueuesResponse (3.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListQueuesResponse)\n- [3.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/3.0.0-beta06/Google.Cloud.Tasks.V2Beta3.ListQueuesResponse)\n- [2.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/2.0.0-beta08/Google.Cloud.Tasks.V2Beta3.ListQueuesResponse) \n\n public sealed class ListQueuesResponse : IMessage\u003cListQueuesResponse\u003e, IEquatable\u003cListQueuesResponse\u003e, IDeepCloneable\u003cListQueuesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cQueue\u003e, IEnumerable\u003cQueue\u003e, IEnumerable\n\nReference documentation and code samples for the Google Cloud Tasks v2beta3 API class ListQueuesResponse.\n\nResponse message for\n\\[ListQueues\\]\\[google.cloud.tasks.v2beta3.CloudTasks.ListQueues\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListQueuesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListQueuesResponse](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListQueuesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListQueuesResponse](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListQueuesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListQueuesResponse](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.ListQueuesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Queue](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.Queue), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Queue](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.Queue), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Tasks.V2Beta3](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Tasks.V2Beta3.dll\n\nConstructors\n------------\n\n### ListQueuesResponse()\n\n public ListQueuesResponse()\n\n### ListQueuesResponse(ListQueuesResponse)\n\n public ListQueuesResponse(ListQueuesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token to retrieve next page of results.\n\nTo return the next page of results, call\n\\[ListQueues\\]\\[google.cloud.tasks.v2beta3.CloudTasks.ListQueues\\] with this\nvalue as the\n\\[page_token\\]\\[google.cloud.tasks.v2beta3.ListQueuesRequest.page_token\\].\n\nIf the next_page_token is empty, there are no more results.\n\nThe page token is valid for only 2 hours.\n\n### Queues\n\n public RepeatedField\u003cQueue\u003e Queues { get; }\n\nThe list of queues.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cQueue\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]