Google Cloud Certificate Manager V1 Client - Class CreateCertificateMapEntryRequest (0.4.2)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class CreateCertificateMapEntryRequest.

Request for the CreateCertificateMapEntry method.

Generated from protobuf message google.cloud.certificatemanager.v1.CreateCertificateMapEntryRequest

Namespace

Google \ Cloud \ CertificateManager \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the certificate map entry. Must be in the format projects/*/locations/*/certificateMaps/*.

↳ certificate_map_entry_id string

Required. A user-provided name of the certificate map entry.

↳ certificate_map_entry Google\Cloud\CertificateManager\V1\CertificateMapEntry

Required. A definition of the certificate map entry to create.

getParent

Required. The parent resource of the certificate map entry. Must be in the format projects/*/locations/*/certificateMaps/*.

Returns
TypeDescription
string

setParent

Required. The parent resource of the certificate map entry. Must be in the format projects/*/locations/*/certificateMaps/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCertificateMapEntryId

Required. A user-provided name of the certificate map entry.

Returns
TypeDescription
string

setCertificateMapEntryId

Required. A user-provided name of the certificate map entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCertificateMapEntry

Required. A definition of the certificate map entry to create.

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

hasCertificateMapEntry

clearCertificateMapEntry

setCertificateMapEntry

Required. A definition of the certificate map entry to create.

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

static::build

Parameters
NameDescription
parent string

Required. The parent resource of the certificate map entry. Must be in the format projects/*/locations/*/certificateMaps/*. Please see Google\Cloud\CertificateManager\V1\CertificateManagerClient::certificateMapName() for help formatting this field.

certificateMapEntry Google\Cloud\CertificateManager\V1\CertificateMapEntry

Required. A definition of the certificate map entry to create.

certificateMapEntryId string

Required. A user-provided name of the certificate map entry.

Returns
TypeDescription
Google\Cloud\CertificateManager\V1\CreateCertificateMapEntryRequest