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, which is a request message used for the `FirewallPolicies.GetRule` method within the Google Cloud Compute V1 API."],["The `GetRuleFirewallPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in message handling and object comparison."],["The latest version for this request is 3.6.0, and it offers a comprehensive list of versions starting from version 1.0.0, going up to the latest."],["The class has two constructors: a default constructor and a copy constructor, enabling object creation and duplication."],["Key properties of this class include `FirewallPolicy` to specify the relevant firewall policy, `HasPriority` to check if priority is set, and `Priority` to specify the priority of the firewall rule."]]],[]]