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, detailing its functionality in managing certificate maps for Target HTTPS Proxies across numerous different versions."],["The latest version of this class is identified as 3.6.0, while version 2.12.0 represents the current documentation's main version and provides detailed inheritance and implementation information."],["This `TargetHttpsProxiesSetCertificateMapRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["The class features a `CertificateMap` property, which is a string that represents the URL of a certificate map to be associated with a TargetHttpsProxy, and also offers a boolean `HasCertificateMap` property to verify whether the `certificate_map` field is set."],["The provided content outlines all of the available versions from 1.0.0 to the latest 3.6.0, and includes information about both the constructor(s) and properties of the `TargetHttpsProxiesSetCertificateMapRequest` class."]]],[]]