public interface RegisterParametersOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAvailability()
public abstract 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;
Type | Description |
RegisterParameters.Availability | The availability. |
getAvailabilityValue()
public abstract 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;
Type | Description |
int | The enum numeric value on the wire for availability. |
getDomainName()
public abstract String getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Type | Description |
String | The domainName. |
getDomainNameBytes()
public abstract ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Type | Description |
ByteString | The bytes for domainName. |
getDomainNotices(int index)
public abstract DomainNotice getDomainNotices(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
DomainNotice | The domainNotices at the given index. |
getDomainNoticesCount()
public abstract int getDomainNoticesCount()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;
Type | Description |
int | The count of domainNotices. |
getDomainNoticesList()
public abstract List<DomainNotice> getDomainNoticesList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;
Type | Description |
List<DomainNotice> | A list containing the domainNotices. |
getDomainNoticesValue(int index)
public abstract int getDomainNoticesValue(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of domainNotices at the given index. |
getDomainNoticesValueList()
public abstract List<Integer> getDomainNoticesValueList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for domainNotices. |
getSupportedPrivacy(int index)
public abstract ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
|