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 page lists the different versions of `TargetSslProxiesSetCertificateMapRequest`, from version 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["The `TargetSslProxiesSetCertificateMapRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The `TargetSslProxiesSetCertificateMapRequest` class has properties such as `CertificateMap`, which holds the URL for the associated certificate map, and `HasCertificateMap`, which indicates if the `certificate_map` field has been set."],["The two constructors of this class are a default one, and one that takes another instance of the same class type as a parameter."]]],[]]