public sealed class GetTargetSslProxyRequest : IMessage<GetTargetSslProxyRequest>, IEquatable<GetTargetSslProxyRequest>, IDeepCloneable<GetTargetSslProxyRequest>, IBufferMessage, IMessage
A request message for TargetSslProxies.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 `GetTargetSslProxyRequest` class is a request message for retrieving information about a specific TargetSslProxy within the Google Cloud Compute API."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, with the listed content in the page showing the historical versions available."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities in the Protobuf library."],["The class includes properties `Project` and `TargetSslProxy`, which are strings representing the project ID and the name of the target SSL proxy resource, respectively."],["The latest version for this class is v3.6.0."]]],[]]