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"]],[["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."],[[["The latest version of the `GetTargetHttpProxyRequest` class is 3.6.0, and the page provides links to the documentation for versions dating back to 1.0.0."],["The `GetTargetHttpProxyRequest` class is part of the Google Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used to send a request for `TargetHttpProxies.Get` and is described as a request message, it also inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `GetTargetHttpProxyRequest` can be instantiated in 2 ways, either via the default constructor `GetTargetHttpProxyRequest()` or with another object of the same type `GetTargetHttpProxyRequest(GetTargetHttpProxyRequest other)`."],["The class `GetTargetHttpProxyRequest` contains two publicly accessible properties which are `Project`, a string representing the project ID, and `TargetHttpProxy`, a string representing the name of the resource."]]],[]]