public sealed class GetRegionTargetHttpProxyRequest : IMessage<GetRegionTargetHttpProxyRequest>, IEquatable<GetRegionTargetHttpProxyRequest>, IDeepCloneable<GetRegionTargetHttpProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionTargetHttpProxyRequest.
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-21 UTC."],[[["This page provides reference documentation for the `GetRegionTargetHttpProxyRequest` class in the Google Compute Engine v1 API, specifically within the .NET environment."],["The latest version of the documentation is for version 3.6.0, with a range of previous versions from 3.5.0 down to 1.0.0 also available for reference."],["`GetRegionTargetHttpProxyRequest` is used to create a request for the RegionTargetHttpProxies.Get method, and it implements several interfaces, including IMessage, IEquatable, and IDeepCloneable."],["The class has three key properties: `Project` (Project ID), `Region` (Region Name), and `TargetHttpProxy` (Target HTTP Proxy Resource Name), all as strings, to define a request."],["The class is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]