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-03-24 UTC."],[[["The webpage provides documentation for the `TargetHttpsProxiesSetCertificateMapRequest` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 up to the latest 3.6.0."],["The `TargetHttpsProxiesSetCertificateMapRequest` class, part of the Google Cloud Compute API, is a class used to associate a certificate map with a TargetHttpsProxy, implementing several interfaces for messaging, cloning, and equality checks."],["The `TargetHttpsProxiesSetCertificateMapRequest` class includes properties such as `CertificateMap` (a string for the URL of the certificate map) and `HasCertificateMap` (a boolean indicating if the `certificate_map` field is set)."],["The page lists the available versions for `TargetHttpsProxiesSetCertificateMapRequest` allowing users to find documentation specific to their version, the most recent version being indicated as 3.6.0."],["The `TargetHttpsProxiesSetCertificateMapRequest` class inherits from the `object` class and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]