Class: Google::Cloud::Domains::V1beta1::RegisterDomainRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::RegisterDomainRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Request for the RegisterDomain
method.
Instance Attribute Summary collapse
-
#contact_notices ⇒ ::Array<::Google::Cloud::Domains::V1beta1::ContactNotice>
The list of contact notices that the caller acknowledges.
-
#domain_notices ⇒ ::Array<::Google::Cloud::Domains::V1beta1::DomainNotice>
The list of domain notices that you acknowledge.
-
#parent ⇒ ::String
Required.
-
#registration ⇒ ::Google::Cloud::Domains::V1beta1::Registration
Required.
-
#validate_only ⇒ ::Boolean
When true, only validation is performed, without actually registering the domain.
-
#yearly_price ⇒ ::Google::Type::Money
Required.
Instance Attribute Details
#contact_notices ⇒ ::Array<::Google::Cloud::Domains::V1beta1::ContactNotice>
Returns The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
registration.contact_settings
.
504 505 506 507 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 504 class RegisterDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#domain_notices ⇒ ::Array<::Google::Cloud::Domains::V1beta1::DomainNotice>
Returns The list of domain notices that you acknowledge. Call
RetrieveRegisterParameters
to see the notices that need acknowledgement.
504 505 506 507 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 504 class RegisterDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the Registration
. Must be in the
format projects/*/locations/*
.
504 505 506 507 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 504 class RegisterDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#registration ⇒ ::Google::Cloud::Domains::V1beta1::Registration
Returns Required. The complete Registration
resource to be created.
504 505 506 507 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 504 class RegisterDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns When true, only validation is performed, without actually registering the domain. Follows: https://cloud.google.com/apis/design/design_patterns#request_validation.
504 505 506 507 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 504 class RegisterDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#yearly_price ⇒ ::Google::Type::Money
Returns Required. Yearly price to register or renew the domain. The value that should be put here can be obtained from RetrieveRegisterParameters or SearchDomains calls.
504 505 506 507 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 504 class RegisterDomainRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |