| Modifier and Type | Method and Description |
|---|---|
static ContactNotice |
ContactNotice.forNumber(int value) |
ContactNotice |
RegisterDomainRequestOrBuilder.getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
ContactNotice |
TransferDomainRequestOrBuilder.getContactNotices(int index)
The list of contact notices that you acknowledge.
|
ContactNotice |
RegisterDomainRequest.getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
ContactNotice |
RegisterDomainRequest.Builder.getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
ContactNotice |
ConfigureContactSettingsRequest.getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
ContactNotice |
ConfigureContactSettingsRequest.Builder.getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
ContactNotice |
ConfigureContactSettingsRequestOrBuilder.getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
ContactNotice |
TransferDomainRequest.getContactNotices(int index)
The list of contact notices that you acknowledge.
|
ContactNotice |
TransferDomainRequest.Builder.getContactNotices(int index)
The list of contact notices that you acknowledge.
|
static ContactNotice |
ContactNotice.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContactNotice |
ContactNotice.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContactNotice |
ContactNotice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactNotice[] |
ContactNotice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactNotice> |
RegisterDomainRequestOrBuilder.getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
TransferDomainRequestOrBuilder.getContactNoticesList()
The list of contact notices that you acknowledge.
|
List<ContactNotice> |
RegisterDomainRequest.getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
RegisterDomainRequest.Builder.getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
ConfigureContactSettingsRequest.getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
ConfigureContactSettingsRequest.Builder.getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
ConfigureContactSettingsRequestOrBuilder.getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
TransferDomainRequest.getContactNoticesList()
The list of contact notices that you acknowledge.
|
List<ContactNotice> |
TransferDomainRequest.Builder.getContactNoticesList()
The list of contact notices that you acknowledge.
|
static com.google.protobuf.Internal.EnumLiteMap<ContactNotice> |
ContactNotice.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.addContactNotices(ContactNotice value)
The list of contact notices that the caller acknowledges.
|
ConfigureContactSettingsRequest.Builder |
ConfigureContactSettingsRequest.Builder.addContactNotices(ContactNotice value)
The list of contact notices that the caller acknowledges.
|
TransferDomainRequest.Builder |
TransferDomainRequest.Builder.addContactNotices(ContactNotice value)
The list of contact notices that you acknowledge.
|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.setContactNotices(int index,
ContactNotice value)
The list of contact notices that the caller acknowledges.
|
ConfigureContactSettingsRequest.Builder |
ConfigureContactSettingsRequest.Builder.setContactNotices(int index,
ContactNotice value)
The list of contact notices that the caller acknowledges.
|
TransferDomainRequest.Builder |
TransferDomainRequest.Builder.setContactNotices(int index,
ContactNotice value)
The list of contact notices that you acknowledge.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.addAllContactNotices(Iterable<? extends ContactNotice> values)
The list of contact notices that the caller acknowledges.
|
ConfigureContactSettingsRequest.Builder |
ConfigureContactSettingsRequest.Builder.addAllContactNotices(Iterable<? extends ContactNotice> values)
The list of contact notices that the caller acknowledges.
|
TransferDomainRequest.Builder |
TransferDomainRequest.Builder.addAllContactNotices(Iterable<? extends ContactNotice> values)
The list of contact notices that you acknowledge.
|
Copyright © 2023 Google LLC. All rights reserved.