public interface RegisterDomainRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContactNotices(int index)
public abstract ContactNotice getContactNotices(int index)
The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
ContactNotice | The contactNotices at the given index. |
getContactNoticesCount()
public abstract int getContactNoticesCount()
The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
Type | Description |
int | The count of contactNotices. |
getContactNoticesList()
public abstract List<ContactNotice> getContactNoticesList()
The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
Type | Description |
List<ContactNotice> | A list containing the contactNotices. |
getContactNoticesValue(int index)
public abstract int getContactNoticesValue(int index)
The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of contactNotices at the given index. |
getContactNoticesValueList()
public abstract List<Integer> getContactNoticesValueList()
The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for contactNotices. |
getDomainNotices(int index)
public abstract DomainNotice getDomainNotices(int index)
The list of domain notices that you acknowledge. Call
RetrieveRegisterParameters
to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
DomainNotice | The domainNotices at the given index. |
getDomainNoticesCount()
public abstract int getDomainNoticesCount()
The list of domain notices that you acknowledge. Call
RetrieveRegisterParameters
to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3;
Type | Description |
int | The count of domainNotices. |
getDomainNoticesList()
public abstract List<DomainNotice> getDomainNoticesList()
The list of domain notices that you acknowledge. Call
RetrieveRegisterParameters
to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3;
Type | Description |
List<DomainNotice> | A list containing the domainNotices. |
getDomainNoticesValue(int index)
public abstract int getDomainNoticesValue(int index)
The list of domain notices that you acknowledge. Call
RetrieveRegisterParameters
to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 3;
Name | Description |
index |
|