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