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."],[[["The documentation covers various versions of the `GetRegionTargetHttpProxyRequest` class within the Google Cloud Compute V1 API, ranging from version 1.0.0 to the latest 3.6.0."],["`GetRegionTargetHttpProxyRequest` is a class used for requesting information about a specific Target HTTP Proxy within a given region, as part of the Compute Engine v1 API."],["The class `GetRegionTargetHttpProxyRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetRegionTargetHttpProxyRequest` class include `Project`, `Region`, and `TargetHttpProxy`, which are all strings and represent the Project ID, region name, and the target HTTP proxy name, respectively."],["There are 2 constructors for the class, a parameterless constructor, and one that takes in another `GetRegionTargetHttpProxyRequest`."]]],[]]