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 provides documentation for the `GetTargetSslProxyRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its use in the Google Cloud Compute API."],["The latest version available for `GetTargetSslProxyRequest` is 3.6.0, with historical versions listed from 1.0.0 up to this point, and links provided for each."],["`GetTargetSslProxyRequest` class is used to send a request to get details for a specific target SSL proxy and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Project` (Project ID) and `TargetSslProxy` (name of the resource) and includes inherited members from the base `Object` class."],["It offers two constructors: a default constructor `GetTargetSslProxyRequest()` and a copy constructor `GetTargetSslProxyRequest(GetTargetSslProxyRequest other)`."]]],[]]