public sealed class GetRuleRegionNetworkFirewallPolicyRequest : IMessage<GetRuleRegionNetworkFirewallPolicyRequest>, IEquatable<GetRuleRegionNetworkFirewallPolicyRequest>, IDeepCloneable<GetRuleRegionNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for RegionNetworkFirewallPolicies.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 page details the `GetRuleRegionNetworkFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving a specific rule from a regional network firewall policy."],["The latest version documented is 3.6.0, and historical versions are available, ranging back to 1.0.0, providing a comprehensive version history."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration within the Google.Protobuf ecosystem."],["Key properties of the `GetRuleRegionNetworkFirewallPolicyRequest` class include `FirewallPolicy`, `HasPriority`, `Priority`, `Project`, and `Region`, which are essential for specifying and retrieving the correct firewall rule."],["The class has two constructors to create a new `GetRuleRegionNetworkFirewallPolicyRequest`, either without parameters, or by passing in another `GetRuleRegionNetworkFirewallPolicyRequest` instance."]]],[]]