public interface TransferDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCode |
getAuthorizationCode()
The domain's transfer authorization code.
|
AuthorizationCodeOrBuilder |
getAuthorizationCodeOrBuilder()
The domain's transfer authorization code.
|
ContactNotice |
getContactNotices(int index)
The list of contact notices that you acknowledge.
|
int |
getContactNoticesCount()
The list of contact notices that you acknowledge.
|
List<ContactNotice> |
getContactNoticesList()
The list of contact notices that you acknowledge.
|
int |
getContactNoticesValue(int index)
The list of contact notices that you acknowledge.
|
List<Integer> |
getContactNoticesValueList()
The list of contact notices that you acknowledge.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Registration |
getRegistration()
Required.
|
RegistrationOrBuilder |
getRegistrationOrBuilder()
Required.
|
boolean |
getValidateOnly()
Validate the request without actually transferring the domain.
|
com.google.type.Money |
getYearlyPrice()
Required.
|
com.google.type.MoneyOrBuilder |
getYearlyPriceOrBuilder()
Required.
|
boolean |
hasAuthorizationCode()
The domain's transfer authorization code.
|
boolean |
hasRegistration()
Required.
|
boolean |
hasYearlyPrice()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasRegistration()
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.
.google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED];
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.
.google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED];
RegistrationOrBuilder getRegistrationOrBuilder()
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.
.google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED];
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.v1alpha2.ContactNotice contact_notices = 3;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.v1alpha2.ContactNotice contact_notices = 3;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.v1alpha2.ContactNotice contact_notices = 3;index - The index of the element to return.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.v1alpha2.ContactNotice contact_notices = 3;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.v1alpha2.ContactNotice contact_notices = 3;index - The index of the value to return.boolean hasYearlyPrice()
Required. Acknowledgement of the price to transfer or renew the domain for one year. Call `RetrieveTransferParameters` to obtain the price, which you must acknowledge.
.google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED];com.google.type.Money getYearlyPrice()
Required. Acknowledgement of the price to transfer or renew the domain for one year. Call `RetrieveTransferParameters` to obtain the price, which you must acknowledge.
.google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED];com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Required. Acknowledgement of the price to transfer or renew the domain for one year. Call `RetrieveTransferParameters` to obtain the price, which you must acknowledge.
.google.type.Money yearly_price = 4 [(.google.api.field_behavior) = REQUIRED];boolean hasAuthorizationCode()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;AuthorizationCode getAuthorizationCode()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;AuthorizationCodeOrBuilder getAuthorizationCodeOrBuilder()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;boolean getValidateOnly()
Validate the request without actually transferring the domain.
bool validate_only = 6;Copyright © 2023 Google LLC. All rights reserved.