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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 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."]]],[]]