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.13.0, and its corresponding documentation."],["The `TargetHttpsProxiesSetCertificateMapRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The page provides a list of all available versions for the `TargetHttpsProxiesSetCertificateMapRequest`, from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest version."],["The class contains two constructors: a default constructor and one that accepts another `TargetHttpsProxiesSetCertificateMapRequest` object as a parameter."],["The `TargetHttpsProxiesSetCertificateMapRequest` class has two properties, `CertificateMap` of type `string` used for the URL of the certificate map, and `HasCertificateMap` of type `bool`, which checks if the certificate map field has been set."]]],[]]