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."],[[["The `GetSslCertificateRequest` class is a request message for the `SslCertificates.Get` method within the Compute Engine v1 API, used to retrieve details about a specific SSL certificate."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The latest version of this resource is `3.6.0`, with various previous versions available, spanning from `3.5.0` to `1.0.0`, and the currently viewed documentation is for version `2.14.0`."],["The class `GetSslCertificateRequest` has two properties, `Project` and `SslCertificate`, both of type string, which are used to specify the project ID and the name of the SSL certificate resource, respectively."]]],[]]