public sealed class UpdateIngressRuleRequest : IMessage<UpdateIngressRuleRequest>, IEquatable<UpdateIngressRuleRequest>, IDeepCloneable<UpdateIngressRuleRequest>, IBufferMessage, IMessage
[[["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 `UpdateIngressRuleRequest` is 2.4.0, which can be found with the URL provided, and there are multiple previous versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, and older ones."],["`UpdateIngressRuleRequest` is a request message used for updating firewall rules within the `Firewall.UpdateIngressRule` method, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes constructors for creating a new instance or cloning from another `UpdateIngressRuleRequest`."],["The `UpdateIngressRuleRequest` class has properties such as `Name`, `Rule`, and `UpdateMask` that are used to define and update firewall rule resource."],["The class is contained within the `Google.Cloud.AppEngine.V1` namespace and can be found within the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]