RegisterDomainRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for the RegisterDomain
method.
.. attribute:: parent
Required. The parent resource of the Registration
. Must
be in the format projects/*/locations/*
.
:type: str
Attributes | |
---|---|
Name | Description |
registration |
google.cloud.domains_v1beta1.types.Registration
Required. The complete Registration resource to be
created.
|
domain_notices |
Sequence[google.cloud.domains_v1beta1.types.DomainNotice]
The list of domain notices that you acknowledge. Call RetrieveRegisterParameters to see the notices that need
acknowledgement.
|
contact_notices |
Sequence[google.cloud.domains_v1beta1.types.ContactNotice]
The list of contact notices that the caller acknowledges. The notices required here depend on the values specified in registration.contact_settings .
|
yearly_price |
google.type.money_pb2.Money
Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls. |
validate_only |
bool
When true, only validation will be performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation |