public sealed class GetForwardingRuleRequest : IMessage<GetForwardingRuleRequest>, IEquatable<GetForwardingRuleRequest>, IDeepCloneable<GetForwardingRuleRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This page details the `GetForwardingRuleRequest` class within the `Google.Cloud.Compute.V1` namespace, used to request information about a specific forwarding rule."],["The `GetForwardingRuleRequest` class has multiple versions, with version 3.6.0 being the latest, and it includes a history of versions going back to 1.0.0, each available for use."],["This class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in various contexts."],["The `GetForwardingRuleRequest` class has three properties, `ForwardingRule`, `Project`, and `Region`, which are all strings and essential for specifying the desired forwarding rule."],["The `GetForwardingRuleRequest` class has two constructors to use, one of them being a copy constructor that accepts another instance of `GetForwardingRuleRequest` as a parameter."]]],[]]