public sealed class GetRegionTargetHttpsProxyRequest : IMessage<GetRegionTargetHttpsProxyRequest>, IEquatable<GetRegionTargetHttpsProxyRequest>, IDeepCloneable<GetRegionTargetHttpsProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionTargetHttpsProxyRequest.
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-21 UTC."],[[["This webpage provides documentation for the `GetRegionTargetHttpsProxyRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.0.0, with links to other versions."],["The `GetRegionTargetHttpsProxyRequest` class is a request message used to retrieve details about a specific Target HTTPS Proxy within a given region."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties such as `Project`, `Region`, and `TargetHttpsProxy`, which are used to specify the project ID, region name, and target HTTPS proxy name respectively."],["The class has two constructors: a default constructor, and one to clone another `GetRegionTargetHttpsProxyRequest`."]]],[]]