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-24 UTC."],[[["This webpage provides reference documentation for the `GetSslCertificateRequest` class within the Compute Engine v1 API, specifically under the `Google.Cloud.Compute.V1` namespace for .NET."],["The class `GetSslCertificateRequest` is a request message for the `SslCertificates.Get` method and is used to retrieve details about a specific SSL certificate."],["The webpage lists available versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to navigate to the documentation for a specific version."],["The class `GetSslCertificateRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetSslCertificateRequest` class exposes two properties, `Project` and `SslCertificate`, which are string types used to specify the project ID and SSL certificate name for the request, respectively."]]],[]]