Reference documentation and code samples for the Google Cloud Domains V1alpha2 Client class RegisterParameters.
Parameters required to register a new domain.
Generated from protobuf message google.cloud.domains.v1alpha2.RegisterParameters
Namespace
Google \ Cloud \ Domains \ V1alpha2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ domain_name
string
The domain name. Unicode domain names are expressed in Punycode format.
↳ availability
int
Indicates whether the domain is available for registration. This value is accurate when obtained by calling RetrieveRegisterParameters
, but is approximate when obtained by calling SearchDomains
.
↳ supported_privacy
array
Contact privacy options that the domain supports.
↳ domain_notices
array
Notices about special properties of the domain.
↳ yearly_price
getDomainName
The domain name. Unicode domain names are expressed in Punycode format.
string
setDomainName
The domain name. Unicode domain names are expressed in Punycode format.
var
string
$this
getAvailability
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
int
setAvailability
Indicates whether the domain is available for registration. This value is
accurate when obtained by calling RetrieveRegisterParameters
, but is
approximate when obtained by calling SearchDomains
.
var
int
$this
getSupportedPrivacy
Contact privacy options that the domain supports.
setSupportedPrivacy
Contact privacy options that the domain supports.
var
int[]
$this
getDomainNotices
Notices about special properties of the domain.
setDomainNotices
Notices about special properties of the domain.
var
int[]
$this
getYearlyPrice
Price to register or renew the domain for one year.
hasYearlyPrice
clearYearlyPrice
setYearlyPrice
Price to register or renew the domain for one year.
$this

