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 2.15.0, and its corresponding documentation."],["The latest version available is 3.6.0, and the page provides links to documentation for multiple previous versions, starting from 1.0.0 and up to 3.6.0."],["`TargetHttpsProxiesSetCertificateMapRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for robust message handling."],["The class has two constructors: a parameterless one and one that takes another `TargetHttpsProxiesSetCertificateMapRequest` object as an argument."],["The class includes a `CertificateMap` property of type string, which is the URL for a certificate map to associate with a TargetHttpsProxy and a boolean property, `HasCertificateMap` which indicates if the \"certificate_map\" field is set."]]],[]]