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."],[[["This webpage details the `GetRegionTargetHttpsProxyRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to retrieve information about a specific TargetHttpsProxy resource."],["The `GetRegionTargetHttpsProxyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The page lists available versions of the `GetRegionTargetHttpsProxyRequest`, ranging from version 1.0.0 up to the latest version of 3.6.0, with links to each version's documentation."],["The class has properties for `Project`, `Region`, and `TargetHttpsProxy`, each accepting a string to specify the project ID, the region name, and the name of the TargetHttpsProxy resource, respectively."],["The page shows that the class has two constructors: a parameterless one and another where you can pass in another instance of `GetRegionTargetHttpsProxyRequest` to copy."]]],[]]