public interface RegisterDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContactNotice |
getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
int |
getContactNoticesCount()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
int |
getContactNoticesValue(int index)
The list of contact notices that the caller acknowledges.
|
List<Integer> |
getContactNoticesValueList()
The list of contact notices that the caller acknowledges.
|
DomainNotice |
getDomainNotices(int index)
The list of domain notices that you acknowledge.
|
int |
getDomainNoticesCount()
The list of domain notices that you acknowledge.
|
List<DomainNotice> |
getDomainNoticesList()
The list of domain notices that you acknowledge.
|
int |
getDomainNoticesValue(int index)
The list of domain notices that you acknowledge.
|
List<Integer> |
getDomainNoticesValueList()
The list of domain notices that you acknowledge.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Registration |
getRegistration()
Required.
|
RegistrationOrBuilder |
getRegistrationOrBuilder()
Required.
|
boolean |
getValidateOnly()
When true, only validation is performed, without actually registering
the domain.
|
com.google.type.Money |
getYearlyPrice()
Required.
|
com.google.type.MoneyOrBuilder |
getYearlyPriceOrBuilder()
Required.
|
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.
.google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED];
Registration getRegistration()
Required. The complete `Registration` resource to be created.
.google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED];
RegistrationOrBuilder getRegistrationOrBuilder()
Required. The complete `Registration` resource to be created.
.google.cloud.domains.v1alpha2.Registration registration = 2 [(.google.api.field_behavior) = REQUIRED];
List<DomainNotice> getDomainNoticesList()
The list of domain notices that you acknowledge. Call `RetrieveRegisterParameters` to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3;int getDomainNoticesCount()
The list of domain notices that you acknowledge. Call `RetrieveRegisterParameters` to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3;DomainNotice getDomainNotices(int index)
The list of domain notices that you acknowledge. Call `RetrieveRegisterParameters` to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3;index - The index of the element to return.List<Integer> getDomainNoticesValueList()
The list of domain notices that you acknowledge. Call `RetrieveRegisterParameters` to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3;int getDomainNoticesValue(int index)
The list of domain notices that you acknowledge. Call `RetrieveRegisterParameters` to see the notices that need acknowledgement.
repeated .google.cloud.domains.v1alpha2.DomainNotice domain_notices = 3;index - The index of the value to return.List<ContactNotice> getContactNoticesList()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `registration.contact_settings`.
repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;int getContactNoticesCount()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `registration.contact_settings`.
repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;ContactNotice getContactNotices(int index)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `registration.contact_settings`.
repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;index - The index of the element to return.List<Integer> getContactNoticesValueList()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `registration.contact_settings`.
repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;int getContactNoticesValue(int index)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `registration.contact_settings`.
repeated .google.cloud.domains.v1alpha2.ContactNotice contact_notices = 4;index - The index of the value to return.boolean hasYearlyPrice()
Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.
.google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];com.google.type.Money getYearlyPrice()
Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.
.google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];com.google.type.MoneyOrBuilder getYearlyPriceOrBuilder()
Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.
.google.type.Money yearly_price = 5 [(.google.api.field_behavior) = REQUIRED];boolean getValidateOnly()
When true, only validation is performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation
bool validate_only = 6;Copyright © 2023 Google LLC. All rights reserved.