Cloud Domains v1beta1 API - Class RegisterParameters (2.0.0-beta04)

public sealed class RegisterParameters : IMessage<RegisterParameters>, IEquatable<RegisterParameters>, IDeepCloneable<RegisterParameters>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Domains v1beta1 API class RegisterParameters.

Parameters required to register a new domain.

Inheritance

object > RegisterParameters

Namespace

Google.Cloud.Domains.V1Beta1

Assembly

Google.Cloud.Domains.V1Beta1.dll

Constructors

RegisterParameters()

public RegisterParameters()

RegisterParameters(RegisterParameters)

public RegisterParameters(RegisterParameters other)
Parameter
NameDescription
otherRegisterParameters

Properties

Availability

public RegisterParameters.Types.Availability Availability { get; set; }

Indicates whether the domain is available for registration. This value is accurate when obtained by calling RetrieveRegisterParameters, but is approximate when obtained by calling SearchDomains.

Property Value
TypeDescription
RegisterParametersTypesAvailability

DomainName

public string DomainName { get; set; }

The domain name. Unicode domain names are expressed in Punycode format.

Property Value
TypeDescription
string

DomainNotices

public RepeatedField<DomainNotice> DomainNotices { get; }

Notices about special properties of the domain.

Property Value
TypeDescription
RepeatedFieldDomainNotice

SupportedPrivacy

public RepeatedField<ContactPrivacy> SupportedPrivacy { get; }

Contact privacy options that the domain supports.

Property Value
TypeDescription
RepeatedFieldContactPrivacy

YearlyPrice

public Money YearlyPrice { get; set; }

Price to register or renew the domain for one year.

Property Value
TypeDescription
Money