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-31 UTC."],[[["This webpage provides reference documentation for the `GetRegionSslCertificateRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version available is 3.6.0, and the documentation includes a history of versions from 1.0.0 up to the current version 3.6.0, with the current documentation focused on version 3.4.0."],["`GetRegionSslCertificateRequest` is used to request an SSL certificate from a specific region and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRegionSslCertificateRequest` class includes properties for `Project`, `Region`, and `SslCertificate`, allowing users to define the project ID, region name, and SSL certificate name for their request."],["The documentation page includes a full history of the class from version 1.0.0 up to version 3.6.0, and details its constructors, including a default constructor and one that accepts another instance of the class for copying."]]],[]]