public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.GetRule. 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 details the `GetRuleFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within version 2.0.0 of the library."],["The `GetRuleFirewallPolicyRequest` class is a request message used for retrieving a specific rule from a firewall policy and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default constructor and another that takes a `GetRuleFirewallPolicyRequest` as a parameter to create a new instance."],["Key properties of the `GetRuleFirewallPolicyRequest` include `FirewallPolicy`, which specifies the name of the firewall policy, and `Priority`, which indicates the priority of the rule to be retrieved."],["The page also has a navigable list of versions ranging from 1.0.0 all the way up to the latest 3.6.0, allowing access to the documentation of various versions of the GetRuleFirewallPolicyRequest."]]],[]]