public sealed class PatchRuleSecurityPolicyRequest : IMessage<PatchRuleSecurityPolicyRequest>, IEquatable<PatchRuleSecurityPolicyRequest>, IDeepCloneable<PatchRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.PatchRule. 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-24 UTC."],[[["This webpage details the `PatchRuleSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, showing the various versions available from 1.0.0 to the latest 3.6.0."],["The `PatchRuleSecurityPolicyRequest` class is used to send requests for patching rules within security policies."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `HasPriority`, `Priority`, `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`, which define and manage aspects of the rule to patch."],["It also includes inherited members from `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` as well as offering 2 constructors, `PatchRuleSecurityPolicyRequest()` and `PatchRuleSecurityPolicyRequest(PatchRuleSecurityPolicyRequest other)`."]]],[]]