public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleFirewallPolicyRequest.
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 provides reference documentation for the `GetRuleFirewallPolicyRequest` class in the Google Cloud Compute Engine v1 API, specifically for version 2.11.0."],["The `GetRuleFirewallPolicyRequest` class is used to request a specific rule from a firewall policy, as detailed in the Compute Engine API."],["The page lists all of the previous version of the documentation going back to version 1.0.0 of this API."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `GetRuleFirewallPolicyRequest` include `FirewallPolicy` (the name of the policy), `HasPriority` (whether a priority is set), and `Priority` (the rule's priority within the policy)."]]],[]]