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."],[[["The latest version of `GetRuleSecurityPolicyRequest` is 3.6.0, but multiple previous versions are also available, ranging down to version 1.0.0."],["`GetRuleSecurityPolicyRequest` is a request message used for retrieving a specific rule from a security policy, as described in the SecurityPolicies.GetRule method."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `Priority`, which represents the rule's priority, `Project` for specifying the project ID, and `SecurityPolicy` for the security policy's name."],["The namespace for this class is `Google.Cloud.Compute.V1`, which is found in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]