public sealed class GetTargetHttpProxyRequest : IMessage<GetTargetHttpProxyRequest>, IEquatable<GetTargetHttpProxyRequest>, IDeepCloneable<GetTargetHttpProxyRequest>, IBufferMessage, IMessage
A request message for TargetHttpProxies.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 `GetTargetHttpProxyRequest` class is a request message used for retrieving information about a specific Target HTTP Proxy in Google Cloud Compute."],["The latest version of the library documented is 3.6.0, with a list of available versions ranging from 1.0.0 to 3.6.0, and the current documentation is for version 2.1.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["It inherits from the base `Object` class and provides two constructors: a default constructor and one that takes another `GetTargetHttpProxyRequest` instance."],["The class includes properties for `Project` and `TargetHttpProxy`, which are strings and represent the project ID and the target HTTP proxy name, respectively."]]],[]]