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."],[[["The `GetForwardingRuleRequest` class is used to request details about a specific forwarding rule in the Google Compute Engine v1 API, and it is the latest version available."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `GetForwardingRuleRequest` class includes constructors for creating new instances, either default or by copying another `GetForwardingRuleRequest` instance."],["The class has properties such as `ForwardingRule`, `Project`, and `Region` to specify the forwarding rule, the project, and the region associated with the request."],["The document page version history lists all the versions from 1.0.0 to 3.6.0, with the latest being 3.6.0, providing a history of the changes made to the class."]]],[]]