public interface RegisterParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RegisterParameters.Availability |
getAvailability()
Indicates whether the domain is available for registration.
|
int |
getAvailabilityValue()
Indicates whether the domain is available for registration.
|
String |
getDomainName()
The domain name.
|
com.google.protobuf.ByteString |
getDomainNameBytes()
The domain name.
|
DomainNotice |
getDomainNotices(int index)
Notices about special properties of the domain.
|
int |
getDomainNoticesCount()
Notices about special properties of the domain.
|
List<DomainNotice> |
getDomainNoticesList()
Notices about special properties of the domain.
|
int |
getDomainNoticesValue(int index)
Notices about special properties of the domain.
|
List<Integer> |
getDomainNoticesValueList()
Notices about special properties of the domain.
|
ContactPrivacy |
getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
|
int |
getSupportedPrivacyCount()
Contact privacy options that the domain supports.
|
List<ContactPrivacy> |
getSupportedPrivacyList()
Contact privacy options that the domain supports.
|
int |
getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
|
List<Integer> |
getSupportedPrivacyValueList()
Contact privacy options that the domain supports.
|
com.google.type.Money |
getYearlyPrice()
Price to register or renew the domain for one year.
|
com.google.type.MoneyOrBuilder |
getYearlyPriceOrBuilder()
Price to register or renew the domain for one year.
|
boolean |
hasYearlyPrice()
Price to register or renew the domain for one year.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;com.google.protobuf.ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;int getAvailabilityValue()
Indicates whether the domain is available for registration. This value is accurate when obtained by calling `RetrieveRegisterParameters`, but is approximate when obtained by calling `SearchDomains`.
.google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2;RegisterParameters.Availability getAvailability()
Indicates whether the domain is available for registration. This value is accurate when obtained by calling `RetrieveRegisterParameters`, but is approximate when obtained by calling `SearchDomains`.
.google.cloud.domains.v1alpha2.RegisterParameters.Availability availability = 2;List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;index - The index of the element to return.List<Integer> getSupportedPrivacyValueList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;index - The index of the value to return.List<DomainNotice> getDomainNoticesList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;int getDomainNoticesCount()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;DomainNotice getDomainNotices(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;index - The index of the element to return.List<Integer> getDomainNoticesValueList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;int getDomainNoticesValue(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;index - The index of the value to return.boolean hasYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;com.google.type.Money getYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;Copyright © 2023 Google LLC. All rights reserved.