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."],[[["The `GetRegionSslCertificateRequest` class is a request message for retrieving details about a Region SSL certificate, as part of the Google Cloud Compute API, specifically under `Google.Cloud.Compute.V1` namespace."],["The latest version of the API referenced is 3.6.0, and the content lists all versions from 1.0.0 to the most current version, with corresponding links."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality like message handling, equality checks, deep cloning, and buffer operations."],["The `GetRegionSslCertificateRequest` class has public string properties, such as `Project`, `Region`, and `SslCertificate`, which are essential for specifying the project, region, and the specific SSL certificate you wish to get."],["There are two constructors provided, one being the default, and the other taking an instance of itself for creating a copy of a `GetRegionSslCertificateRequest` object."]]],[]]