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 webpage provides documentation for the `GetSslCertificateRequest` class within the Google.Cloud.Compute.V1 API, specifically version 3.0.0 and earlier versions of the API."],["`GetSslCertificateRequest` is a request message used for the `SslCertificates.Get` method in the Compute Engine v1 API, and the latest version of this request is 3.6.0."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has properties for `Project` and `SslCertificate`, which represent the project ID and the name of the SslCertificate resource, respectively, and each are string types."],["The documentation provides access to previous versions of the API back to version 1.0.0, allowing developers to access documentation and use legacy code samples."]]],[]]