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 to make requests for `TargetHttpsProxies.Get`."],["The latest version of the `Google.Cloud.Compute.V1` package is 3.6.0, and the page covers all versions from 1.0.0 up to the most recent one."],["`GetTargetHttpsProxyRequest` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a copy constructor that takes another `GetTargetHttpsProxyRequest` object."],["`GetTargetHttpsProxyRequest` has two key properties, `Project` for the Project ID and `TargetHttpsProxy` for the name of the target resource, both of which are strings."]]],[]]