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 reference documentation for the `GetGlobalForwardingRuleRequest` class in the Compute Engine v1 API, specifically within the .NET environment."],["The `GetGlobalForwardingRuleRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used to request information about a specific GlobalForwardingRule."],["The webpage details the inheritance and implementation of the `GetGlobalForwardingRuleRequest` class, showing it inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists the available versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, with links to each version's documentation, where the current version being viewed is version 2.16.0."],["The page provides details for the constructors, including a default constructor and one for copying another `GetGlobalForwardingRuleRequest`, as well as information on the properties `ForwardingRule` and `Project` which are both `string` types."]]],[]]