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-21 UTC."],[[["The latest version of the `GetGlobalForwardingRuleRequest` is 3.6.0, and the page provides access to versions ranging from 1.0.0 to 3.6.0, all related to the `Google.Cloud.Compute.V1` API."],["`GetGlobalForwardingRuleRequest` is a class within the Google Cloud Compute Engine v1 API, used for requesting details about a specific global forwarding rule."],["The class `GetGlobalForwardingRuleRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The class `GetGlobalForwardingRuleRequest` has two properties, `ForwardingRule` and `Project`, representing the name of the forwarding rule and the project ID for the request respectively."],["The page contains the documentation of the class `GetGlobalForwardingRuleRequest` including its implementation hierarchy, inherited members, namespace, assembly, constructors and properties, enabling developers to access the required technical details."]]],[]]