Interface TransferParametersOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TransferParameters, TransferParameters.Builder

    public interface TransferParametersOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDomainName

        String getDomainName()
         The domain name. Unicode domain names are expressed in Punycode format.
         
        string domain_name = 1;
        Returns:
        The domainName.
      • getDomainNameBytes

        com.google.protobuf.ByteString getDomainNameBytes()
         The domain name. Unicode domain names are expressed in Punycode format.
         
        string domain_name = 1;
        Returns:
        The bytes for domainName.
      • getCurrentRegistrar

        String getCurrentRegistrar()
         The registrar that currently manages the domain.
         
        string current_registrar = 2;
        Returns:
        The currentRegistrar.
      • getCurrentRegistrarBytes

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

        List<String> getNameServersList()
         The name servers that currently store the configuration of the domain.
         
        repeated string name_servers = 3;
        Returns:
        A list containing the nameServers.
      • getNameServersCount

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

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

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

        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.v1.TransferLockState transfer_lock_state = 4;
        Returns:
        The enum numeric value on the wire for transferLockState.
      • getTransferLockState

        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.v1.TransferLockState transfer_lock_state = 4;
        Returns:
        The transferLockState.
      • getSupportedPrivacyList

        List<ContactPrivacy> getSupportedPrivacyList()
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5;
        Returns:
        A list containing the supportedPrivacy.
      • getSupportedPrivacyCount

        int getSupportedPrivacyCount()
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5;
        Returns:
        The count of supportedPrivacy.
      • getSupportedPrivacy

        ContactPrivacy getSupportedPrivacy​(int index)
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The supportedPrivacy at the given index.
      • getSupportedPrivacyValueList

        List<Integer> getSupportedPrivacyValueList()
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5;
        Returns:
        A list containing the enum numeric values on the wire for supportedPrivacy.
      • getSupportedPrivacyValue

        int getSupportedPrivacyValue​(int index)
         Contact privacy options that the domain supports.
         
        repeated .google.cloud.domains.v1.ContactPrivacy supported_privacy = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of supportedPrivacy at the given index.
      • hasYearlyPrice

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

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

        com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
         Price to transfer or renew the domain for one year.
         
        .google.type.Money yearly_price = 6;