Uses of Class
com.google.cloud.domains.v1alpha2.DomainNotice
-
Packages that use DomainNotice Package Description com.google.cloud.domains.v1alpha2 A client to Cloud Domains API -
-
Uses of DomainNotice in com.google.cloud.domains.v1alpha2
Methods in com.google.cloud.domains.v1alpha2 that return DomainNotice Modifier and Type Method Description static DomainNotice
DomainNotice. forNumber(int value)
DomainNotice
RegisterDomainRequest.Builder. getDomainNotices(int index)
The list of domain notices that you acknowledge.DomainNotice
RegisterDomainRequest. getDomainNotices(int index)
The list of domain notices that you acknowledge.DomainNotice
RegisterDomainRequestOrBuilder. getDomainNotices(int index)
The list of domain notices that you acknowledge.DomainNotice
RegisterParameters.Builder. getDomainNotices(int index)
Notices about special properties of the domain.DomainNotice
RegisterParameters. getDomainNotices(int index)
Notices about special properties of the domain.DomainNotice
RegisterParametersOrBuilder. getDomainNotices(int index)
Notices about special properties of the domain.static DomainNotice
DomainNotice. valueOf(int value)
Deprecated.static DomainNotice
DomainNotice. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.domains.v1alpha2 that return types with arguments of type DomainNotice Modifier and Type Method Description List<DomainNotice>
RegisterDomainRequest.Builder. getDomainNoticesList()
The list of domain notices that you acknowledge.List<DomainNotice>
RegisterDomainRequest. getDomainNoticesList()
The list of domain notices that you acknowledge.List<DomainNotice>
RegisterDomainRequestOrBuilder. getDomainNoticesList()
The list of domain notices that you acknowledge.List<DomainNotice>
RegisterParameters.Builder. getDomainNoticesList()
Notices about special properties of the domain.List<DomainNotice>
RegisterParameters. getDomainNoticesList()
Notices about special properties of the domain.List<DomainNotice>
RegisterParametersOrBuilder. getDomainNoticesList()
Notices about special properties of the domain.static com.google.protobuf.Internal.EnumLiteMap<DomainNotice>
DomainNotice. internalGetValueMap()
Methods in com.google.cloud.domains.v1alpha2 with parameters of type DomainNotice Modifier and Type Method 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.Method parameters in com.google.cloud.domains.v1alpha2 with type arguments of type DomainNotice Modifier and Type Method 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.
-