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."],[[["This webpage provides documentation for the `GetSslCertificateRequest` class within the Google Cloud Compute Engine v1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `GetSslCertificateRequest` class is used to retrieve details about a specific SSL certificate, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one and one that accepts another `GetSslCertificateRequest` instance, which take one parameter 'other' that is type `GetSslCertificateRequest`."],["The class contains two properties, `Project` and `SslCertificate`, both being strings that contain information regarding the project ID and the name of the SSL resource respectively."],["This class inherits from the base `object` class, as well as from various other interfaces, and is found in the namespace `Google.Cloud.Compute.V1`, contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]