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-24 UTC."],[[["This page provides documentation for the `GetRegionTargetHttpProxyRequest` class within the Google.Cloud.Compute.V1 API, specifically version 3.4.0."],["The latest version of the API for `GetRegionTargetHttpProxyRequest` is 3.6.0, with numerous prior versions available, starting from 1.0.0 and up to 3.6.0."],["`GetRegionTargetHttpProxyRequest` is a request message used to retrieve details about a specific TargetHttpProxy within a given region."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members such as `GetHashCode`, `GetType`, and `ToString` being available."],["The class has three essential properties: `Project`, `Region`, and `TargetHttpProxy`, all of type string, which are used to define the project, region, and the specific TargetHttpProxy resource."]]],[]]