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.1.0 of the .NET library."],["The latest version of the library is 3.6.0, with the page providing links to various previous versions, ranging from 1.0.0 up to the most recent version."],["The `TargetHttpsProxiesSetCertificateMapRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling and object comparison."],["This class features two constructors and a `CertificateMap` property used for specifying the URL of the Certificate Map, alongside a corresponding `HasCertificateMap` property to determine if the certificate map field is set."],["The `CertificateMap` property is a `string` that stores the URL of the Certificate Map to be linked with the `TargetHttpsProxy`."]]],[]]