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."],[[["This webpage details the `UpdateIngressRuleRequest` class, which is used for updating firewall ingress rules in Google Cloud App Engine."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive message handling and object management."],["It includes constructors for creating new instances and for making copies from other `UpdateIngressRuleRequest` objects, with specific parameters for initial setup."],["The class exposes three key properties: `Name`, `Rule`, and `UpdateMask`, allowing for the specification of the resource to update, the updated firewall rule, and the fields to modify."],["This page provides links to previous versions of this `UpdateIngressRuleRequest` class, alongside a link to the latest, `2.4.0`, and the present documentation being `1.1.0`."]]],[]]