public sealed class GetRegionTargetHttpsProxyRequest : IMessage<GetRegionTargetHttpsProxyRequest>, IEquatable<GetRegionTargetHttpsProxyRequest>, IDeepCloneable<GetRegionTargetHttpsProxyRequest>, IBufferMessage, IMessage
A request message for RegionTargetHttpsProxies.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 details the `GetRegionTargetHttpsProxyRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to make requests for `RegionTargetHttpsProxies.Get`."],["The latest version available for this class is 3.6.0, with a range of previous versions listed, starting from 1.0.0 all the way to 3.5.0."],["The `GetRegionTargetHttpsProxyRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comparison, deep cloning, and buffer message handling."],["It includes properties like `Project`, `Region`, and `TargetHttpsProxy`, which are strings used to specify the project ID, region, and the target HTTPS proxy resource name, respectively."],["There are two constructors, one default constructor for creating a new instance, and another for creating a new instance based on another existing `GetRegionTargetHttpsProxyRequest` object."]]],[]]