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 `GetSslCertificateRequest` class is a request message for the `SslCertificates.Get` method within the Compute Engine v1 API, used to retrieve details about an SSL certificate."],["This document provides reference documentation for the `GetSslCertificateRequest` class, including its inheritance, implemented interfaces, namespace (`Google.Cloud.Compute.V1`), assembly (`Google.Cloud.Compute.V1.dll`), constructors, and properties (`Project` and `SslCertificate`)."],["The latest available version is 3.6.0 and all version history from 1.0.0 to the latest is documented, with version 3.4.0 being the version that is currently highlighted in the documentation."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparison, deep cloning, and buffer operations."],["The properties Project and SslCertificate are of type string and are used respectively to identify the request's Project ID, and the name of the SSL certificate to be returned."]]],[]]