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."],[[["This webpage provides reference documentation for the `GetGlobalForwardingRuleRequest` class in the Compute Engine v1 API, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `GetGlobalForwardingRuleRequest` class is used to request details about a specific global forwarding rule and is part of the `Google.Cloud.Compute.V1` namespace."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `ForwardingRule` (the name of the forwarding rule to return) and `Project` (the project ID for the request), both of which are of type `string`."],["The current version of the documentation is 2.17.0 and provides links to numerous other version of this document all the way back to 1.0.0, and forward to the latest version."]]],[]]