public sealed class TargetSslProxiesSetCertificateMapRequest : IMessage<TargetSslProxiesSetCertificateMapRequest>, IEquatable<TargetSslProxiesSetCertificateMapRequest>, IDeepCloneable<TargetSslProxiesSetCertificateMapRequest>, IBufferMessage, IMessage
URL of the Certificate Map to associate with this TargetSslProxy. 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-31 UTC."],[[["The latest version available for `TargetSslProxiesSetCertificateMapRequest` is 3.6.0, with multiple previous versions dating back to 1.0.0, all accessible via their respective documentation links."],["`TargetSslProxiesSetCertificateMapRequest` is a class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `TargetSslProxiesSetCertificateMapRequest` is located within the `Google.Cloud.Compute.V1` namespace, as part of the `Google.Cloud.Compute.V1.dll` assembly."],["The `TargetSslProxiesSetCertificateMapRequest` class includes constructors for both default instantiation and copying from another instance, and it contains properties like `CertificateMap` (a string representing the URL of the associated certificate map) and `HasCertificateMap` (a boolean indicating whether the `certificate_map` field is set)."]]],[]]