public sealed class GetSslCertificateRequest : IMessage<GetSslCertificateRequest>, IEquatable<GetSslCertificateRequest>, IDeepCloneable<GetSslCertificateRequest>, IBufferMessage, IMessage
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 latest version of `GetSslCertificateRequest` is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available."],["`GetSslCertificateRequest` is a request message used for retrieving SSL certificate details, as part of the `Google.Cloud.Compute.V1` namespace."],["The `GetSslCertificateRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["It includes properties for `Project` and `SslCertificate`, enabling the specification of the project ID and the SSL certificate resource name to retrieve."]]],[]]