public interface TransferParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomainName()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;com.google.protobuf.ByteString getDomainNameBytes()
The domain name. Unicode domain names are expressed in Punycode format.
string domain_name = 1;String getCurrentRegistrar()
The registrar that currently manages the domain.
string current_registrar = 2;com.google.protobuf.ByteString getCurrentRegistrarBytes()
The registrar that currently manages the domain.
string current_registrar = 2;List<String> getNameServersList()
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;int getNameServersCount()
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;String getNameServers(int index)
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;index - The index of the element to return.com.google.protobuf.ByteString getNameServersBytes(int index)
The name servers that currently store the configuration of the domain.
repeated string name_servers = 3;index - The index of the value to return.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;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;List<ContactPrivacy> getSupportedPrivacyList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;int getSupportedPrivacyCount()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;ContactPrivacy getSupportedPrivacy(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;index - The index of the element to return.List<Integer> getSupportedPrivacyValueList()
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;int getSupportedPrivacyValue(int index)
Contact privacy options that the domain supports.
repeated .google.cloud.domains.v1alpha2.ContactPrivacy supported_privacy = 5;index - The index of the value to return.boolean hasYearlyPrice()
Price to transfer or renew the domain for one year.
.google.type.Money yearly_price = 6;com.google.type.Money getYearlyPrice()
Price to transfer or renew the domain for one year.
.google.type.Money yearly_price = 6;com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Price to transfer or renew the domain for one year.
.google.type.Money yearly_price = 6;Copyright © 2023 Google LLC. All rights reserved.