Uses of Class
com.google.cloud.domains.v1.DomainNotice
-
Packages that use DomainNotice Package Description com.google.cloud.domains.v1 A client to Cloud Domains API -
-
Uses of DomainNotice in com.google.cloud.domains.v1
Methods in com.google.cloud.domains.v1 that return DomainNotice Modifier and Type Method Description static DomainNoticeDomainNotice. forNumber(int value)DomainNoticeRegisterDomainRequest.Builder. getDomainNotices(int index)The list of domain notices that you acknowledge.DomainNoticeRegisterDomainRequest. getDomainNotices(int index)The list of domain notices that you acknowledge.DomainNoticeRegisterDomainRequestOrBuilder. getDomainNotices(int index)The list of domain notices that you acknowledge.DomainNoticeRegisterParameters.Builder. getDomainNotices(int index)Notices about special properties of the domain.DomainNoticeRegisterParameters. getDomainNotices(int index)Notices about special properties of the domain.DomainNoticeRegisterParametersOrBuilder. getDomainNotices(int index)Notices about special properties of the domain.static DomainNoticeDomainNotice. valueOf(int value)Deprecated.static DomainNoticeDomainNotice. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DomainNoticeDomainNotice. 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.v1 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.v1 with parameters of type DomainNotice Modifier and Type Method Description RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. addDomainNotices(DomainNotice value)The list of domain notices that you acknowledge.RegisterParameters.BuilderRegisterParameters.Builder. addDomainNotices(DomainNotice value)Notices about special properties of the domain.RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. setDomainNotices(int index, DomainNotice value)The list of domain notices that you acknowledge.RegisterParameters.BuilderRegisterParameters.Builder. setDomainNotices(int index, DomainNotice value)Notices about special properties of the domain.Method parameters in com.google.cloud.domains.v1 with type arguments of type DomainNotice Modifier and Type Method Description RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. addAllDomainNotices(Iterable<? extends DomainNotice> values)The list of domain notices that you acknowledge.RegisterParameters.BuilderRegisterParameters.Builder. addAllDomainNotices(Iterable<? extends DomainNotice> values)Notices about special properties of the domain.
-