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, specifically within the context of .NET."],["The `GetRuleFirewallPolicyRequest` class is a request message used for retrieving a specific rule from a firewall policy, as defined by Google Cloud Compute."],["The page provides documentation for various versions of this class, ranging from version 1.0.0 to the latest 3.6.0, allowing users to select the version they need."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it contains properties to get the firewall policy name and rule priority."],["The class includes two constructors, one default and one that takes another `GetRuleFirewallPolicyRequest` object as a parameter."]]],[]]