Reference documentation and code samples for the Google Cloud Domains V1 Client class RetrieveRegisterParametersRequest.
Request for the RetrieveRegisterParameters
method.
Generated from protobuf message google.cloud.domains.v1.RetrieveRegisterParametersRequest
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ domain_name |
string
Required. The domain name. Unicode domain names must be expressed in Punycode format. |
↳ location |
string
Required. The location. Must be in the format |
getDomainName
Required. The domain name. Unicode domain names must be expressed in Punycode format.
Returns | |
---|---|
Type | Description |
string |
setDomainName
Required. The domain name. Unicode domain names must be expressed in Punycode format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
Required. The location. Must be in the format projects/*/locations/*
.
Returns | |
---|---|
Type | Description |
string |
setLocation
Required. The location. Must be in the format projects/*/locations/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
location |
string
Required. The location. Must be in the format |
domainName |
string
Required. The domain name. Unicode domain names must be expressed in Punycode format. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Domains\V1\RetrieveRegisterParametersRequest |