Package com.google.cloud.domains.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCurrentRegistrar()
The registrar that currently manages the domain.com.google.protobuf.ByteString
getCurrentRegistrarBytes()
The registrar that currently manages the domain.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.List<String>
getNameServersList()
The name servers that currently store the configuration of the domain.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.boolean
hasYearlyPrice()
Price to transfer or renew the domain for one year.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-