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-24 UTC."],[[["This webpage details the `GetGlobalForwardingRuleRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to make requests for global forwarding rules."],["The latest available version is 3.6.0, and the page provides a full listing of versions spanning from 1.0.0 to 3.6.0 with their associated documentation links."],["The `GetGlobalForwardingRuleRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor and one that accepts another `GetGlobalForwardingRuleRequest` instance, allowing for the creation of new instances based on existing ones."],["It has two key properties: `ForwardingRule`, which specifies the name of the forwarding rule resource, and `Project`, which defines the project ID for the request."]]],[]]