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 available for the `UpdateIngressRuleRequest` is 2.4.0, with multiple previous versions available, including 1.3.0."],["`UpdateIngressRuleRequest` is a request message used for updating ingress rules in the App Engine Firewall, specifically via `Firewall.UpdateIngressRule`."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` and `System` namespaces."],["The class includes constructors for creating an `UpdateIngressRuleRequest` object and properties to define the name, updated rule, and update mask of the rule being updated."],["The `Name` property represents the resource name of the firewall to update, the `Rule` property contains the updated firewall resource, and `UpdateMask` allows for defining the fields to update."]]],[]]