Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class Issue.
Possible issues with a Registration
that require attention.
Protobuf type google.cloud.domains.v1alpha2.Registration.Issue
Namespace
Google \ Cloud \ Domains \ V1alpha2 \ RegistrationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;