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."],[[["The `GetRegionSslCertificateRequest` class in the Google.Cloud.Compute.V1 API allows users to request information about an SSL certificate within a specific region."],["This page provides documentation for the `GetRegionSslCertificateRequest` class, including its constructors, properties (Project, Region, SslCertificate), inherited members, and implemented interfaces."],["The most current version of the API listed is 3.6.0, but this documentation is specifically for version 2.14.0, and versions range from 1.0.0 to 3.6.0."],["This class implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, enabling it to handle message serialization, equality checks, deep cloning, and buffered message operations."],["The `GetRegionSslCertificateRequest` class has three main properties, Project, Region and SslCertificate, which are used to specify which Project ID, Region, and SslCertificate you are requesting, with each property of type string."]]],[]]