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-03-21 UTC."],[[["This webpage details the `GetForwardingRuleRequest` class within the `Google.Cloud.Compute.V1` namespace, showcasing versions from 1.0.0 up to the latest 3.6.0."],["The `GetForwardingRuleRequest` class is used to construct a request for retrieving information about a specific forwarding rule, as indicated by it being a request message for `ForwardingRules.Get`."],["`GetForwardingRuleRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ForwardingRule`, `Project`, and `Region`, all of which are strings and are used to specify the target forwarding rule and its scope."],["There are two constructors available: a default constructor, `GetForwardingRuleRequest()`, and one that accepts another `GetForwardingRuleRequest` instance as an argument."]]],[]]