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 webpage provides documentation for the `GetForwardingRuleRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.14.0."],["The `GetForwardingRuleRequest` class is used to request details about a specific forwarding rule via the Compute Engine v1 API."],["The page includes a list of available versions of the API class, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["`GetForwardingRuleRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class provides properties such as `ForwardingRule`, `Project`, and `Region`, which are used to specify the parameters of the forwarding rule retrieval request."]]],[]]