public sealed class GetRuleFirewallPolicyRequest : IMessage<GetRuleFirewallPolicyRequest>, IEquatable<GetRuleFirewallPolicyRequest>, IDeepCloneable<GetRuleFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleFirewallPolicyRequest.
A request message for FirewallPolicies.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 `GetRuleFirewallPolicyRequest` class in the Google Cloud Compute Engine v1 API, and the class is used for requesting a specific rule from a firewall policy."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest version, 3.6.0, with version 2.10.0 being the active version when this was documented."],["`GetRuleFirewallPolicyRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has properties to specify the firewall policy name (`FirewallPolicy`) and the priority of the rule (`Priority`) to be retrieved, and if the `Priority` has been set (`HasPriority`)."],["The methods that can be used with this class include the `GetRuleFirewallPolicyRequest()` constructor, and `GetRuleFirewallPolicyRequest(GetRuleFirewallPolicyRequest other)` constructor."]]],[]]