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."],[[["This page details the `GetSslCertificateRequest` class within the `Google.Cloud.Compute.V1` namespace, used to request SSL certificate details."],["The latest version available is 3.6.0, but the page also provides links to multiple previous versions, dating back to 1.0.0, for reference."],["The `GetSslCertificateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities."],["The class has two constructors, a default constructor and one that accepts another `GetSslCertificateRequest` instance for initialization."],["The `GetSslCertificateRequest` class includes properties `Project` and `SslCertificate` to specify the project ID and the name of the SSL certificate to retrieve."]]],[]]