public sealed class GetTargetSslProxyRequest : IMessage<GetTargetSslProxyRequest>, IEquatable<GetTargetSslProxyRequest>, IDeepCloneable<GetTargetSslProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetSslProxyRequest.
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 part of the Google Cloud Compute Engine v1 API and is used to request information about a specific TargetSslProxy."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and equality checks."],["The `GetTargetSslProxyRequest` class has two primary properties: `Project` (a string representing the project ID) and `TargetSslProxy` (a string representing the name of the target SSL proxy)."],["The latest version available for `GetTargetSslProxyRequest` is 3.6.0, while there are versions dating back to 1.0.0."],["This class inherits members from the base `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]