public interface TransferDomainRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthorizationCode()
public abstract AuthorizationCode getAuthorizationCode()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1.AuthorizationCode authorization_code = 5;
Type | Description |
AuthorizationCode | The authorizationCode. |
getAuthorizationCodeOrBuilder()
public abstract AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1.AuthorizationCode authorization_code = 5;
Type | Description |
AuthorizationCodeOrBuilder |
getContactNotices(int index)
public abstract ContactNotice getContactNotices(int index)
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
ContactNotice | The contactNotices at the given index. |
getContactNoticesCount()
public abstract int getContactNoticesCount()
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3;
Type | Description |
int | The count of contactNotices. |
getContactNoticesList()
public abstract List<ContactNotice> getContactNoticesList()
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3;
Type | Description |
List<ContactNotice> | A list containing the contactNotices. |
getContactNoticesValue(int index)
public abstract int getContactNoticesValue(int index)
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
int | The enum numeric value on the wire of contactNotices at the given index. |
getContactNoticesValueList()
public abstract List<Integer> getContactNoticesValueList()
The list of contact notices that you acknowledge. The notices
needed here depend on the values specified in
registration.contact_settings
.
repeated .google.cloud.domains.v1.ContactNotice contact_notices = 3;
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for contactNotices. |
getParent()
public abstract String getParent()
Required. The parent resource of the Registration
. Must be in the
format projects/*/locations/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource of the Registration
. Must be in the
format projects/*/locations/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getRegistration()
public abstract Registration getRegistration()
Required. The complete Registration
resource to be created.
You can leave registration.dns_settings
unset to import the
domain's current DNS configuration from its current registrar. Use this
option only if you are sure that the domain's current DNS service
does not cease upon transfer, as is often the case for DNS services
provided for free by the registrar.