public sealed class GetRuleNetworkFirewallPolicyRequest : IMessage<GetRuleNetworkFirewallPolicyRequest>, IEquatable<GetRuleNetworkFirewallPolicyRequest>, IDeepCloneable<GetRuleNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for NetworkFirewallPolicies.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-24 UTC."],[[["This webpage details the `GetRuleNetworkFirewallPolicyRequest` class, which is used to request a specific rule from a network firewall policy within the Google Cloud Compute API."],["The latest version of the `GetRuleNetworkFirewallPolicyRequest` is 3.6.0, and the page provides links to the documentation of several previous versions, dating back to version 1.0.0."],["The `GetRuleNetworkFirewallPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling advanced functionality."],["Key properties of the `GetRuleNetworkFirewallPolicyRequest` class include `FirewallPolicy`, `HasPriority`, `Priority`, and `Project`, all of which are used in defining the rule to be retrieved."],["The class also contains two constructors, one default and another to clone the properties from another instance of the same class."]]],[]]