Uses of Class
com.google.cloud.domains.v1.ContactNotice
-
Packages that use ContactNotice Package Description com.google.cloud.domains.v1 A client to Cloud Domains API -
-
Uses of ContactNotice in com.google.cloud.domains.v1
Methods in com.google.cloud.domains.v1 that return ContactNotice Modifier and Type Method Description static ContactNoticeContactNotice. forNumber(int value)ContactNoticeConfigureContactSettingsRequest.Builder. getContactNotices(int index)The list of contact notices that the caller acknowledges.ContactNoticeConfigureContactSettingsRequest. getContactNotices(int index)The list of contact notices that the caller acknowledges.ContactNoticeConfigureContactSettingsRequestOrBuilder. getContactNotices(int index)The list of contact notices that the caller acknowledges.ContactNoticeRegisterDomainRequest.Builder. getContactNotices(int index)The list of contact notices that the caller acknowledges.ContactNoticeRegisterDomainRequest. getContactNotices(int index)The list of contact notices that the caller acknowledges.ContactNoticeRegisterDomainRequestOrBuilder. getContactNotices(int index)The list of contact notices that the caller acknowledges.ContactNoticeTransferDomainRequest.Builder. getContactNotices(int index)The list of contact notices that you acknowledge.ContactNoticeTransferDomainRequest. getContactNotices(int index)The list of contact notices that you acknowledge.ContactNoticeTransferDomainRequestOrBuilder. getContactNotices(int index)The list of contact notices that you acknowledge.static ContactNoticeContactNotice. valueOf(int value)Deprecated.static ContactNoticeContactNotice. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ContactNoticeContactNotice. 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.Methods in com.google.cloud.domains.v1 that return types with arguments of type ContactNotice Modifier and Type Method Description List<ContactNotice>ConfigureContactSettingsRequest.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>ConfigureContactSettingsRequestOrBuilder. 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>RegisterDomainRequest. getContactNoticesList()The list of contact notices that the caller acknowledges.List<ContactNotice>RegisterDomainRequestOrBuilder. getContactNoticesList()The list of contact notices that the caller acknowledges.List<ContactNotice>TransferDomainRequest.Builder. getContactNoticesList()The list of contact notices that you acknowledge.List<ContactNotice>TransferDomainRequest. getContactNoticesList()The list of contact notices that you acknowledge.List<ContactNotice>TransferDomainRequestOrBuilder. getContactNoticesList()The list of contact notices that you acknowledge.static com.google.protobuf.Internal.EnumLiteMap<ContactNotice>ContactNotice. internalGetValueMap()Methods in com.google.cloud.domains.v1 with parameters of type ContactNotice Modifier and Type Method Description ConfigureContactSettingsRequest.BuilderConfigureContactSettingsRequest.Builder. addContactNotices(ContactNotice value)The list of contact notices that the caller acknowledges.RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. addContactNotices(ContactNotice value)The list of contact notices that the caller acknowledges.TransferDomainRequest.BuilderTransferDomainRequest.Builder. addContactNotices(ContactNotice value)The list of contact notices that you acknowledge.ConfigureContactSettingsRequest.BuilderConfigureContactSettingsRequest.Builder. setContactNotices(int index, ContactNotice value)The list of contact notices that the caller acknowledges.RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. setContactNotices(int index, ContactNotice value)The list of contact notices that the caller acknowledges.TransferDomainRequest.BuilderTransferDomainRequest.Builder. setContactNotices(int index, ContactNotice value)The list of contact notices that you acknowledge.Method parameters in com.google.cloud.domains.v1 with type arguments of type ContactNotice Modifier and Type Method Description ConfigureContactSettingsRequest.BuilderConfigureContactSettingsRequest.Builder. addAllContactNotices(Iterable<? extends ContactNotice> values)The list of contact notices that the caller acknowledges.RegisterDomainRequest.BuilderRegisterDomainRequest.Builder. addAllContactNotices(Iterable<? extends ContactNotice> values)The list of contact notices that the caller acknowledges.TransferDomainRequest.BuilderTransferDomainRequest.Builder. addAllContactNotices(Iterable<? extends ContactNotice> values)The list of contact notices that you acknowledge.
-