public final class TransferParameters extends com.google.protobuf.GeneratedMessageV3 implements TransferParametersOrBuilder
Parameters required to transfer a domain from another registrar.Protobuf type
google.cloud.domains.v1alpha2.TransferParameters| Modifier and Type | Class and Description |
|---|---|
static class |
TransferParameters.Builder
Parameters required to transfer a domain from another registrar.
|
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 |
CURRENT_REGISTRAR_FIELD_NUMBER |
static int |
DOMAIN_NAME_FIELD_NUMBER |
static int |
NAME_SERVERS_FIELD_NUMBER |
static int |
SUPPORTED_PRIVACY_FIELD_NUMBER |
static int |
TRANSFER_LOCK_STATE_FIELD_NUMBER |
static int |
YEARLY_PRICE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCurrentRegistrar()
The registrar that currently manages the domain.
|
com.google.protobuf.ByteString |
getCurrentRegistrarBytes()
The registrar that currently manages the domain.
|
static TransferParameters |
getDefaultInstance() |
TransferParameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDomainName()
The domain name.
|
com.google.protobuf.ByteString |
getDomainNameBytes()
The domain name.
|
String |
getNameServers(int index)
The name servers that currently store the configuration of the domain.
|
com.google.protobuf.ByteString |
getNameServersBytes(int index)
The name servers that currently store the configuration of the domain.
|
int |
getNameServersCount()
The name servers that currently store the configuration of the domain.
|
com.google.protobuf.ProtocolStringList |
getNameServersList()
The name servers that currently store the configuration of the domain.
|
com.google.protobuf.Parser<TransferParameters> |
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.
|
TransferLockState |
getTransferLockState()
Indicates whether the domain is protected by a transfer lock.
|
int |
getTransferLockStateValue()
Indicates whether the domain is protected by a transfer lock.
|
com.google.type.Money |
getYearlyPrice()
Price to transfer or renew the domain for one year.
|
com.google.type.MoneyOrBuilder |
getYearlyPriceOrBuilder()
Price to transfer or renew the domain for one year.
|
int |
hashCode() |
boolean |
hasYearlyPrice()
Price to transfer or renew the domain for one year.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransferParameters.Builder |
newBuilder() |
static TransferParameters.Builder |
newBuilder(TransferParameters prototype) |
TransferParameters.Builder |
newBuilderForType() |
protected TransferParameters.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferParameters |
parseDelimitedFrom(InputStream input) |
static TransferParameters |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferParameters |
parseFrom(byte[] data) |
static TransferParameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferParameters |
parseFrom(ByteBuffer data) |
static TransferParameters |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferParameters |
parseFrom(com.google.protobuf.ByteString data) |
static TransferParameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferParameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferParameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferParameters |
parseFrom(InputStream input) |
static TransferParameters |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferParameters> |
parser() |
TransferParameters.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 CURRENT_REGISTRAR_FIELD_NUMBER
public static final int NAME_SERVERS_FIELD_NUMBER
public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER
public static final int SUPPORTED_PRIVACY_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 TransferParametersOrBuilderpublic com.google.protobuf.ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;getDomainNameBytes in interface TransferParametersOrBuilderpublic String getCurrentRegistrar()
The registrar that currently manages the domain.
string current_registrar = 2;getCurrentRegistrar in interface TransferParametersOrBuilderpublic com.google.protobuf.ByteString getCurrentRegistrarBytes()
The registrar that currently manages the domain.
string current_registrar = 2;getCurrentRegistrarBytes in interface TransferParametersOrBuilderpublic com.google.protobuf.ProtocolStringList getNameServersList()
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;getNameServersList in interface TransferParametersOrBuilderpublic int getNameServersCount()
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;getNameServersCount in interface TransferParametersOrBuilderpublic String getNameServers(int index)
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;getNameServers in interface TransferParametersOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNameServersBytes(int index)
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;getNameServersBytes in interface TransferParametersOrBuilderindex - The index of the value to return.public int getTransferLockStateValue()
Indicates whether the domain is protected by a transfer lock. For a transfer to succeed, this must show `UNLOCKED`. To unlock a domain, go to its current registrar.
.google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4;getTransferLockStateValue in interface TransferParametersOrBuilderpublic TransferLockState getTransferLockState()
Indicates whether the domain is protected by a transfer lock. For a transfer to succeed, this must show `UNLOCKED`. To unlock a domain, go to its current registrar.
.google.cloud.domains.v1alpha2.TransferLockState transfer_lock_state = 4;getTransferLockState in interface TransferParametersOrBuilderpublic List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;getSupportedPrivacyList in interface TransferParametersOrBuilderpublic int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;getSupportedPrivacyCount in interface TransferParametersOrBuilderpublic ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;getSupportedPrivacy in interface TransferParametersOrBuilderindex - 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 = 5;getSupportedPrivacyValueList in interface TransferParametersOrBuilderpublic int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;getSupportedPrivacyValue in interface TransferParametersOrBuilderindex - The index of the value to return.public boolean hasYearlyPrice()
Price to transfer or renew the domain for one year.
.google.type.Money yearly_price = 6;hasYearlyPrice in interface TransferParametersOrBuilderpublic com.google.type.Money getYearlyPrice()
Price to transfer or renew the domain for one year.
.google.type.Money yearly_price = 6;getYearlyPrice in interface TransferParametersOrBuilderpublic com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Price to transfer or renew the domain for one year.
.google.type.Money yearly_price = 6;getYearlyPriceOrBuilder in interface TransferParametersOrBuilderpublic 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 TransferParameters parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferParameters parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferParameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferParameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferParameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferParameters parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferParameters parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferParameters parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferParameters parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferParameters parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferParameters.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferParameters.Builder newBuilder()
public static TransferParameters.Builder newBuilder(TransferParameters prototype)
public TransferParameters.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferParameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferParameters getDefaultInstance()
public static com.google.protobuf.Parser<TransferParameters> parser()
public com.google.protobuf.Parser<TransferParameters> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferParameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.