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-24 UTC."],[[["The latest version of the `GetRuleNetworkFirewallPolicyRequest` is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["The `GetRuleNetworkFirewallPolicyRequest` class is part of the Google.Cloud.Compute.V1 namespace within the Google Cloud .NET library, used for retrieving specific rules from network firewall policies."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, extending its capabilities within the .NET environment."],["The `GetRuleNetworkFirewallPolicyRequest` class allows users to specify the firewall policy name, the priority of the rule they are searching, and the project ID associated with the request."],["This class inherits members from the object class, such as GetHashCode(), GetType(), MemberwiseClone(), and ToString(), that can be utilized within any instatiated object."]]],[]]