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."],[[["This webpage details the `GetTargetSslProxyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within the context of the .NET library."],["The `GetTargetSslProxyRequest` class is a request message used for retrieving details about a specific TargetSslProxy, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default one and another that takes an existing `GetTargetSslProxyRequest` object as a parameter."],["The class includes two key properties, `Project` and `TargetSslProxy`, both of which are strings and represent the project ID and the name of the TargetSslProxy resource, respectively."],["This page also contains a history of versions of the `GetTargetSslProxyRequest` class, from 1.0.0 up to 3.6.0, the latest version."]]],[]]