Send feedback
Class RegisterParameters (1.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.53.0 keyboard_arrow_down
public final class RegisterParameters extends GeneratedMessageV3 implements RegisterParametersOrBuilder
Parameters required to register a new domain.
Protobuf type google.cloud.domains.v1alpha2.RegisterParameters
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AVAILABILITY_FIELD_NUMBER
public static final int AVAILABILITY_FIELD_NUMBER
Field Value
Type
Description
int
DOMAIN_NAME_FIELD_NUMBER
public static final int DOMAIN_NAME_FIELD_NUMBER
Field Value
Type
Description
int
DOMAIN_NOTICES_FIELD_NUMBER
public static final int DOMAIN_NOTICES_FIELD_NUMBER
Field Value
Type
Description
int
SUPPORTED_PRIVACY_FIELD_NUMBER
public static final int SUPPORTED_PRIVACY_FIELD_NUMBER
Field Value
Type
Description
int
YEARLY_PRICE_FIELD_NUMBER
public static final int YEARLY_PRICE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static RegisterParameters getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static RegisterParameters . Builder newBuilder ()
newBuilder(RegisterParameters prototype)
public static RegisterParameters . Builder newBuilder ( RegisterParameters prototype )
parseDelimitedFrom(InputStream input)
public static RegisterParameters parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static RegisterParameters parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static RegisterParameters parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static RegisterParameters parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static RegisterParameters parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static RegisterParameters parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RegisterParameters parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<RegisterParameters> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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.v1alpha2.RegisterParameters.Availability availability = 2;
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.v1alpha2.RegisterParameters.Availability availability = 2;
Returns
Type
Description
int
The enum numeric value on the wire for availability.
getDefaultInstanceForType()
public RegisterParameters getDefaultInstanceForType ()
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.v1alpha2.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.v1alpha2.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.v1alpha2.DomainNotice domain_notices = 4;
Returns
Type
Description
List <DomainNotice >
A list containing the domainNotices.
getDomainNoticesValue(int index)
public int getDomainNoticesValue ( int index )
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.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.v1alpha2.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 ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSupportedPrivacy(int index)
public ContactPrivacy getSupportedPrivacy ( int index )
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
ContactPrivacy
The supportedPrivacy at the given index.
getSupportedPrivacyCount()
public int getSupportedPrivacyCount ()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.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.v1alpha2.ContactPrivacy supported_privacy = 3;
getSupportedPrivacyValue(int index)
public int getSupportedPrivacyValue ( int index )
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.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.v1alpha2.ContactPrivacy supported_privacy = 3;
Returns
Type
Description
List <Integer >
A list containing the enum numeric values on the wire for supportedPrivacy.
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
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public RegisterParameters . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RegisterParameters . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public RegisterParameters . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]