public sealed class GetSslCertificateRequest : IMessage<GetSslCertificateRequest>, IEquatable<GetSslCertificateRequest>, IDeepCloneable<GetSslCertificateRequest>, IBufferMessage, IMessage
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 details the `GetSslCertificateRequest` class within the `Google.Cloud.Compute.V1` namespace, including various versions from 1.0.0 to 3.6.0 (latest) and the 2.1.0 version the page is under."],["The `GetSslCertificateRequest` class is a request message for retrieving SSL certificate information, designed for use with the `SslCertificates.Get` method, and it inherits from `Object` and implements several interfaces."],["The class provides two constructors, one default and one that accepts another `GetSslCertificateRequest` object for copying, and has two main properties: `Project` and `SslCertificate`."],["The `Project` property allows setting and getting a string value for the project ID, while the `SslCertificate` property sets and gets a string value for the SSL certificate's resource name."]]],[]]