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."],[[["This webpage details the `TargetHttpsProxiesSetCertificateMapRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.0.0 of the library."],["The class is used to set a certificate map for a `TargetHttpsProxy` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetHttpsProxiesSetCertificateMapRequest` class has a `CertificateMap` property, which is a string that represents the URL of the Certificate Map to be associated with the `TargetHttpsProxy`."],["The page provides access to documentation for the `TargetHttpsProxiesSetCertificateMapRequest` class across multiple versions of the `Google.Cloud.Compute.V1` library, ranging from version 1.0.0 to 3.6.0 (latest)."],["It is possible to access the inherited members of the `object` class, as the `TargetHttpsProxiesSetCertificateMapRequest` class inherits from it, as well as utilizing its constructors."]]],[]]