public sealed class GetRegionSslCertificateRequest : IMessage<GetRegionSslCertificateRequest>, IEquatable<GetRegionSslCertificateRequest>, IDeepCloneable<GetRegionSslCertificateRequest>, IBufferMessage, IMessage
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 details the `GetRegionSslCertificateRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting SSL certificates in a specific region."],["The latest version available for `GetRegionSslCertificateRequest` is 3.6.0, with a history of versions going as far back as 1.0.0 available."],["The `GetRegionSslCertificateRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class contains three properties that are `Project`, `Region`, and `SslCertificate` all of which are type string."],["The class contains two constructors that are the default constructor, and one that takes in another `GetRegionSslCertificateRequest` as an argument."]]],[]]