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 document provides reference documentation for the `GetRegionSslCertificateRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to 1.0.0."],["The `GetRegionSslCertificateRequest` class is a request message used for retrieving details about a specific SSL certificate within a given region, as part of the RegionSslCertificates.Get API method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `Object` class, giving it a variety of functionalities."],["It features constructors for creating instances of the class, either as a default instance or as a copy of another `GetRegionSslCertificateRequest` object, as well as properties for setting the project ID, the region name, and the specific SSL certificate name to look for."],["The document outlines a version history ranging from version 1.0.0 to the current latest 3.6.0, detailing how to access the documentation for each of the many versions in between, all pertaining to the same `GetRegionSslCertificateRequest`."]]],[]]