public sealed class GetTargetHttpsProxyRequest : IMessage<GetTargetHttpsProxyRequest>, IEquatable<GetTargetHttpsProxyRequest>, IDeepCloneable<GetTargetHttpsProxyRequest>, IBufferMessage, IMessage
A request message for TargetHttpsProxies.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 `GetTargetHttpsProxyRequest` class, which is used for requesting information about a TargetHttpsProxy resource in Google Cloud Compute."],["The class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly, with version 2.0.0 of this class."],["The latest version of the `Google.Cloud.Compute.V1` library is 3.6.0, and this page lists versions starting from 1.0.0 up to the current latest version."],["The `GetTargetHttpsProxyRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, one for creating a new instance, and another for creating an instance by cloning an existing `GetTargetHttpsProxyRequest` object."],["The class features properties for `Project` and `TargetHttpsProxy`, allowing for the specification of the project ID and the name of the desired TargetHttpsProxy."]]],[]]