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."],[[["This page details the `GetTargetHttpProxyRequest` class within the `Google.Cloud.Compute.V1` namespace, designed for handling requests to get Target HTTP proxies."],["The latest version available is 3.6.0, with a range of previous versions accessible, dating back to version 1.0.0."],["The `GetTargetHttpProxyRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `GetTargetHttpProxyRequest` instance as a parameter."],["Key properties include `Project`, to specify the project ID, and `TargetHttpProxy`, for the name of the target HTTP proxy resource."]]],[]]