public sealed class RemoveRuleSecurityPolicyRequest : IMessage<RemoveRuleSecurityPolicyRequest>, IEquatable<RemoveRuleSecurityPolicyRequest>, IDeepCloneable<RemoveRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.RemoveRule. 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 `RemoveRuleSecurityPolicyRequest` class is used to formulate requests for removing rules from security policies in the Google Cloud Compute V1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf ecosystem."],["The `RemoveRuleSecurityPolicyRequest` has properties to set the `Priority` of the rule to remove, the `Project` ID, and the `SecurityPolicy` name."],["The latest version of `RemoveRuleSecurityPolicyRequest` is 3.6.0 and there is a list of versions ranging from 1.0.0 to 3.6.0 available, all of which relate to the `RemoveRuleSecurityPolicyRequest` class."]]],[]]