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-24 UTC."],[[["The latest version of the `GetRegionTargetHttpsProxyRequest` is 3.6.0, and the page provides links to older versions, ranging down to version 1.0.0."],["`GetRegionTargetHttpsProxyRequest` is a class used to send a request message for `RegionTargetHttpsProxies.Get`, which is part of the `Google.Cloud.Compute.V1` namespace."],["This class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetRegionTargetHttpsProxyRequest` has three main properties: `Project` (Project ID), `Region` (region name), and `TargetHttpsProxy` (name of the TargetHttpsProxy resource), all of which are of type string."],["The class has two constructors: one default constructor with no parameters and one that takes another `GetRegionTargetHttpsProxyRequest` as a parameter."]]],[]]