public sealed class TargetHttpsProxiesSetCertificateMapRequest : IMessage<TargetHttpsProxiesSetCertificateMapRequest>, IEquatable<TargetHttpsProxiesSetCertificateMapRequest>, IDeepCloneable<TargetHttpsProxiesSetCertificateMapRequest>, IBufferMessage, IMessage
URL of the Certificate Map to associate with this TargetHttpsProxy. 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-04-09 UTC."],[[["This webpage details the `TargetHttpsProxiesSetCertificateMapRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.5.0, and its associated versions."],["The `TargetHttpsProxiesSetCertificateMapRequest` class is used to request the setting of a certificate map for a Target Https Proxy, and is derived from multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a constructor that can be called without parameters or that accepts another `TargetHttpsProxiesSetCertificateMapRequest` object as an argument, for potential object cloning."],["It includes a `CertificateMap` property of type string that allows users to set the URL of the Certificate Map they want associated with the `TargetHttpsProxy`, and a `HasCertificateMap` property to check if it is set."],["The webpage also includes versions of this class ranging from version 1.0.0 up to version 3.6.0, allowing users to see the evolution of the class."]]],[]]