Class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveTransferParametersRequest
Deprecated: For more information, see Cloud Domains feature
deprecation Gets
parameters needed to transfer a domain name from another registrar to Cloud Domains. For domains
already managed by Google Domains, use ImportDomain
instead. Use the
returned values to call TransferDomain
.
Inheritance
ProjectsResource.LocationsResource.RegistrationsResource.RetrieveTransferParametersRequest
Inherited Members
Namespace: Google.Apis.CloudDomains.v1
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RegistrationsResource.RetrieveTransferParametersRequest : CloudDomainsBaseServiceRequest<RetrieveTransferParametersResponse>, IClientServiceRequest<RetrieveTransferParametersResponse>, IClientServiceRequest
Constructors
RetrieveTransferParametersRequest(IClientService, string)
Constructs a new RetrieveTransferParameters request.
Declaration
public RetrieveTransferParametersRequest(IClientService service, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | location |
Properties
DomainName
Required. The domain name. Unicode domain names must be expressed in Punycode format.
Declaration
[RequestParameter("domainName", RequestParameterType.Query)]
public virtual string DomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes RetrieveTransferParameters parameter list.
Declaration
protected override void InitParameters()