public sealed class GetForwardingRuleRequest : IMessage<GetForwardingRuleRequest>, IEquatable<GetForwardingRuleRequest>, IDeepCloneable<GetForwardingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetForwardingRuleRequest.
A request message for ForwardingRules.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 `GetForwardingRuleRequest` class within the Compute Engine v1 API, specifically for .NET developers."],["The `GetForwardingRuleRequest` class is used to create requests for retrieving forwarding rule details, as part of the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["The webpage lists available versions of the `GetForwardingRuleRequest`, ranging from version 1.0.0 up to the latest 3.6.0, with each version's documentation accessible via a hyperlink."],["The `GetForwardingRuleRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The class has properties including `ForwardingRule`, `Project`, and `Region`, all of which are of type `String` and are essential for defining the specific forwarding rule to be retrieved."]]],[]]