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."],[[["This page provides documentation for the `GetForwardingRuleRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version of the API documented is 3.6.0, with the current page focusing on version 3.0.0, and multiple previous versions are accessible through the provided links."],["The `GetForwardingRuleRequest` class is used to send a request message for retrieving details about a ForwardingRule, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetForwardingRuleRequest` class contains properties such as `ForwardingRule`, `Project`, and `Region`, which are used to specify the forwarding rule, project ID, and region, respectively, for the request."],["The class provides two constructors, a parameterless one and one that accepts another instance of the `GetForwardingRuleRequest` class as a parameter."]]],[]]