public sealed class SearchDomainsResponse : IMessage<SearchDomainsResponse>, IEquatable<SearchDomainsResponse>, IDeepCloneable<SearchDomainsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class SearchDomainsResponse.
[[["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\u003eThe \u003ccode\u003eSearchDomainsResponse\u003c/code\u003e class is part of the Google Cloud Domains v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.Domains.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as the response type for the \u003ccode\u003eSearchDomains\u003c/code\u003e method, providing results related to domain name searches.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality for working with messages, comparisons, deep cloning, and buffer manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a \u003ccode\u003eRegisterParameters\u003c/code\u003e property, which holds a list of \u003ccode\u003eRegisterParameters\u003c/code\u003e objects, providing details on the results of the domain name search.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of SearchDomainsResponse is version 2.4.0, and contains different versioned links all the way back to version 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Cloud Domains v1 API - Class SearchDomainsResponse (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.SearchDomainsResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.3.0/Google.Cloud.Domains.V1.SearchDomainsResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.2.0/Google.Cloud.Domains.V1.SearchDomainsResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.1.0/Google.Cloud.Domains.V1.SearchDomainsResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/2.0.0/Google.Cloud.Domains.V1.SearchDomainsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Domains.V1/1.0.0/Google.Cloud.Domains.V1.SearchDomainsResponse) \n\n public sealed class SearchDomainsResponse : IMessage\u003cSearchDomainsResponse\u003e, IEquatable\u003cSearchDomainsResponse\u003e, IDeepCloneable\u003cSearchDomainsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Domains v1 API class SearchDomainsResponse.\n\nResponse for the `SearchDomains` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchDomainsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchDomainsResponse](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.SearchDomainsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchDomainsResponse](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.SearchDomainsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchDomainsResponse](/dotnet/docs/reference/Google.Cloud.Domains.V1/latest/Google.Cloud.Domains.V1.SearchDomainsResponse), [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) \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### SearchDomainsResponse()\n\n public SearchDomainsResponse()\n\n### SearchDomainsResponse(SearchDomainsResponse)\n\n public SearchDomainsResponse(SearchDomainsResponse other)\n\nProperties\n----------\n\n### RegisterParameters\n\n public RepeatedField\u003cRegisterParameters\u003e RegisterParameters { get; }\n\nResults of the domain name search."]]