Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class RetrieveTransferParametersRequest.
Request for the RetrieveTransferParameters
method.
Generated from protobuf message google.cloud.domains.v1alpha2.RetrieveTransferParametersRequest
Methods
__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 |