public sealed class GetRuleSecurityPolicyRequest : IMessage<GetRuleSecurityPolicyRequest>, IEquatable<GetRuleSecurityPolicyRequest>, IDeepCloneable<GetRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.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 details the `GetRuleSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, used for requesting security policy rules."],["The `GetRuleSecurityPolicyRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from the base `Object` class, and has various inherited members from the object class, such as GetHashCode, GetType, and ToString."],["The class `GetRuleSecurityPolicyRequest` offers two constructors, one default and one that accepts another `GetRuleSecurityPolicyRequest` instance for parameter."],["Key properties of `GetRuleSecurityPolicyRequest` include `HasPriority` (a boolean indicating if the \"priority\" field is set), `Priority` (an integer representing rule priority), `Project` (a string for the Project ID), and `SecurityPolicy` (a string for the security policy name)."],["The page contains multiple versions, from version 1.0.0 to 3.6.0, with version 3.6.0 being the most current and marked as latest, all referring to the `GetRuleSecurityPolicyRequest`."]]],[]]