Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class CreateDnsAuthorizationRequest.
Request for the CreateDnsAuthorization
method.
Generated from protobuf message google.cloud.certificatemanager.v1.CreateDnsAuthorizationRequest
Namespace
Google \ Cloud \ CertificateManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the dns authorization. Must be in the format |
↳ dns_authorization_id |
string
Required. A user-provided name of the dns authorization. |
↳ dns_authorization |
Google\Cloud\CertificateManager\V1\DnsAuthorization
Required. A definition of the dns authorization to create. |
getParent
Required. The parent resource of the dns authorization. Must be in the
format projects/*/locations/*
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the dns authorization. Must be in the
format projects/*/locations/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDnsAuthorizationId
Required. A user-provided name of the dns authorization.
Returns | |
---|---|
Type | Description |
string |
setDnsAuthorizationId
Required. A user-provided name of the dns authorization.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDnsAuthorization
Required. A definition of the dns authorization to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\CertificateManager\V1\DnsAuthorization|null |
hasDnsAuthorization
clearDnsAuthorization
setDnsAuthorization
Required. A definition of the dns authorization to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CertificateManager\V1\DnsAuthorization
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the dns authorization. Must be in the
format |
dnsAuthorization |
Google\Cloud\CertificateManager\V1\DnsAuthorization
Required. A definition of the dns authorization to create. |
dnsAuthorizationId |
string
Required. A user-provided name of the dns authorization. |
Returns | |
---|---|
Type | Description |
Google\Cloud\CertificateManager\V1\CreateDnsAuthorizationRequest |