Class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveImportableDomainsRequest
Deprecated: For more information, see Cloud Domains feature
deprecation Lists domain
names from Google Domains that can be imported to Cloud Domains using the
ImportDomain method. Since individual users can own domains in Google Domains, the list of domains
returned depends on the individual user making the call. Domains already managed by Cloud Domains
are not returned.
Inheritance
ProjectsResource.LocationsResource.RegistrationsResource.RetrieveImportableDomainsRequest
Inherited Members
Namespace: Google.Apis.CloudDomains.v1alpha2
Assembly: Google.Apis.CloudDomains.v1alpha2.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveImportableDomainsRequest : CloudDomainsBaseServiceRequest<RetrieveImportableDomainsResponse>, IClientServiceRequest<RetrieveImportableDomainsResponse>, IClientServiceRequest
Constructors
RetrieveImportableDomainsRequest(IClientService, string)
Constructs a new RetrieveImportableDomains request.
Declaration
public RetrieveImportableDomainsRequest(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
PageSize
Maximum number of results to return.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
When set to the next_page_token from a prior response, provides the next page of results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { 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 RetrieveImportableDomains parameter list.
Declaration
protected override void InitParameters()