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-21 UTC."],[[["The `GetRuleNetworkFirewallPolicyRequest` class is used to request a specific rule from a network firewall policy, as part of the Google Cloud Compute V1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations like deep cloning and protocol buffer messaging."],["It provides constructors to create a new instance or copy an existing one, allowing flexibility in how it's instantiated."],["The class has properties such as `FirewallPolicy`, `HasPriority`, `Priority`, and `Project`, which are essential for identifying and retrieving the correct firewall rule."],["The documentation lists various versions of this request from version 1.0.0 up to the latest, 3.6.0, along with links to each version's API documentation."]]],[]]