public sealed class GetTargetHttpsProxyRequest : IMessage<GetTargetHttpsProxyRequest>, IEquatable<GetTargetHttpsProxyRequest>, IDeepCloneable<GetTargetHttpsProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetHttpsProxyRequest.
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-04-09 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1` API for `.NET` is `3.6.0`, with version `3.5.0` representing the current context."],["The `GetTargetHttpsProxyRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used to request information about a specific TargetHttpsProxy."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionality within the Google Protobuf framework."],["The `GetTargetHttpsProxyRequest` class has two constructors, one being a default and the other taking in a `GetTargetHttpsProxyRequest` as a parameter."],["The `GetTargetHttpsProxyRequest` class contains two properties, `Project` and `TargetHttpsProxy`, both of which are of the string type, and represent the project ID and the name of the target HTTPS proxy being requested, respectively."]]],[]]