public sealed class UpdateIngressRuleRequest : IMessage<UpdateIngressRuleRequest>, IEquatable<UpdateIngressRuleRequest>, IDeepCloneable<UpdateIngressRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateIngressRuleRequest.
[[["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` documentation is 2.4.0, while the current page is displaying the 2.3.0 version."],["`UpdateIngressRuleRequest` is a class in the Google.Cloud.AppEngine.V1 namespace, used for updating firewall rules within App Engine."],["This class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `UpdateIngressRuleRequest` class has properties such as `Name`, `Rule`, and `UpdateMask`, which are used to specify the details of the firewall rule update."],["The class contains two constructors: a parameterless default, and one which takes another `UpdateIngressRuleRequest` object to copy from."]]],[]]