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."],[[["The latest version available for `GetTargetHttpProxyRequest` is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."],["`GetTargetHttpProxyRequest` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for request message management, equality comparison, deep cloning, and buffer handling."],["This class offers two constructors: a parameterless constructor and one that takes another `GetTargetHttpProxyRequest` object as a parameter, allowing for initialization and cloning."],["It contains two key properties, `Project` and `TargetHttpProxy`, both strings, which represent the project ID and the name of the TargetHttpProxy resource to be retrieved."],["The history for the class goes as far back as version 1.0.0 and has many other versions in between the present and that initial build."]]],[]]