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."],[[["This page provides documentation for the `GetRegionSslCertificateRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the current version being 2.4.0, however it also includes documentation for various other versions."],["`GetRegionSslCertificateRequest` is used as a request message for the `RegionSslCertificates.Get` method, detailing how to retrieve information about SSL certificates within a specified region, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Project`, `Region`, and `SslCertificate`, which are strings and represent the project ID, the region name, and the SSL certificate name to be returned, respectively, all of which are required to make the request."],["The document shows that the class inherits from the `Object` class, and lists several inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Constructors are available for both creating a new instance and copying an existing `GetRegionSslCertificateRequest` object."]]],[]]