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-31 UTC."],[[["The latest version of the `GetSslCertificateRequest` class is 3.6.0, and the documentation provides links to various past versions, including 3.5.0, 3.4.0, 3.3.0, 3.2.0, all the way down to 1.0.0."],["`GetSslCertificateRequest` is a class used for requesting an SSL certificate from the Compute Engine v1 API, according to the method description."],["The class `GetSslCertificateRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that accepts another `GetSslCertificateRequest` instance."],["The `GetSslCertificateRequest` class includes two key properties: `Project` which is a string representing the Project ID, and `SslCertificate`, a string that indicates the name of the requested SslCertificate resource."]]],[]]