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 `RegionTargetHttpsProxiesSetSslCertificatesRequest` class is available in multiple versions, with the latest being 3.6.0, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, found in the `Google.Cloud.Compute.V1` namespace and `Google.Cloud.Compute.V1.dll` assembly, handles requests for setting SSL certificates for Region Target HTTPS Proxies."],["The class includes a `SslCertificates` property, which is a `RepeatedField` of strings, to manage the set of SSL certificates associated with the Target HTTPS Proxy."],["The `RegionTargetHttpsProxiesSetSslCertificatesRequest` class has two constructors: a default constructor and one that takes another `RegionTargetHttpsProxiesSetSslCertificatesRequest` instance as a parameter for copying."],["The class inherits from the `Object` class and has access to its inherited members including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]