public sealed class RegionTargetHttpsProxiesSetSslCertificatesRequest : IMessage<RegionTargetHttpsProxiesSetSslCertificatesRequest>, IEquatable<RegionTargetHttpsProxiesSetSslCertificatesRequest>, IDeepCloneable<RegionTargetHttpsProxiesSetSslCertificatesRequest>, 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 webpage details the `RegionTargetHttpsProxiesSetSslCertificatesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET development."],["This class is a request type for managing SSL certificates associated with TargetHttpsProxy resources and is found in the `Google.Cloud.Compute.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["It offers two constructors: a default constructor and one that takes another `RegionTargetHttpsProxiesSetSslCertificatesRequest` object as a parameter, facilitating object duplication."],["The `SslCertificates` property allows for the association of multiple SslCertificate resources with a TargetHttpsProxy, where this is represented as a `RepeatedField` of strings."]]],[]]