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."],[[["This webpage provides documentation for the `GetGlobalForwardingRuleRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.3.0 and its links to other versions."],["The `GetGlobalForwardingRuleRequest` class is used to send a request to retrieve a specific GlobalForwardingRule resource, as part of the GlobalForwardingRules.Get API method."],["The class inherits from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The `GetGlobalForwardingRuleRequest` class has two properties: `ForwardingRule`, which specifies the name of the forwarding rule to get, and `Project`, which specifies the project ID for the request."],["The documentation offers a list of available versions of this API, from version 1.0.0 to the latest 3.6.0."]]],[]]