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-24 UTC."],[[["The `GetRegionSslCertificateRequest` class is used to request details about an SSL certificate in a specific region, part of the `Google.Cloud.Compute.V1` namespace."],["This request class has been implemented in various versions, ranging from version 1.0.0 up to the latest version of 3.6.0, with each one accessible through their own specific endpoint."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherits from the base `Object` class."],["The class has properties for `Project`, `Region`, and `SslCertificate`, which are string types used to define the scope and target of the SSL certificate request."],["The class has 2 constructors, one default and one that takes in another `GetRegionSslCertificateRequest` object as an argument, which allow for creating either a default object or one that is based on a preexisting one."]]],[]]