Package com.google.cloud.domains.v1beta1
Class RegisterParameters
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.domains.v1beta1.RegisterParameters
-
- All Implemented Interfaces:
RegisterParametersOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RegisterParameters extends com.google.protobuf.GeneratedMessageV3 implements RegisterParametersOrBuilder
Parameters required to register a new domain.
Protobuf typegoogle.cloud.domains.v1beta1.RegisterParameters
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegisterParameters.Availability
Possible availability states of a domain name.static class
RegisterParameters.Builder
Parameters required to register a new domain.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
AVAILABILITY_FIELD_NUMBER
static int
DOMAIN_NAME_FIELD_NUMBER
static int
DOMAIN_NOTICES_FIELD_NUMBER
static int
SUPPORTED_PRIVACY_FIELD_NUMBER
static int
YEARLY_PRICE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
RegisterParameters.Availability
getAvailability()
Indicates whether the domain is available for registration.int
getAvailabilityValue()
Indicates whether the domain is available for registration.static RegisterParameters
getDefaultInstance()
RegisterParameters
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.com.google.protobuf.Parser<RegisterParameters>
getParserForType()
int
getSerializedSize()
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.int
hashCode()
boolean
hasYearlyPrice()
Price to register or renew the domain for one year.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RegisterParameters.Builder
newBuilder()
static RegisterParameters.Builder
newBuilder(RegisterParameters prototype)
RegisterParameters.Builder
newBuilderForType()
protected RegisterParameters.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RegisterParameters
parseDelimitedFrom(InputStream input)
static RegisterParameters
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterParameters
parseFrom(byte[] data)
static RegisterParameters
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterParameters
parseFrom(com.google.protobuf.ByteString data)
static RegisterParameters
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterParameters
parseFrom(com.google.protobuf.CodedInputStream input)
static RegisterParameters
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterParameters
parseFrom(InputStream input)
static RegisterParameters
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterParameters
parseFrom(ByteBuffer data)
static RegisterParameters
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RegisterParameters>
parser()
RegisterParameters.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
DOMAIN_NAME_FIELD_NUMBER
public static final int DOMAIN_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AVAILABILITY_FIELD_NUMBER
public static final int AVAILABILITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUPPORTED_PRIVACY_FIELD_NUMBER
public static final int SUPPORTED_PRIVACY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOMAIN_NOTICES_FIELD_NUMBER
public static final int DOMAIN_NOTICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
YEARLY_PRICE_FIELD_NUMBER
public static final int YEARLY_PRICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getDomainName
public String getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
- Specified by:
getDomainName
in interfaceRegisterParametersOrBuilder
- Returns:
- The domainName.
-
getDomainNameBytes
public com.google.protobuf.ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;
- Specified by:
getDomainNameBytes
in interfaceRegisterParametersOrBuilder
- Returns:
- The bytes for domainName.
-
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;
- Specified by:
getAvailabilityValue
in interfaceRegisterParametersOrBuilder
- Returns:
- The enum numeric value on the wire for availability.
-
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;
- Specified by:
getAvailability
in interfaceRegisterParametersOrBuilder
- Returns:
- The availability.
-
getSupportedPrivacyList
public List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
- Specified by:
getSupportedPrivacyList
in interfaceRegisterParametersOrBuilder
- Returns:
- A list containing the supportedPrivacy.
-
getSupportedPrivacyCount
public int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
- Specified by:
getSupportedPrivacyCount
in interfaceRegisterParametersOrBuilder
- Returns:
- The count of supportedPrivacy.
-
getSupportedPrivacy
public ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
- Specified by:
getSupportedPrivacy
in interfaceRegisterParametersOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The 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;
- Specified by:
getSupportedPrivacyValueList
in interfaceRegisterParametersOrBuilder
- Returns:
- A list containing the enum numeric values on the wire for supportedPrivacy.
-
getSupportedPrivacyValue
public int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1beta1.ContactPrivacy supported_privacy = 3;
- Specified by:
getSupportedPrivacyValue
in interfaceRegisterParametersOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of supportedPrivacy at the given index.
-
getDomainNoticesList
public List<DomainNotice> getDomainNoticesList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
- Specified by:
getDomainNoticesList
in interfaceRegisterParametersOrBuilder
- Returns:
- A list containing the domainNotices.
-
getDomainNoticesCount
public int getDomainNoticesCount()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
- Specified by:
getDomainNoticesCount
in interfaceRegisterParametersOrBuilder
- Returns:
- The count of domainNotices.
-
getDomainNotices
public DomainNotice getDomainNotices(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
- Specified by:
getDomainNotices
in interfaceRegisterParametersOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The 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;
- Specified by:
getDomainNoticesValueList
in interfaceRegisterParametersOrBuilder
- Returns:
- A list containing the enum numeric values on the wire for domainNotices.
-
getDomainNoticesValue
public int getDomainNoticesValue(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1beta1.DomainNotice domain_notices = 4;
- Specified by:
getDomainNoticesValue
in interfaceRegisterParametersOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of domainNotices at the given index.
-
hasYearlyPrice
public boolean hasYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
- Specified by:
hasYearlyPrice
in interfaceRegisterParametersOrBuilder
- Returns:
- Whether the yearlyPrice field is set.
-
getYearlyPrice
public com.google.type.Money getYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
- Specified by:
getYearlyPrice
in interfaceRegisterParametersOrBuilder
- Returns:
- The yearlyPrice.
-
getYearlyPriceOrBuilder
public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;
- Specified by:
getYearlyPriceOrBuilder
in interfaceRegisterParametersOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RegisterParameters parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RegisterParameters parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RegisterParameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RegisterParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RegisterParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RegisterParameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RegisterParameters parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RegisterParameters parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RegisterParameters parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RegisterParameters parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RegisterParameters parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RegisterParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RegisterParameters.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RegisterParameters.Builder newBuilder()
-
newBuilder
public static RegisterParameters.Builder newBuilder(RegisterParameters prototype)
-
toBuilder
public RegisterParameters.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RegisterParameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RegisterParameters getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RegisterParameters> parser()
-
getParserForType
public com.google.protobuf.Parser<RegisterParameters> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RegisterParameters getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-