Google Cloud Domains V1 Client - Class Issue (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1 Client class Issue.

Possible issues with a Registration that require attention.

Protobuf type google.cloud.domains.v1.Registration.Issue

Namespace

Google \ Cloud \ Domains \ V1 \ Registration

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ISSUE_UNSPECIFIED

Value: 0

The issue is undefined.

Generated from protobuf enum ISSUE_UNSPECIFIED = 0;

CONTACT_SUPPORT

Value: 1

Contact the Cloud Support team to resolve a problem with this domain.

Generated from protobuf enum CONTACT_SUPPORT = 1;

UNVERIFIED_EMAIL

Value: 2

ICANN requires verification of the email address in the Registration's contact_settings.registrant_contact field. To verify the email address, follow the instructions in the email the registrant_contact receives following registration. If you do not complete email verification within 15 days of registration, the domain is suspended. To resend the verification email, call ConfigureContactSettings and provide the current registrant_contact.email.

Generated from protobuf enum UNVERIFIED_EMAIL = 2;