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

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

Defines a collection of certificate configurations.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*.

↳ description string

One or more paragraphs of text description of a certificate map.

↳ create_time Google\Protobuf\Timestamp

Output only. The creation timestamp of a Certificate Map.

↳ update_time Google\Protobuf\Timestamp

Output only. The update timestamp of a Certificate Map.

↳ labels array|Google\Protobuf\Internal\MapField

Set of labels associated with a Certificate Map.

↳ gclb_targets array<Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget>

Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.

getName

A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*.

Returns
TypeDescription
string

setName

A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

One or more paragraphs of text description of a certificate map.

Returns
TypeDescription
string

setDescription

One or more paragraphs of text description of a certificate map.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The creation timestamp of a Certificate Map.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The creation timestamp of a Certificate Map.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The update timestamp of a Certificate Map.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The update timestamp of a Certificate Map.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLabels

Set of labels associated with a Certificate Map.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Set of labels associated with a Certificate Map.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getGclbTargets

Output only. A list of GCLB targets that use this Certificate Map.

A Target Proxy is only present on this list if it's attached to a Forwarding Rule.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGclbTargets

Output only. A list of GCLB targets that use this Certificate Map.

A Target Proxy is only present on this list if it's attached to a Forwarding Rule.

Parameter
NameDescription
var array<Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget>
Returns
TypeDescription
$this