| Modifier and Type | Method and Description |
|---|---|
static DomainNotice |
DomainNotice.forNumber(int value) |
DomainNotice |
RegisterDomainRequestOrBuilder.getDomainNotices(int index)
The list of domain notices that you acknowledge.
|
DomainNotice |
RegisterParametersOrBuilder.getDomainNotices(int index)
Notices about special properties of the domain.
|
DomainNotice |
RegisterDomainRequest.getDomainNotices(int index)
The list of domain notices that you acknowledge.
|
DomainNotice |
RegisterDomainRequest.Builder.getDomainNotices(int index)
The list of domain notices that you acknowledge.
|
DomainNotice |
RegisterParameters.getDomainNotices(int index)
Notices about special properties of the domain.
|
DomainNotice |
RegisterParameters.Builder.getDomainNotices(int index)
Notices about special properties of the domain.
|
static DomainNotice |
DomainNotice.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DomainNotice |
DomainNotice.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DomainNotice |
DomainNotice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainNotice[] |
DomainNotice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainNotice> |
RegisterDomainRequestOrBuilder.getDomainNoticesList()
The list of domain notices that you acknowledge.
|
List<DomainNotice> |
RegisterParametersOrBuilder.getDomainNoticesList()
Notices about special properties of the domain.
|
List<DomainNotice> |
RegisterDomainRequest.getDomainNoticesList()
The list of domain notices that you acknowledge.
|
List<DomainNotice> |
RegisterDomainRequest.Builder.getDomainNoticesList()
The list of domain notices that you acknowledge.
|
List<DomainNotice> |
RegisterParameters.getDomainNoticesList()
Notices about special properties of the domain.
|
List<DomainNotice> |
RegisterParameters.Builder.getDomainNoticesList()
Notices about special properties of the domain.
|
static com.google.protobuf.Internal.EnumLiteMap<DomainNotice> |
DomainNotice.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.addDomainNotices(DomainNotice value)
The list of domain notices that you acknowledge.
|
RegisterParameters.Builder |
RegisterParameters.Builder.addDomainNotices(DomainNotice value)
Notices about special properties of the domain.
|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.setDomainNotices(int index,
DomainNotice value)
The list of domain notices that you acknowledge.
|
RegisterParameters.Builder |
RegisterParameters.Builder.setDomainNotices(int index,
DomainNotice value)
Notices about special properties of the domain.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterDomainRequest.Builder |
RegisterDomainRequest.Builder.addAllDomainNotices(Iterable<? extends DomainNotice> values)
The list of domain notices that you acknowledge.
|
RegisterParameters.Builder |
RegisterParameters.Builder.addAllDomainNotices(Iterable<? extends DomainNotice> values)
Notices about special properties of the domain.
|
Copyright © 2023 Google LLC. All rights reserved.