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 `GetRuleSecurityPolicyRequest` class is used to request a specific rule from a security policy and is part of the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The latest version of the API listed is 3.6.0, with a range of previous versions available from 3.5.0 down to 1.0.0."],["The `GetRuleSecurityPolicyRequest` has properties such as `Priority`, `Project`, and `SecurityPolicy` that define parameters of the rule that the user is seeking."],["The method has two different constructors, a default constructor `GetRuleSecurityPolicyRequest()` and `GetRuleSecurityPolicyRequest(GetRuleSecurityPolicyRequest other)`, to either create an empty request or one based on an existing one."]]],[]]