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
Namespace
Google \ Cloud \ CertificateManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
string |
setName
A user-defined name of the Certificate Map. Certificate Map names must be
unique globally and match pattern
projects/*/locations/*/certificateMaps/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
One or more paragraphs of text description of a certificate map.
Returns | |
---|---|
Type | Description |
string |
setDescription
One or more paragraphs of text description of a certificate map.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. The creation timestamp of a Certificate Map.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. The creation timestamp of a Certificate Map.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. The update timestamp of a Certificate Map.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update timestamp of a Certificate Map.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
Set of labels associated with a Certificate Map.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
Set of labels associated with a Certificate Map.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget>
|
Returns | |
---|---|
Type | Description |
$this |