public interface ContactSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdminContact()
public abstract ContactSettings.Contact getAdminContact() Required. The administrative contact for the Registration.
.google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactSettings.Contact |
The adminContact. |
getAdminContactOrBuilder()
public abstract ContactSettings.ContactOrBuilder getAdminContactOrBuilder() Required. The administrative contact for the Registration.
.google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactSettings.ContactOrBuilder |
|
getPrivacy()
public abstract ContactPrivacy getPrivacy() Required. Privacy setting for the contacts associated with the Registration.
.google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactPrivacy |
The privacy. |
getPrivacyValue()
public abstract int getPrivacyValue() Required. Privacy setting for the contacts associated with the Registration.
.google.cloud.domains.v1beta1.ContactPrivacy privacy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for privacy. |
getRegistrantContact()
public abstract ContactSettings.Contact getRegistrantContact() Required. The registrant contact for the Registration.
Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain.
Warning: For new Registrations, the registrant receives an email
confirmation that they must complete within 15 days to avoid domain
suspension.
.google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactSettings.Contact |
The registrantContact. |
getRegistrantContactOrBuilder()
public abstract ContactSettings.ContactOrBuilder getRegistrantContactOrBuilder() Required. The registrant contact for the Registration.
Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain.
Warning: For new Registrations, the registrant receives an email
confirmation that they must complete within 15 days to avoid domain
suspension.
.google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactSettings.ContactOrBuilder |
|
getTechnicalContact()
public abstract ContactSettings.Contact getTechnicalContact() Required. The technical contact for the Registration.
.google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactSettings.Contact |
The technicalContact. |
getTechnicalContactOrBuilder()
public abstract ContactSettings.ContactOrBuilder getTechnicalContactOrBuilder() Required. The technical contact for the Registration.
.google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactSettings.ContactOrBuilder |
|
hasAdminContact()
public abstract boolean hasAdminContact() Required. The administrative contact for the Registration.
.google.cloud.domains.v1beta1.ContactSettings.Contact admin_contact = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the adminContact field is set. |
hasRegistrantContact()
public abstract boolean hasRegistrantContact() Required. The registrant contact for the Registration.
Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain.
Warning: For new Registrations, the registrant receives an email
confirmation that they must complete within 15 days to avoid domain
suspension.
.google.cloud.domains.v1beta1.ContactSettings.Contact registrant_contact = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the registrantContact field is set. |
hasTechnicalContact()
public abstract boolean hasTechnicalContact() Required. The technical contact for the Registration.
.google.cloud.domains.v1beta1.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the technicalContact field is set. |