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."],[[["The `GetRuleFirewallPolicyRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request a specific rule from a firewall policy."],["The latest version available is 3.6.0, with versions ranging from 1.0.0 up to 3.6.0 being accessible."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protocol Buffers and other .NET systems."],["Key properties of the `GetRuleFirewallPolicyRequest` include `FirewallPolicy` (a string), `HasPriority` (a boolean indicating if a priority is set), and `Priority` (an integer for the rule's priority)."],["The class has two constructors, one default and one that accepts another `GetRuleFirewallPolicyRequest` object for cloning."]]],[]]