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-04-02 UTC."],[[["The `GetTargetSslProxyRequest` class is a request message for retrieving information about a TargetSslProxy, as part of the Google Cloud Compute V1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["There are two constructors available for creating `GetTargetSslProxyRequest` objects, a default constructor and a copy constructor."],["The class includes two properties, `Project` and `TargetSslProxy`, both of type string, used to define the project ID and the name of the target SSL proxy to be returned, respectively."],["The content provides a range of available versions for the API, spanning from version 1.0.0 to the latest version, 3.6.0, allowing users to use different versions."]]],[]]