- 1.50.0 (latest)
- 1.49.0
- 1.48.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.6
- 0.7.0
- 0.6.1
- 0.5.4
public interface ContactSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAdminContact()
public abstract ContactSettings.Contact getAdminContact()
Required. The administrative contact for the Registration
.
.google.cloud.domains.v1alpha2.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.v1alpha2.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.v1alpha2.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.v1alpha2.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 Registration
s, the registrant receives an email
confirmation that they must complete within 15 days to avoid domain
suspension.
.google.cloud.domains.v1alpha2.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 Registration
s, the registrant receives an email
confirmation that they must complete within 15 days to avoid domain
suspension.
.google.cloud.domains.v1alpha2.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.v1alpha2.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.v1alpha2.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.v1alpha2.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 Registration
s, the registrant receives an email
confirmation that they must complete within 15 days to avoid domain
suspension.
.google.cloud.domains.v1alpha2.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.v1alpha2.ContactSettings.Contact technical_contact = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean | Whether the technicalContact field is set. |