Registration
import type { Registration } from "https://googleapis.deno.dev/v1/domains:v1.ts";The Registration resource facilitates managing and configuring domain name
registrations. There are several ways to create a new Registration
resource: To create a new Registration resource, find a suitable domain
name by calling the SearchDomains method with a query to see available
domain name options. After choosing a name, call RetrieveRegisterParameters
to ensure availability and obtain information like pricing, which is needed
to build a call to RegisterDomain. Another way to create a new
Registration is to transfer an existing domain from another registrar
(Deprecated: For more information, see Cloud Domains feature
deprecation).
First, go to the current registrar to unlock the domain for transfer and
retrieve the domain's transfer authorization code. Then call
RetrieveTransferParameters to confirm that the domain is unlocked and to
get values needed to build a call to TransferDomain. Finally, you can
create a new Registration by importing an existing domain managed with
Google Domains (Deprecated: For more information,
see Cloud Domains feature
deprecation).
First, call RetrieveImportableDomains to list domains to which the calling
user has sufficient access. Then call ImportDomain on any domain names you
want to use with Cloud Domains.
§Properties
Required. Settings for contact information linked to the Registration.
You cannot update these with the UpdateRegistration method. To update
these settings, use the ConfigureContactSettings method.
Settings controlling the DNS configuration of the Registration. You
cannot update these with the UpdateRegistration method. To update these
settings, use the ConfigureDnsSettings method.
Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
Output only. Special properties of the domain.
Output only. The set of issues with the Registration that require
attention.
Settings for management of the Registration, including renewal, billing,
and transfer. You cannot update these with the UpdateRegistration method.
To update these settings, use the ConfigureManagementSettings method.
Output only. Name of the Registration resource, in the format
projects/*\/locations/*\/registrations/.
Output only. Pending contact settings for the Registration. Updates to
the contact_settings field that change its registrant_contact or
privacy fields require email confirmation by the registrant_contact
before taking effect. This field is set only if there are pending updates
to the contact_settings that have not been confirmed. To confirm the
changes, the registrant_contact must follow the instructions in the email
they receive.
Output only. The reason the domain registration failed. Only set for domains in REGISTRATION_FAILED state.
Output only. The state of the Registration
Output only. Set of options for the contact_settings.privacy field that
this Registration supports.
Output only. Deprecated: For more information, see Cloud Domains feature deprecation. The reason the domain transfer failed. Only set for domains in TRANSFER_FAILED state.