public sealed class GetRegionSslCertificateRequest : IMessage<GetRegionSslCertificateRequest>, IEquatable<GetRegionSslCertificateRequest>, IDeepCloneable<GetRegionSslCertificateRequest>, IBufferMessage, IMessage
A request message for RegionSslCertificates.Get. See the method description for details.
[[["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 `GetRegionSslCertificateRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to retrieve information about SSL certificates in a specific region."],["The `GetRegionSslCertificateRequest` class has versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version, and can be found in the Google.Cloud.Compute.V1.dll assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionSslCertificateRequest` class includes properties like `Project`, `Region`, and `SslCertificate`, which are strings used to specify the request parameters."],["The class has two constructors: a default constructor `GetRegionSslCertificateRequest()` and an overload constructor `GetRegionSslCertificateRequest(GetRegionSslCertificateRequest other)` that accepts another `GetRegionSslCertificateRequest` object as input."]]],[]]