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-24 UTC."],[[["This page provides documentation for the `GetForwardingRuleRequest` class within the Google.Cloud.Compute.V1 API, detailing its properties, constructors, and inherited members."],["The `GetForwardingRuleRequest` class is a request message used for retrieving information about a specific ForwardingRule, as part of the Compute Engine v1 API."],["It supports various versions, ranging from the latest 3.6.0 down to 1.0.0, and is implemented as a sealed class inheriting from Object and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `ForwardingRule`, `Project`, and `Region`, all of which are strings used to identify the specific resource being requested."],["The page also lists the `GetForwardingRuleRequest` class's constructors and their respective parameters, `other` being of the same class."]]],[]]