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, which is used to retrieve a specific rule from a firewall policy."],["The page offers documentation for numerous versions of the `GetRuleFirewallPolicyRequest`, ranging from version 1.0.0 up to the latest version 3.6.0, allowing users to navigate through different releases."],["The `GetRuleFirewallPolicyRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances and properties like `FirewallPolicy`, `HasPriority`, and `Priority`, which are crucial for defining and retrieving the desired firewall rule."],["The `GetRuleFirewallPolicyRequest` is a request message for `FirewallPolicies.GetRule`, providing the functionality to specify the name of the firewall policy and the priority of the rule to be retrieved."]]],[]]