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."],[[["The `GetGlobalForwardingRuleRequest` class is used to request details about a specific global forwarding rule within the Google Cloud Compute API, as indicated by its method description."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is included in the `Google.Cloud.Compute.V1.dll` assembly, with the current latest version being `3.6.0`."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility within the .NET framework."],["The class contains two constructors, a default constructor, and a copy constructor, and has two string type properties to return values, `ForwardingRule` and `Project` respectively, both of which are required parameters."],["The documentation provides a range of previous versions, starting from version 1.0.0 and continuing up to the latest, version 3.6.0, providing access to the `GetGlobalForwardingRuleRequest` method through each of those versions."]]],[]]