public sealed class GetSslCertificateRequest : IMessage<GetSslCertificateRequest>, IEquatable<GetSslCertificateRequest>, IDeepCloneable<GetSslCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSslCertificateRequest.
A request message for SslCertificates.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."],[[["The `GetSslCertificateRequest` class is a request message for the `SslCertificates.Get` method within the Compute Engine v1 API, used to retrieve details about an SSL certificate."],["This page provides documentation for version 2.17.0 of the `GetSslCertificateRequest` class, along with links to documentation for other versions of the API, including the latest version 3.6.0."],["The class `GetSslCertificateRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another for copying from an existing `GetSslCertificateRequest` instance."],["It contains two key properties, `Project` and `SslCertificate`, which are used to identify the project and the specific SSL certificate to retrieve, respectively, in the form of strings."]]],[]]