Class TransferDomainRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
- com.google.cloud.domains.v1alpha2.TransferDomainRequest.Builder
-
- All Implemented Interfaces:
TransferDomainRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TransferDomainRequest
public static final class TransferDomainRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder> implements TransferDomainRequestOrBuilder
Request for the `TransferDomain` method.
Protobuf typegoogle.cloud.domains.v1alpha2.TransferDomainRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferDomainRequest.Builder
addAllContactNotices(Iterable<? extends ContactNotice> values)
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
addAllContactNoticesValue(Iterable<Integer> values)
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
addContactNotices(ContactNotice value)
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
addContactNoticesValue(int value)
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TransferDomainRequest
build()
TransferDomainRequest
buildPartial()
TransferDomainRequest.Builder
clear()
TransferDomainRequest.Builder
clearAuthorizationCode()
The domain's transfer authorization code.TransferDomainRequest.Builder
clearContactNotices()
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TransferDomainRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TransferDomainRequest.Builder
clearParent()
Required.TransferDomainRequest.Builder
clearRegistration()
Required.TransferDomainRequest.Builder
clearValidateOnly()
Validate the request without actually transferring the domain.TransferDomainRequest.Builder
clearYearlyPrice()
Required.TransferDomainRequest.Builder
clone()
AuthorizationCode
getAuthorizationCode()
The domain's transfer authorization code.AuthorizationCode.Builder
getAuthorizationCodeBuilder()
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.TransferDomainRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.Registration
getRegistration()
Required.Registration.Builder
getRegistrationBuilder()
Required.RegistrationOrBuilder
getRegistrationOrBuilder()
Required.boolean
getValidateOnly()
Validate the request without actually transferring the domain.com.google.type.Money
getYearlyPrice()
Required.com.google.type.Money.Builder
getYearlyPriceBuilder()
Required.com.google.type.MoneyOrBuilder
getYearlyPriceOrBuilder()
Required.boolean
hasAuthorizationCode()
The domain's transfer authorization code.boolean
hasRegistration()
Required.boolean
hasYearlyPrice()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TransferDomainRequest.Builder
mergeAuthorizationCode(AuthorizationCode value)
The domain's transfer authorization code.TransferDomainRequest.Builder
mergeFrom(TransferDomainRequest other)
TransferDomainRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TransferDomainRequest.Builder
mergeFrom(com.google.protobuf.Message other)
TransferDomainRequest.Builder
mergeRegistration(Registration value)
Required.TransferDomainRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TransferDomainRequest.Builder
mergeYearlyPrice(com.google.type.Money value)
Required.TransferDomainRequest.Builder
setAuthorizationCode(AuthorizationCode value)
The domain's transfer authorization code.TransferDomainRequest.Builder
setAuthorizationCode(AuthorizationCode.Builder builderForValue)
The domain's transfer authorization code.TransferDomainRequest.Builder
setContactNotices(int index, ContactNotice value)
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
setContactNoticesValue(int index, int value)
The list of contact notices that you acknowledge.TransferDomainRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TransferDomainRequest.Builder
setParent(String value)
Required.TransferDomainRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.TransferDomainRequest.Builder
setRegistration(Registration value)
Required.TransferDomainRequest.Builder
setRegistration(Registration.Builder builderForValue)
Required.TransferDomainRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TransferDomainRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TransferDomainRequest.Builder
setValidateOnly(boolean value)
Validate the request without actually transferring the domain.TransferDomainRequest.Builder
setYearlyPrice(com.google.type.Money value)
Required.TransferDomainRequest.Builder
setYearlyPrice(com.google.type.Money.Builder builderForValue)
Required.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
clear
public TransferDomainRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
getDefaultInstanceForType
public TransferDomainRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TransferDomainRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TransferDomainRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TransferDomainRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
setField
public TransferDomainRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
clearField
public TransferDomainRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
clearOneof
public TransferDomainRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
setRepeatedField
public TransferDomainRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
addRepeatedField
public TransferDomainRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
mergeFrom
public TransferDomainRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TransferDomainRequest.Builder>
-
mergeFrom
public TransferDomainRequest.Builder mergeFrom(TransferDomainRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
mergeFrom
public TransferDomainRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TransferDomainRequest.Builder>
- Throws:
IOException
-
getParent
public 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) = { ... }
- Specified by:
getParent
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public 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) = { ... }
- Specified by:
getParentBytes
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public TransferDomainRequest.Builder setParent(String value)
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) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public TransferDomainRequest.Builder clearParent()
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) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public TransferDomainRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
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) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
hasRegistration
public 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];
- Specified by:
hasRegistration
in interfaceTransferDomainRequestOrBuilder
- Returns:
- Whether the registration field is set.
-
getRegistration
public 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];
- Specified by:
getRegistration
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The registration.
-
setRegistration
public TransferDomainRequest.Builder setRegistration(Registration value)
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];
-
setRegistration
public TransferDomainRequest.Builder setRegistration(Registration.Builder builderForValue)
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];
-
mergeRegistration
public TransferDomainRequest.Builder mergeRegistration(Registration value)
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];
-
clearRegistration
public TransferDomainRequest.Builder clearRegistration()
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];
-
getRegistrationBuilder
public Registration.Builder getRegistrationBuilder()
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];
-
getRegistrationOrBuilder
public 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];
- Specified by:
getRegistrationOrBuilder
in interfaceTransferDomainRequestOrBuilder
-
getContactNoticesList
public 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;
- Specified by:
getContactNoticesList
in interfaceTransferDomainRequestOrBuilder
- Returns:
- A list containing the contactNotices.
-
getContactNoticesCount
public 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;
- Specified by:
getContactNoticesCount
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The count of contactNotices.
-
getContactNotices
public 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;
- Specified by:
getContactNotices
in interfaceTransferDomainRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The contactNotices at the given index.
-
setContactNotices
public TransferDomainRequest.Builder setContactNotices(int index, ContactNotice value)
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;
- Parameters:
index
- The index to set the value at.value
- The contactNotices to set.- Returns:
- This builder for chaining.
-
addContactNotices
public TransferDomainRequest.Builder addContactNotices(ContactNotice value)
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;
- Parameters:
value
- The contactNotices to add.- Returns:
- This builder for chaining.
-
addAllContactNotices
public TransferDomainRequest.Builder addAllContactNotices(Iterable<? extends ContactNotice> values)
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;
- Parameters:
values
- The contactNotices to add.- Returns:
- This builder for chaining.
-
clearContactNotices
public TransferDomainRequest.Builder clearContactNotices()
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;
- Returns:
- This builder for chaining.
-
getContactNoticesValueList
public 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;
- Specified by:
getContactNoticesValueList
in interfaceTransferDomainRequestOrBuilder
- Returns:
- A list containing the enum numeric values on the wire for contactNotices.
-
getContactNoticesValue
public 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;
- Specified by:
getContactNoticesValue
in interfaceTransferDomainRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of contactNotices at the given index.
-
setContactNoticesValue
public TransferDomainRequest.Builder setContactNoticesValue(int index, int value)
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;
- Parameters:
index
- The index to set the value at.value
- The enum numeric value on the wire for contactNotices to set.- Returns:
- This builder for chaining.
-
addContactNoticesValue
public TransferDomainRequest.Builder addContactNoticesValue(int value)
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;
- Parameters:
value
- The enum numeric value on the wire for contactNotices to add.- Returns:
- This builder for chaining.
-
addAllContactNoticesValue
public TransferDomainRequest.Builder addAllContactNoticesValue(Iterable<Integer> values)
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;
- Parameters:
values
- The enum numeric values on the wire for contactNotices to add.- Returns:
- This builder for chaining.
-
hasYearlyPrice
public 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];
- Specified by:
hasYearlyPrice
in interfaceTransferDomainRequestOrBuilder
- Returns:
- Whether the yearlyPrice field is set.
-
getYearlyPrice
public 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];
- Specified by:
getYearlyPrice
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The yearlyPrice.
-
setYearlyPrice
public TransferDomainRequest.Builder setYearlyPrice(com.google.type.Money value)
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];
-
setYearlyPrice
public TransferDomainRequest.Builder setYearlyPrice(com.google.type.Money.Builder builderForValue)
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];
-
mergeYearlyPrice
public TransferDomainRequest.Builder mergeYearlyPrice(com.google.type.Money value)
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];
-
clearYearlyPrice
public TransferDomainRequest.Builder clearYearlyPrice()
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];
-
getYearlyPriceBuilder
public com.google.type.Money.Builder getYearlyPriceBuilder()
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];
-
getYearlyPriceOrBuilder
public 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];
- Specified by:
getYearlyPriceOrBuilder
in interfaceTransferDomainRequestOrBuilder
-
hasAuthorizationCode
public 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;
- Specified by:
hasAuthorizationCode
in interfaceTransferDomainRequestOrBuilder
- Returns:
- Whether the authorizationCode field is set.
-
getAuthorizationCode
public 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;
- Specified by:
getAuthorizationCode
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The authorizationCode.
-
setAuthorizationCode
public TransferDomainRequest.Builder setAuthorizationCode(AuthorizationCode value)
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;
-
setAuthorizationCode
public TransferDomainRequest.Builder setAuthorizationCode(AuthorizationCode.Builder builderForValue)
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;
-
mergeAuthorizationCode
public TransferDomainRequest.Builder mergeAuthorizationCode(AuthorizationCode value)
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;
-
clearAuthorizationCode
public TransferDomainRequest.Builder clearAuthorizationCode()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;
-
getAuthorizationCodeBuilder
public AuthorizationCode.Builder getAuthorizationCodeBuilder()
The domain's transfer authorization code. You can obtain this from the domain's current registrar.
.google.cloud.domains.v1alpha2.AuthorizationCode authorization_code = 5;
-
getAuthorizationCodeOrBuilder
public 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;
- Specified by:
getAuthorizationCodeOrBuilder
in interfaceTransferDomainRequestOrBuilder
-
getValidateOnly
public boolean getValidateOnly()
Validate the request without actually transferring the domain.
bool validate_only = 6;
- Specified by:
getValidateOnly
in interfaceTransferDomainRequestOrBuilder
- Returns:
- The validateOnly.
-
setValidateOnly
public TransferDomainRequest.Builder setValidateOnly(boolean value)
Validate the request without actually transferring the domain.
bool validate_only = 6;
- Parameters:
value
- The validateOnly to set.- Returns:
- This builder for chaining.
-
clearValidateOnly
public TransferDomainRequest.Builder clearValidateOnly()
Validate the request without actually transferring the domain.
bool validate_only = 6;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final TransferDomainRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
mergeUnknownFields
public final TransferDomainRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransferDomainRequest.Builder>
-
-