public sealed class GetRuleNetworkFirewallPolicyRequest : IMessage<GetRuleNetworkFirewallPolicyRequest>, IEquatable<GetRuleNetworkFirewallPolicyRequest>, IDeepCloneable<GetRuleNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleNetworkFirewallPolicyRequest.
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."],[[["This webpage provides reference documentation for the `GetRuleNetworkFirewallPolicyRequest` class within the Google Compute Engine v1 API, specifically in the .NET context."],["The content covers various versions of the `GetRuleNetworkFirewallPolicyRequest` class, ranging from version 1.0.0 to the latest, version 3.6.0, with the latest being highlighted as the most up-to-date."],["The `GetRuleNetworkFirewallPolicyRequest` class is used to send a request message for retrieving a specific rule within a network firewall policy, as part of the `NetworkFirewallPolicies.GetRule` method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `FirewallPolicy`, `HasPriority`, `Priority`, and `Project` to define the parameters of a rule retrieval request."],["The documentation includes information on the inheritance, constructors, and properties of the GetRuleNetworkFirewallPolicyRequest class, along with its namespace and assembly."]]],[]]