public sealed class GetRegionTargetHttpProxyRequest : IMessage<GetRegionTargetHttpProxyRequest>, IEquatable<GetRegionTargetHttpProxyRequest>, IDeepCloneable<GetRegionTargetHttpProxyRequest>, IBufferMessage, IMessage
A request message for RegionTargetHttpProxies.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-24 UTC."],[[["This webpage details the `GetRegionTargetHttpProxyRequest` class, which is a request message for RegionTargetHttpProxies.Get, in the Google Cloud Compute V1 API."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from Object."],["There are multiple versions available for this class, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest."],["The class has three main properties: `Project`, `Region`, and `TargetHttpProxy`, all of which are strings and used to define the specific resource being requested."],["The `GetRegionTargetHttpProxyRequest` class has two constructors, one empty and one that takes another `GetRegionTargetHttpProxyRequest` as a parameter."]]],[]]