public sealed class SearchDomainsRequest : IMessage<SearchDomainsRequest>, IEquatable<SearchDomainsRequest>, IDeepCloneable<SearchDomainsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Domains v1beta1 API class SearchDomainsRequest.
Request for the SearchDomains method.
Implements
IMessageSearchDomainsRequest, IEquatableSearchDomainsRequest, IDeepCloneableSearchDomainsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.dll
Constructors
SearchDomainsRequest()
public SearchDomainsRequest()SearchDomainsRequest(SearchDomainsRequest)
public SearchDomainsRequest(SearchDomainsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchDomainsRequest |
Properties
Location
public string Location { get; set; }Required. The location. Must be in the format projects/*/locations/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LocationAsLocationName
public LocationName LocationAsLocationName { get; set; }LocationName-typed view over the Location resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
Query
public string Query { get; set; }Required. String used to search for available domain names.
| Property Value | |
|---|---|
| Type | Description |
string |
|