public sealed class TargetSslProxiesSetCertificateMapRequest : IMessage<TargetSslProxiesSetCertificateMapRequest>, IEquatable<TargetSslProxiesSetCertificateMapRequest>, IDeepCloneable<TargetSslProxiesSetCertificateMapRequest>, IBufferMessage, IMessage
URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage details the `TargetSslProxiesSetCertificateMapRequest` class, used within the `Google.Cloud.Compute.V1` namespace for managing SSL proxy certificate maps."],["The latest available version is 3.6.0, with a history of versions available for review, ranging from 1.0.0 to 3.6.0."],["The `TargetSslProxiesSetCertificateMapRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `CertificateMap` property, which is a string representing the URL of the certificate map to associate with the TargetSslProxy, and a `HasCertificateMap` property, that is used to check whether the `certificate_map` field is set or not."],["The `TargetSslProxiesSetCertificateMapRequest` class can be constructed either as an empty instance or from another existing `TargetSslProxiesSetCertificateMapRequest` object."]]],[]]