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-31 UTC."],[[["This webpage details the `TargetSslProxiesSetCertificateMapRequest` class, used within the `Google.Cloud.Compute.V1` namespace for managing SSL proxy certificate maps."],["The latest documented version for this class is 3.6.0, with versions ranging from 1.0.0 up to the latest, providing a comprehensive history of its development."],["The `TargetSslProxiesSetCertificateMapRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key functionalities include setting the `CertificateMap` property, which specifies the URL of the Certificate Map for a `TargetSslProxy`, and also checking if the field is currently set via `HasCertificateMap`."],["The class offers two constructors: a default constructor and another that accepts an existing `TargetSslProxiesSetCertificateMapRequest` instance for copying its properties."]]],[]]