public sealed class GetRegionSslCertificateRequest : IMessage<GetRegionSslCertificateRequest>, IEquatable<GetRegionSslCertificateRequest>, IDeepCloneable<GetRegionSslCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionSslCertificateRequest.
A request message for RegionSslCertificates.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 reference documentation for the `GetRegionSslCertificateRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment."],["The latest available version of the documentation is for version 3.6.0, with a variety of previous versions accessible down to version 1.0.0, while the currently displayed version is 2.16.0."],["The `GetRegionSslCertificateRequest` class, used for requesting details about a regional SSL certificate, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three primary properties: `Project` (for specifying the project ID), `Region` (for specifying the region), and `SslCertificate` (for specifying the name of the SSL certificate resource)."],["The documentation includes details on the class constructors, including a default constructor and one that takes another `GetRegionSslCertificateRequest` instance as a parameter, to create a clone."]]],[]]