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."],[[["The latest version of the `GetRegionSslCertificateRequest` class is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["The `GetRegionSslCertificateRequest` class is part of the Google Cloud Compute Engine v1 API and is a request message for `RegionSslCertificates.Get` operations."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has three main properties: `Project`, `Region`, and `SslCertificate`, all of which are of string type and used to specify the project ID, region, and SSL certificate name, respectively."],["The GetRegionSslCertificateRequest class contains two constructors, one is parameterless and the other accepts a GetRegionSslCertificateRequest for parameter."]]],[]]