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-24 UTC."],[[["The `GetForwardingRuleRequest` class is used to request details about a specific ForwardingRule within Google Cloud Compute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google's protocol buffer system and providing features for object comparison and cloning."],["The `GetForwardingRuleRequest` class has properties for `ForwardingRule`, `Project`, and `Region`, which are all strings and are necessary to specify which forwarding rule is being queried and in what context."],["The webpage also provides a comprehensive list of version history for the `GetForwardingRuleRequest` class, starting from version 1.0.0 up to the latest version 3.6.0."],["There are two constructors available for the `GetForwardingRuleRequest` class: a default constructor and a copy constructor."]]],[]]