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."],[[["The `GetGlobalForwardingRuleRequest` class is a request message used for the `GlobalForwardingRules.Get` method in Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The class includes two constructors: a default constructor and one that allows for creating a new instance based on an existing `GetGlobalForwardingRuleRequest` object."],["The `GetGlobalForwardingRuleRequest` class has two key properties: `ForwardingRule` which specifies the name of the forwarding rule resource, and `Project`, which indicates the project ID associated with the request."],["The webpage lists all the different versions available for the GetGlobalForwardingRuleRequest, with the latest version being 3.6.0."]]],[]]