public sealed class GetRegionSslCertificateRequest : IMessage<GetRegionSslCertificateRequest>, IEquatable<GetRegionSslCertificateRequest>, IDeepCloneable<GetRegionSslCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionSslCertificateRequest.
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-31 UTC."],[[["The latest version of the `GetRegionSslCertificateRequest` documentation is 3.6.0, with a range of previous versions available from 1.0.0 to 3.5.0, each linking to its specific documentation."],["`GetRegionSslCertificateRequest` is a class within the Compute Engine v1 API, specifically designed for retrieving regional SSL certificate details, as described in the method description."],["This class `GetRegionSslCertificateRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality comparison, deep cloning, and buffer management."],["`GetRegionSslCertificateRequest` includes properties for `Project`, `Region`, and `SslCertificate`, which are all strings and are essential for specifying the request scope and the target SSL certificate."],["The `GetRegionSslCertificateRequest` class has 2 constructors, one with no parameters, and another that takes another `GetRegionSslCertificateRequest` parameter."]]],[]]