public sealed class GetRuleSecurityPolicyRequest : IMessage<GetRuleSecurityPolicyRequest>, IEquatable<GetRuleSecurityPolicyRequest>, IDeepCloneable<GetRuleSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleSecurityPolicyRequest.
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 page provides documentation for the `GetRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, which is used to request a specific rule from a security policy."],["The latest version available for `GetRuleSecurityPolicyRequest` is 3.6.0, with a range of previous versions listed from 1.0.0 up to that."],["`GetRuleSecurityPolicyRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting functionalities related to message handling, comparison, cloning, and buffering."],["The class has properties such as `Priority`, `Project`, and `SecurityPolicy` which allows you to define which project, security policy and rule you are aiming to access."],["The `GetRuleSecurityPolicyRequest` class has two constructors to be initiated, one empty and one that takes in a pre existing request as a parameter."]]],[]]