public final class RegisterParameters extends GeneratedMessageV3 implements RegisterParametersOrBuilder
Parameters required to register a new domain.
Protobuf type google.cloud.domains.v1beta1.RegisterParameters
Static Fields
AVAILABILITY_FIELD_NUMBER
public static final int AVAILABILITY_FIELD_NUMBER
Field Value
DOMAIN_NAME_FIELD_NUMBER
public static final int DOMAIN_NAME_FIELD_NUMBER
Field Value
DOMAIN_NOTICES_FIELD_NUMBER
public static final int DOMAIN_NOTICES_FIELD_NUMBER
Field Value
SUPPORTED_PRIVACY_FIELD_NUMBER
public static final int SUPPORTED_PRIVACY_FIELD_NUMBER
Field Value
YEARLY_PRICE_FIELD_NUMBER
public static final int YEARLY_PRICE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RegisterParameters getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RegisterParameters.Builder newBuilder()
Returns
newBuilder(RegisterParameters prototype)
public static RegisterParameters.Builder newBuilder(RegisterParameters prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static RegisterParameters parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RegisterParameters parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RegisterParameters parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static RegisterParameters parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static RegisterParameters parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RegisterParameters parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RegisterParameters> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAvailability()
public 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.v1beta1.RegisterParameters.Availability availability = 2;
Returns
getAvailabilityValue()
public 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.v1beta1.RegisterParameters.Availability availability = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for availability.
|
getDefaultInstanceForType()
public RegisterParameters getDefaultInstanceForType()
Returns
getDomainName()
public String getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Returns
Type | Description |
String | The domainName.
|
getDomainNameBytes()
public ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
Returns
Type | Description |
ByteString | The bytes for domainName.
|
getDomainNotices(int index)
public DomainNotice getDomainNotices(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
DomainNotice | The domainNotices at the given index.
|
getDomainNoticesCount()
public int getDomainNoticesCount()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
Returns
Type | Description |
int | The count of domainNotices.
|
getDomainNoticesList()
public List<DomainNotice> getDomainNoticesList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
Returns
getDomainNoticesValue(int index)
public int getDomainNoticesValue(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
int | The enum numeric value on the wire of domainNotices at the given index.
|
getDomainNoticesValueList()
public List<Integer> getDomainNoticesValueList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for domainNotices.
|
getParserForType()
public Parser<RegisterParameters> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSupportedPrivacy(int index)
public ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
getSupportedPrivacyCount()
public int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
Returns
Type | Description |
int | The count of supportedPrivacy.
|
getSupportedPrivacyList()
public List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
Returns
getSupportedPrivacyValue(int index)
public int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
int | The enum numeric value on the wire of supportedPrivacy at the given index.
|
getSupportedPrivacyValueList()
public List<Integer> getSupportedPrivacyValueList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for supportedPrivacy.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getYearlyPrice()
public Money getYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Returns
Type | Description |
com.google.type.Money | The yearlyPrice.
|
getYearlyPriceOrBuilder()
public MoneyOrBuilder getYearlyPriceOrBuilder()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Returns
Type | Description |
com.google.type.MoneyOrBuilder | |
hasYearlyPrice()
public boolean hasYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
Returns
Type | Description |
boolean | Whether the yearlyPrice field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RegisterParameters.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RegisterParameters.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RegisterParameters.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions