public sealed class GetGlobalForwardingRuleRequest : IMessage<GetGlobalForwardingRuleRequest>, IEquatable<GetGlobalForwardingRuleRequest>, IDeepCloneable<GetGlobalForwardingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetGlobalForwardingRuleRequest.
A request message for GlobalForwardingRules.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 latest version available for the `GetGlobalForwardingRuleRequest` class is 3.6.0, with several previous versions ranging from 3.5.0 down to 1.0.0."],["`GetGlobalForwardingRuleRequest` is a request message used within the Compute Engine v1 API, specifically for retrieving a global forwarding rule."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class contains properties for `ForwardingRule` and `Project`, both of which are strings, representing the forwarding rule's name and the project ID for the request respectively."],["There are two constructors for creating instances of `GetGlobalForwardingRuleRequest`, one default and one that takes another `GetGlobalForwardingRuleRequest` object as a parameter."]]],[]]