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-24 UTC."],[[["The page provides documentation for the `GetRegionTargetHttpsProxyRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.11.0."],["This class is used to make a request to get information about a specific TargetHttpsProxy resource within a designated region and project."],["The page lists various versions of the API, from 1.0.0 to the latest 3.6.0, for this particular class, allowing users to access documentation for different releases."],["The class `GetRegionTargetHttpsProxyRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showcasing its capabilities for message handling, equality checks, deep cloning, and buffer operations."],["It has properties such as `Project`, `Region`, and `TargetHttpsProxy`, which are strings and represent the Project ID, the name of the region, and the TargetHttpsProxy resource name that are needed to be called when using the `GetRegionTargetHttpsProxyRequest` class."]]],[]]