public sealed class TargetHttpsProxiesSetCertificateMapRequest : IMessage<TargetHttpsProxiesSetCertificateMapRequest>, IEquatable<TargetHttpsProxiesSetCertificateMapRequest>, IDeepCloneable<TargetHttpsProxiesSetCertificateMapRequest>, IBufferMessage, IMessage
[[["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 `TargetHttpsProxiesSetCertificateMapRequest` class is used to manage the association of a Certificate Map with a TargetHttpsProxy within the Google Cloud Compute V1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is located within the `Google.Cloud.Compute.V1.dll` assembly."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various serialization and comparison contexts."],["The `CertificateMap` property, which is a string type, holds the URL of the Certificate Map that will be associated with a TargetHttpsProxy, with `HasCertificateMap` indicating if the field is set."],["There are multiple available versions of `TargetHttpsProxiesSetCertificateMapRequest`, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest version."]]],[]]