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 page details the `GetRuleFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to retrieve a specific rule from a firewall policy."],["The most recent version of `GetRuleFirewallPolicyRequest` is 3.6.0, and the content also lists other versions of the class, ranging from 1.0.0 to 3.5.0, for compatibility with other projects or systems."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRuleFirewallPolicyRequest` class includes properties like `FirewallPolicy`, `HasPriority`, and `Priority`, allowing specification of the firewall policy name and rule priority for accurate retrieval."],["The class contains both a parameterless constructor, and one that takes in a `GetRuleFirewallPolicyRequest` object as a parameter, as indicated by the listed constructors."]]],[]]