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."],[[["The `GetRegionTargetHttpProxyRequest` class is a request message used for the `RegionTargetHttpProxies.Get` method within the Google Cloud Compute API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["The class includes properties like `Project`, `Region`, and `TargetHttpProxy` which are all strings, allowing specification of the project, region, and the target HTTP proxy name for the request."],["The class offers two constructors: a default one and another that accepts an existing `GetRegionTargetHttpProxyRequest` object for copying its attributes."],["The Google Cloud Compute API documentation provides various versions for this class ranging from 1.0.0 to 3.6.0, allowing users to select the appropriate one based on their API version needs."]]],[]]