public sealed class GetGlobalForwardingRuleRequest : IMessage<GetGlobalForwardingRuleRequest>, IEquatable<GetGlobalForwardingRuleRequest>, IDeepCloneable<GetGlobalForwardingRuleRequest>, IBufferMessage, IMessage
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-21 UTC."],[[["This webpage details the `GetGlobalForwardingRuleRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about a global forwarding rule."],["The latest version of the documentation available is 3.6.0, but the current webpage's version is 2.0.0, with documentation available for versions ranging from 1.0.0 to 3.6.0."],["The `GetGlobalForwardingRuleRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts a `GetGlobalForwardingRuleRequest` object for creating a new instance."],["Key properties of the `GetGlobalForwardingRuleRequest` class are `ForwardingRule`, representing the forwarding rule name, and `Project`, representing the project ID for the request."]]],[]]