Google Cloud Certificate Manager V1 Client - Class CreateDnsAuthorizationRequest (0.3.7)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the dns authorization. Must be in the format projects/*/locations/*.

↳ 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
TypeDescription
string

setParent

Required. The parent resource of the dns authorization. Must be in the format projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDnsAuthorizationId

Required. A user-provided name of the dns authorization.

Returns
TypeDescription
string

setDnsAuthorizationId

Required. A user-provided name of the dns authorization.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDnsAuthorization

Required. A definition of the dns authorization to create.

Returns
TypeDescription
Google\Cloud\CertificateManager\V1\DnsAuthorization|null

hasDnsAuthorization

clearDnsAuthorization

setDnsAuthorization

Required. A definition of the dns authorization to create.

Parameter
NameDescription
var Google\Cloud\CertificateManager\V1\DnsAuthorization
Returns
TypeDescription
$this