public sealed class ListProjectsResponse : IMessage<ListProjectsResponse>, IEquatable<ListProjectsResponse>, IDeepCloneable<ListProjectsResponse>, IBufferMessage, IMessage, IPageResponse<Project>, IEnumerable<Project>, IEnumerable
Reference documentation and code samples for the Cloud Resource Manager v3 API class ListProjectsResponse.
A page of the response received from the
[ListProjects][google.cloud.resourcemanager.v3.Projects.ListProjects]
method.
A paginated response where more pages are available has
next_page_token set. This token can be used in a subsequent request to
retrieve the next request page.
NOTE: A response may contain fewer elements than the request page_size and
still have a next_page_token.
If the result set is too large to fit in a single response, this token
is returned. It encodes the position of the current result cursor.
Feeding this value into a new list request with the page_token parameter
gives the next page of the results.
When next_page_token is not filled in, there is no next page and
the list returned is the last page in the result set.
[[["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 webpage provides reference documentation for the \u003ccode\u003eListProjectsResponse\u003c/code\u003e class within the Google Cloud Resource Manager v3 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListProjectsResponse\u003c/code\u003e class is used to handle the paginated response from the \u003ccode\u003eListProjects\u003c/code\u003e method, and it contains a list of \u003ccode\u003eProject\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties like \u003ccode\u003eNextPageToken\u003c/code\u003e for handling pagination and \u003ccode\u003eProjects\u003c/code\u003e to access the list of projects retrieved.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListProjectsResponse\u003c/code\u003e class implements multiple interfaces such as \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, supporting a wide array of functionalities.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions are available ranging from \u003ccode\u003e1.0.0\u003c/code\u003e to \u003ccode\u003e2.5.0\u003c/code\u003e, the latest being \u003ccode\u003e2.5.0\u003c/code\u003e, with a link provided for each.\u003c/p\u003e\n"]]],[],null,["# Cloud Resource Manager v3 API - Class ListProjectsResponse (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/2.4.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/2.3.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/2.2.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/2.1.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/2.0.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/1.2.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/1.1.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/1.0.0/Google.Cloud.ResourceManager.V3.ListProjectsResponse) \n\n public sealed class ListProjectsResponse : IMessage\u003cListProjectsResponse\u003e, IEquatable\u003cListProjectsResponse\u003e, IDeepCloneable\u003cListProjectsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cProject\u003e, IEnumerable\u003cProject\u003e, IEnumerable\n\nReference documentation and code samples for the Cloud Resource Manager v3 API class ListProjectsResponse.\n\nA page of the response received from the\n\\[ListProjects\\]\\[google.cloud.resourcemanager.v3.Projects.ListProjects\\]\nmethod.\n\nA paginated response where more pages are available has\n`next_page_token` set. This token can be used in a subsequent request to\nretrieve the next request page.\n\nNOTE: A response may contain fewer elements than the request `page_size` and\nstill have a `next_page_token`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListProjectsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListProjectsResponse](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3.ListProjectsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListProjectsResponse](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3.ListProjectsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListProjectsResponse](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3.ListProjectsResponse), [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)[Project](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3.Project), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Project](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3.Project), [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.ResourceManager.V3](/dotnet/docs/reference/Google.Cloud.ResourceManager.V3/latest/Google.Cloud.ResourceManager.V3)\n\nAssembly\n--------\n\nGoogle.Cloud.ResourceManager.V3.dll\n\nConstructors\n------------\n\n### ListProjectsResponse()\n\n public ListProjectsResponse()\n\n### ListProjectsResponse(ListProjectsResponse)\n\n public ListProjectsResponse(ListProjectsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nPagination token.\n\nIf the result set is too large to fit in a single response, this token\nis returned. It encodes the position of the current result cursor.\nFeeding this value into a new list request with the `page_token` parameter\ngives the next page of the results.\n\nWhen `next_page_token` is not filled in, there is no next page and\nthe list returned is the last page in the result set.\n\nPagination tokens have a limited lifetime.\n\n### Projects\n\n public RepeatedField\u003cProject\u003e Projects { get; }\n\nThe list of Projects under the parent. This list can be paginated.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cProject\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]