public final class RegisterParameters extends com.google.protobuf.GeneratedMessageV3 implements RegisterParametersOrBuilder
Parameters required to register a new domain.Protobuf type
google.cloud.domains.v1alpha2.RegisterParameters| Modifier and Type | Class and Description |
|---|---|
static class |
RegisterParameters.Availability
Possible availability states of a domain name.
|
static class |
RegisterParameters.Builder
Parameters required to register a new domain.
|
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| Modifier and Type | Field and 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 |
| Modifier and Type | Method and 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(ByteBuffer data) |
static RegisterParameters |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<RegisterParameters> |
parser() |
RegisterParameters.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DOMAIN_NAME_FIELD_NUMBER
public static final int AVAILABILITY_FIELD_NUMBER
public static final int SUPPORTED_PRIVACY_FIELD_NUMBER
public static final int DOMAIN_NOTICES_FIELD_NUMBER
public static final int YEARLY_PRICE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;getDomainName in interface RegisterParametersOrBuilderpublic com.google.protobuf.ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;getDomainNameBytes in interface RegisterParametersOrBuilderpublic 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;getAvailabilityValue in interface RegisterParametersOrBuilderpublic 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;getAvailability in interface RegisterParametersOrBuilderpublic List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;getSupportedPrivacyList in interface RegisterParametersOrBuilderpublic int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;getSupportedPrivacyCount in interface RegisterParametersOrBuilderpublic ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;getSupportedPrivacy in interface RegisterParametersOrBuilderindex - The index of the element to return.public List<Integer> getSupportedPrivacyValueList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;getSupportedPrivacyValueList in interface RegisterParametersOrBuilderpublic int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 3;getSupportedPrivacyValue in interface RegisterParametersOrBuilderindex - The index of the value to return.public List<DomainNotice> getDomainNoticesList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;getDomainNoticesList in interface RegisterParametersOrBuilderpublic int getDomainNoticesCount()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;getDomainNoticesCount in interface RegisterParametersOrBuilderpublic DomainNotice getDomainNotices(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;getDomainNotices in interface RegisterParametersOrBuilderindex - The index of the element to return.public List<Integer> getDomainNoticesValueList()
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;getDomainNoticesValueList in interface RegisterParametersOrBuilderpublic int getDomainNoticesValue(int index)
Notices about special properties of the domain.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 4;getDomainNoticesValue in interface RegisterParametersOrBuilderindex - The index of the value to return.public boolean hasYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;hasYearlyPrice in interface RegisterParametersOrBuilderpublic com.google.type.Money getYearlyPrice()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;getYearlyPrice in interface RegisterParametersOrBuilderpublic com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Price to register or renew the domain for one year.
.google.type.Money yearly_price = 5;getYearlyPriceOrBuilder in interface RegisterParametersOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RegisterParameters parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegisterParameters parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegisterParameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegisterParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegisterParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegisterParameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RegisterParameters parseFrom(InputStream input) throws IOException
IOExceptionpublic static RegisterParameters parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RegisterParameters parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RegisterParameters parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RegisterParameters parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RegisterParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RegisterParameters.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RegisterParameters.Builder newBuilder()
public static RegisterParameters.Builder newBuilder(RegisterParameters prototype)
public RegisterParameters.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RegisterParameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RegisterParameters getDefaultInstance()
public static com.google.protobuf.Parser<RegisterParameters> parser()
public com.google.protobuf.Parser<RegisterParameters> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RegisterParameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.