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-04-09 UTC."],[[["This page provides documentation for the `GetSslCertificateRequest` class within the Compute Engine v1 API for .NET, specifically version 3.5.0."],["The `GetSslCertificateRequest` class is used to create a request message for retrieving SSL certificate details using the `SslCertificates.Get` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with several inherited members from the base object class."],["It also provides `Project` and `SslCertificate` properties, which are used to define the project ID and the name of the requested SSL certificate, respectively, and can both be accessed and set with a string."],["The documentation available includes a range of versions, from 1.0.0 to the most recent 3.6.0, for the google compute API, all available for `GetSslCertificateRequest`."]]],[]]