Show / Hide Table of Contents

Class Registration

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.

Inheritance
object
Registration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1.Data
Assembly: Google.Apis.CloudDomains.v1.dll
Syntax
public class Registration : IDirectResponseSchema

Properties

ContactSettings

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.

Declaration
[JsonProperty("contactSettings")]
public virtual ContactSettings ContactSettings { get; set; }
Property Value
Type Description
ContactSettings

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The creation timestamp of the Registration resource.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DnsSettings

Settings controlling the DNS configuration of the Registration. You cannot update these with the UpdateRegistration method. To update these settings, use the ConfigureDnsSettings method.

Declaration
[JsonProperty("dnsSettings")]
public virtual DnsSettings DnsSettings { get; set; }
Property Value
Type Description
DnsSettings

DomainName

Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.

Declaration
[JsonProperty("domainName")]
public virtual string DomainName { get; set; }
Property Value
Type Description
string

DomainProperties

Output only. Special properties of the domain.

Declaration
[JsonProperty("domainProperties")]
public virtual IList<string> DomainProperties { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpireTime

object representation of ExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
Type Description
object

ExpireTimeDateTimeOffset

DateTimeOffset representation of ExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ExpireTimeRaw

Output only. The expiration timestamp of the Registration.

Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
Type Description
string

Issues

Output only. The set of issues with the Registration that require attention.

Declaration
[JsonProperty("issues")]
public virtual IList<string> Issues { get; set; }
Property Value
Type Description
IList<string>

Labels

Set of labels associated with the Registration.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

ManagementSettings

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.

Declaration
[JsonProperty("managementSettings")]
public virtual ManagementSettings ManagementSettings { get; set; }
Property Value
Type Description
ManagementSettings

Name

Output only. Name of the Registration resource, in the format projects/*/locations/*/registrations/.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PendingContactSettings

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.

Declaration
[JsonProperty("pendingContactSettings")]
public virtual ContactSettings PendingContactSettings { get; set; }
Property Value
Type Description
ContactSettings

RegisterFailureReason

Output only. The reason the domain registration failed. Only set for domains in REGISTRATION_FAILED state.

Declaration
[JsonProperty("registerFailureReason")]
public virtual string RegisterFailureReason { get; set; }
Property Value
Type Description
string

State

Output only. The state of the Registration

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

SupportedPrivacy

Output only. Set of options for the contact_settings.privacy field that this Registration supports.

Declaration
[JsonProperty("supportedPrivacy")]
public virtual IList<string> SupportedPrivacy { get; set; }
Property Value
Type Description
IList<string>

TransferFailureReason

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.

Declaration
[JsonProperty("transferFailureReason")]
public virtual string TransferFailureReason { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX