RegisterParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Parameters required to register a new domain.
Attributes
Name | Description |
domain_name |
str
The domain name. Unicode domain names are expressed in Punycode format. |
availability |
google.cloud.domains_v1.types.RegisterParameters.Availability
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``. |
supported_privacy |
Sequence[google.cloud.domains_v1.types.ContactPrivacy]
Contact privacy options that the domain supports. |
domain_notices |
Sequence[google.cloud.domains_v1.types.DomainNotice]
Notices about special properties of the domain. |
yearly_price |
google.type.money_pb2.Money
Price to register or renew the domain for one year. |
Inheritance
builtins.object > proto.message.Message > RegisterParametersClasses
Availability
Availability(value)
Possible availability states of a domain name.