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 used to request details about a specific global forwarding rule within the Google Cloud Compute API, version 1."],["This class supports multiple versions, with the latest being 3.6.0 and older versions like 1.0.0 being available."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use within the Google.Protobuf framework."],["The class includes properties for specifying the `ForwardingRule` name and the `Project` ID, which are essential parameters for the request."],["The class provides two constructors: a default constructor (`GetGlobalForwardingRuleRequest()`) and a copy constructor (`GetGlobalForwardingRuleRequest(GetGlobalForwardingRuleRequest other)`)."]]],[]]