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."],[[["The latest version of the `GetRuleSecurityPolicyRequest` is 3.6.0, but there are many versions available, dating back to version 1.0.0, all of which are linked."],["`GetRuleSecurityPolicyRequest` is a class in the Compute Engine v1 API, used as a request message for SecurityPolicies.GetRule and implemented as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetRuleSecurityPolicyRequest` has properties such as `HasPriority` (bool), `Priority` (int), `Project` (string), and `SecurityPolicy` (string), each serving specific roles related to retrieving rule information."],["This class includes constructors to create instances, one being a parameterless constructor and the other taking another `GetRuleSecurityPolicyRequest` as an argument."],["This class belongs to the namespace `Google.Cloud.Compute.V1`, and it includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base object class."]]],[]]