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, used to request information about Target HTTP Proxies."],["The `GetTargetHttpProxyRequest` class has been implemented with multiple interfaces for managing messages and object comparison, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API documented is 3.6.0, but the page provides documentation for a range of previous versions, starting from 1.0.0 to 3.5.0."],["The class includes two constructors, `GetTargetHttpProxyRequest()`, and `GetTargetHttpProxyRequest(GetTargetHttpProxyRequest other)` which it takes another instance of itself."],["It has two properties, `Project`, the project ID for the request, and `TargetHttpProxy`, which contains the name of the TargetHttpProxy resource."]]],[]]