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-24 UTC."],[[["This webpage provides reference documentation for the `GetRegionSslCertificateRequest` class within the Google Cloud Compute Engine v1 API, specifically in the .NET context."],["The documentation covers multiple versions of the `GetRegionSslCertificateRequest` class, ranging from version 1.0.0 to the latest version, 3.6.0, allowing users to select their appropriate version."],["The `GetRegionSslCertificateRequest` class is a request message for retrieving details about an SSL certificate within a specific region, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetRegionSslCertificateRequest` class include `Project`, `Region`, and `SslCertificate`, all of which are strings used to specify the project, region, and certificate name for the request."],["The webpage offers constructors for creating an instance of `GetRegionSslCertificateRequest` as well as the implemented interfaces and inherited members of the class."]]],[]]