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 latest version available for the `GetSslCertificateRequest` class is 3.6.0, with multiple previous versions ranging down to 1.0.0 also available for reference."],["The `GetSslCertificateRequest` class is part of the Google.Cloud.Compute.V1 namespace and the Compute Engine v1 API, and is used as a request message for the SslCertificates.Get method."],["The class `GetSslCertificateRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class."],["This class includes properties to specify the project ID (`Project`) and the name of the SSL certificate resource (`SslCertificate`)."],["There are two constructors available for the class; a parameterless one and one that takes another instance of itself."]]],[]]