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-04-09 UTC."],[[["This webpage provides documentation for the `GetForwardingRuleRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version of the documentation available is 3.6.0, with this specific page detailing version 3.5.0 and an archive of versions going back to version 1.0.0."],["`GetForwardingRuleRequest` is a request message used to retrieve details about a specific ForwardingRule, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors and properties such as `ForwardingRule`, `Project`, and `Region`, which are used to specify the forwarding rule, the project, and the region for the request."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]