[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eListRegistrationsResponse\u003c/code\u003e class within the Google Cloud Domains v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListRegistrationsResponse\u003c/code\u003e class is used to handle responses from the \u003ccode\u003eListRegistrations\u003c/code\u003e method, and includes a list of \u003ccode\u003eRegistration\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is version 2.4.0, with several previous versions also documented, and is located in the \u003ccode\u003eGoogle.Cloud.Domains.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eNextPageToken\u003c/code\u003e, which facilitates pagination, and \u003ccode\u003eRegistrations\u003c/code\u003e, which contains a list of domain registrations.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements various interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Cloud Domains v1 API - Class ListRegistrationsResponse (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.ListRegistrationsResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.3.0/Google.Cloud.Domains.V1.ListRegistrationsResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.2.0/Google.Cloud.Domains.V1.ListRegistrationsResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.1.0/Google.Cloud.Domains.V1.ListRegistrationsResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.0.0/Google.Cloud.Domains.V1.ListRegistrationsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/1.0.0/Google.Cloud.Domains.V1.ListRegistrationsResponse) \n\n public sealed class ListRegistrationsResponse : IMessage\u003cListRegistrationsResponse\u003e, IEquatable\u003cListRegistrationsResponse\u003e, IDeepCloneable\u003cListRegistrationsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cRegistration\u003e, IEnumerable\u003cRegistration\u003e, IEnumerable\n\nReference documentation and code samples for the Cloud Domains v1 API class ListRegistrationsResponse.\n\nResponse for the `ListRegistrations` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListRegistrationsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListRegistrationsResponse](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.ListRegistrationsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListRegistrationsResponse](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.ListRegistrationsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListRegistrationsResponse](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.ListRegistrationsResponse), [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)[Registration](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.Registration), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Registration](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.Registration), [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.Domains.V1](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Domains.V1.dll\n\nConstructors\n------------\n\n### ListRegistrationsResponse()\n\n public ListRegistrationsResponse()\n\n### ListRegistrationsResponse(ListRegistrationsResponse)\n\n public ListRegistrationsResponse(ListRegistrationsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nWhen present, there are more results to retrieve. Set `page_token` to this\nvalue on a subsequent call to get the next page of results.\n\n### Registrations\n\n public RepeatedField\u003cRegistration\u003e Registrations { get; }\n\nA list of `Registration`s.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cRegistration\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]