Class ProjectsResource.LocationsResource.RegistrationsResource.SearchDomainsRequest
Searches for available domain names similar to the provided query. Availability results from this
method are approximate; call RetrieveRegisterParameters
on a domain before registering to confirm
availability.
Inheritance
ProjectsResource.LocationsResource.RegistrationsResource.SearchDomainsRequest
Inherited Members
Namespace: Google.Apis.CloudDomains.v1beta1
Assembly: Google.Apis.CloudDomains.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.SearchDomainsRequest : CloudDomainsBaseServiceRequest<SearchDomainsResponse>, IClientServiceRequest<SearchDomainsResponse>, IClientServiceRequest
Constructors
SearchDomainsRequest(IClientService, string)
Constructs a new SearchDomains request.
Declaration
public SearchDomainsRequest(IClientService service, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | location |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Location
Required. The location. Must be in the format projects/*/locations/*
.
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Query
Required. String used to search for available domain names.
Declaration
[RequestParameter("query", RequestParameterType.Query)]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes SearchDomains parameter list.
Declaration
protected override void InitParameters()