public sealed class SearchDomainsRequest : IMessage<SearchDomainsRequest>, IEquatable<SearchDomainsRequest>, IDeepCloneable<SearchDomainsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class SearchDomainsRequest.
[[["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-03-21 UTC."],[[["The latest version of the `SearchDomainsRequest` class in the Cloud Domains v1 API is 2.4.0, with several previous versions available for reference."],["`SearchDomainsRequest` is a class for requesting the `SearchDomains` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides methods like `SearchDomainsRequest()`, a default constructor, and a constructor that accepts another `SearchDomainsRequest` instance."],["The class allows you to set a location using the `Location` property, which must follow the `projects/*/locations/*` format."],["The class also has a `Query` property that accepts a string to define the domain names you want to search."]]],[]]