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 documentation for the `GetRegionSslCertificateRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["The `GetRegionSslCertificateRequest` class is used to create a request message for retrieving SSL certificate information in a specific region, as part of the `RegionSslCertificates.Get` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffered message handling within the API."],["The class has properties such as `Project`, `Region`, and `SslCertificate`, which are strings used to specify the project ID, region name, and SSL certificate name respectively for the `GetRegionSslCertificateRequest`."],["The latest version of the `GetRegionSslCertificateRequest` available is 3.6.0, and it is possible to consult the documenation for other versions, all the way down to version 1.0.0."]]],[]]