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-21 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 class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `GetRegionSslCertificateRequest` class, one default and another that takes another `GetRegionSslCertificateRequest` instance as a parameter."],["The `GetRegionSslCertificateRequest` class features three key properties: `Project`, `Region`, and `SslCertificate`, which are all strings and necessary to retrieve a specific SSL certificate."],["This page also contains a list of the different versions available for the `GetRegionSslCertificateRequest` Class ranging from 1.0.0 to 3.6.0."]]],[]]