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."],[[["This webpage provides documentation for the `GetSslCertificateRequest` class within the Compute Engine v1 API for .NET, specifically version 2.4.0."],["The `GetSslCertificateRequest` class is used to create a request message for retrieving an SSL certificate using the `SslCertificates.Get` method."],["The page lists all of the previous version of the documentation going back to version 1.0.0 with version 3.6.0 being the latest."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `GetSslCertificateRequest` class has two properties, `Project` and `SslCertificate`, both of which are strings and are used to specify the project ID and the name of the SSL certificate to be returned respectively."]]],[]]