Google Cloud Certificate Manager V1 Client - Class DeleteCertificateMapRequest (1.1.2)

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

Request for the DeleteCertificateMap method.

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

Namespace

Google \ Cloud \ CertificateManager \ V1

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

getName

Required. A name of the certificate map to delete. Must be in the format projects/*/locations/*/certificateMaps/*.

Returns
Type Description
string

setName

Required. A name of the certificate map to delete. Must be in the format projects/*/locations/*/certificateMaps/*.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. A name of the certificate map to delete. Must be in the format projects/*/locations/*/certificateMaps/*. Please see CertificateManagerClient::certificateMapName() for help formatting this field.

Returns
Type Description
DeleteCertificateMapRequest