public sealed class GetTargetHttpProxyRequest : IMessage<GetTargetHttpProxyRequest>, IEquatable<GetTargetHttpProxyRequest>, IDeepCloneable<GetTargetHttpProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetHttpProxyRequest.
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."],[[["This webpage provides reference documentation for the `GetTargetHttpProxyRequest` class within the Compute Engine v1 API, specifically for the .NET environment."],["The content details the various versions of the API, with version 3.6.0 being the latest, and also covers all the way back to version 1.0.0."],["The `GetTargetHttpProxyRequest` class is used to construct a request for retrieving a TargetHttpProxy resource and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `object` class, and it also includes two constructors, one empty and one taking another `GetTargetHttpProxyRequest` as a parameter."],["Key properties of this class are `Project` and `TargetHttpProxy`, which are both string types and correspond to the Project ID and the name of the TargetHttpProxy resource, respectively."]]],[]]