Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::RetrieveRegisterParametersRequest.
Request for the RetrieveRegisterParameters
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domain_name
def domain_name() -> ::String
Returns
- (::String) — Required. The domain name. Unicode domain names must be expressed in Punycode format.
#domain_name=
def domain_name=(value) -> ::String
Parameter
- value (::String) — Required. The domain name. Unicode domain names must be expressed in Punycode format.
Returns
- (::String) — Required. The domain name. Unicode domain names must be expressed in Punycode format.
#location
def location() -> ::String
Returns
-
(::String) — Required. The location. Must be in the format
projects/*/locations/*
.
#location=
def location=(value) -> ::String
Parameter
-
value (::String) — Required. The location. Must be in the format
projects/*/locations/*
.
Returns
-
(::String) — Required. The location. Must be in the format
projects/*/locations/*
.