Class TransferParameters

  • All Implemented Interfaces:
    TransferParametersOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    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
    See Also:
    Serialized Form
    • Field Detail

      • DOMAIN_NAME_FIELD_NUMBER

        public static final int DOMAIN_NAME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CURRENT_REGISTRAR_FIELD_NUMBER

        public static final int CURRENT_REGISTRAR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • NAME_SERVERS_FIELD_NUMBER

        public static final int NAME_SERVERS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TRANSFER_LOCK_STATE_FIELD_NUMBER

        public static final int TRANSFER_LOCK_STATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SUPPORTED_PRIVACY_FIELD_NUMBER

        public static final int SUPPORTED_PRIVACY_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 class com.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 class com.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 interface TransferParametersOrBuilder
        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 interface TransferParametersOrBuilder
        Returns:
        The bytes for domainName.
      • getCurrentRegistrarBytes

        public com.google.protobuf.ByteString getCurrentRegistrarBytes()
         The registrar that currently manages the domain.
         
        string current_registrar = 2;
        Specified by:
        getCurrentRegistrarBytes in interface TransferParametersOrBuilder
        Returns:
        The bytes for currentRegistrar.
      • getNameServersList

        public com.google.protobuf.ProtocolStringList getNameServersList()
         The name servers that currently store the configuration of the domain.
         
        repeated string name_servers = 3;
        Specified by:
        getNameServersList in interface TransferParametersOrBuilder
        Returns:
        A list containing the nameServers.
      • getNameServersCount

        public int getNameServersCount()
         The name servers that currently store the configuration of the domain.
         
        repeated string name_servers = 3;
        Specified by:
        getNameServersCount in interface TransferParametersOrBuilder
        Returns:
        The count of nameServers.
      • getNameServers

        public String getNameServers​(int index)
         The name servers that currently store the configuration of the domain.
         
        repeated string name_servers = 3;
        Specified by:
        getNameServers in interface TransferParametersOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The nameServers at the given index.
      • getNameServersBytes

        public com.google.protobuf.ByteString getNameServersBytes​(int index)
         The name servers that currently store the configuration of the domain.
         
        repeated string name_servers = 3;
        Specified by:
        getNameServersBytes in interface TransferParametersOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the nameServers at the given index.
      • getTransferLockStateValue

        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;
        Specified by:
        getTransferLockStateValue in interface TransferParametersOrBuilder
        Returns:
        The enum numeric value on the wire for transferLockState.
      • getTransferLockState

        public 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;
        Specified by:
        getTransferLockState in interface TransferParametersOrBuilder
        Returns:
        The transferLockState.
      • getSupportedPrivacyCount

        public int getSupportedPrivacyCount()
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;
        Specified by:
        getSupportedPrivacyCount in interface TransferParametersOrBuilder
        Returns:
        The count of supportedPrivacy.
      • getSupportedPrivacy

        public ContactPrivacy getSupportedPrivacy​(int index)
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;
        Specified by:
        getSupportedPrivacy in interface TransferParametersOrBuilder
        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.v1alpha2.ContactPrivacy supported_privacy = 5;
        Specified by:
        getSupportedPrivacyValueList in interface TransferParametersOrBuilder
        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.v1alpha2.ContactPrivacy supported_privacy = 5;
        Specified by:
        getSupportedPrivacyValue in interface TransferParametersOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of supportedPrivacy at the given index.
      • hasYearlyPrice

        public boolean hasYearlyPrice()
         Price to transfer or renew the domain for one year.
         
        .google.type.Money yearly_price = 6;
        Specified by:
        hasYearlyPrice in interface TransferParametersOrBuilder
        Returns:
        Whether the yearlyPrice field is set.
      • getYearlyPrice

        public com.google.type.Money getYearlyPrice()
         Price to transfer or renew the domain for one year.
         
        .google.type.Money yearly_price = 6;
        Specified by:
        getYearlyPrice in interface TransferParametersOrBuilder
        Returns:
        The yearlyPrice.
      • getYearlyPriceOrBuilder

        public com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
         Price to transfer or renew the domain for one year.
         
        .google.type.Money yearly_price = 6;
        Specified by:
        getYearlyPriceOrBuilder in interface TransferParametersOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static TransferParameters parseFrom​(ByteBuffer data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransferParameters parseFrom​(ByteBuffer data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransferParameters parseFrom​(com.google.protobuf.ByteString data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransferParameters parseFrom​(com.google.protobuf.ByteString data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransferParameters parseFrom​(byte[] data)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransferParameters parseFrom​(byte[] data,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransferParameters parseFrom​(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
        Throws:
        IOException
      • newBuilderForType

        public TransferParameters.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public TransferParameters.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected TransferParameters.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<TransferParameters> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public TransferParameters getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder