public final class TransferDomainRequest extends com.google.protobuf.GeneratedMessageV3 implements TransferDomainRequestOrBuilder
Request for the `TransferDomain` method.Protobuf type
google.cloud.domains.v1alpha2.TransferDomainRequest| Modifier and Type | Class and Description |
|---|---|
static class |
TransferDomainRequest.Builder
Request for the `TransferDomain` method.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHORIZATION_CODE_FIELD_NUMBER |
static int |
CONTACT_NOTICES_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
static int |
REGISTRATION_FIELD_NUMBER |
static int |
VALIDATE_ONLY_FIELD_NUMBER |
static int |
YEARLY_PRICE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static TransferDomainRequest |
getDefaultInstance() |
TransferDomainRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.Parser<TransferDomainRequest> |
getParserForType() |
Registration |
getRegistration()
Required.
|
RegistrationOrBuilder |
getRegistrationOrBuilder()
Required.
|
int |
getSerializedSize() |
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.
|
int |
hashCode() |
boolean |
hasRegistration()
Required.
|
boolean |
hasYearlyPrice()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransferDomainRequest.Builder |
newBuilder() |
static TransferDomainRequest.Builder |
newBuilder(TransferDomainRequest prototype) |
TransferDomainRequest.Builder |
newBuilderForType() |
protected TransferDomainRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransferDomainRequest |
parseDelimitedFrom(InputStream input) |
static TransferDomainRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferDomainRequest |
parseFrom(byte[] data) |
static TransferDomainRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferDomainRequest |
parseFrom(ByteBuffer data) |
static TransferDomainRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferDomainRequest |
parseFrom(com.google.protobuf.ByteString data) |
static TransferDomainRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferDomainRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransferDomainRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransferDomainRequest |
parseFrom(InputStream input) |
static TransferDomainRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransferDomainRequest> |
parser() |
TransferDomainRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARENT_FIELD_NUMBER
public static final int REGISTRATION_FIELD_NUMBER
public static final int CONTACT_NOTICES_FIELD_NUMBER
public static final int YEARLY_PRICE_FIELD_NUMBER
public static final int AUTHORIZATION_CODE_FIELD_NUMBER
public static final int VALIDATE_ONLY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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) = { ... }
getParent in interface TransferDomainRequestOrBuilderpublic 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) = { ... }
getParentBytes in interface TransferDomainRequestOrBuilderpublic 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];
hasRegistration in interface TransferDomainRequestOrBuilderpublic 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];
getRegistration in interface TransferDomainRequestOrBuilderpublic 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];
getRegistrationOrBuilder in interface TransferDomainRequestOrBuilderpublic 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;getContactNoticesList in interface TransferDomainRequestOrBuilderpublic 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;getContactNoticesCount in interface TransferDomainRequestOrBuilderpublic 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;getContactNotices in interface TransferDomainRequestOrBuilderindex - The index of the element to return.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;getContactNoticesValueList in interface TransferDomainRequestOrBuilderpublic 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;getContactNoticesValue in interface TransferDomainRequestOrBuilderindex - The index of the value to return.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];hasYearlyPrice in interface TransferDomainRequestOrBuilderpublic 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];getYearlyPrice in interface TransferDomainRequestOrBuilderpublic 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];getYearlyPriceOrBuilder in interface TransferDomainRequestOrBuilderpublic 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;hasAuthorizationCode in interface TransferDomainRequestOrBuilderpublic 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;getAuthorizationCode in interface TransferDomainRequestOrBuilderpublic 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;getAuthorizationCodeOrBuilder in interface TransferDomainRequestOrBuilderpublic boolean getValidateOnly()
Validate the request without actually transferring the domain.
bool validate_only = 6;getValidateOnly in interface TransferDomainRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransferDomainRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferDomainRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferDomainRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferDomainRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferDomainRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferDomainRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransferDomainRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransferDomainRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferDomainRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransferDomainRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransferDomainRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransferDomainRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransferDomainRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransferDomainRequest.Builder newBuilder()
public static TransferDomainRequest.Builder newBuilder(TransferDomainRequest prototype)
public TransferDomainRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransferDomainRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransferDomainRequest getDefaultInstance()
public static com.google.protobuf.Parser<TransferDomainRequest> parser()
public com.google.protobuf.Parser<TransferDomainRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransferDomainRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.