public sealed class BatchUpdateIngressRulesResponse : IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, IDeepCloneable<BatchUpdateIngressRulesResponse>, IBufferMessage, IMessage
Response message for Firewall.UpdateAllIngressRules.
[[["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 `BatchUpdateIngressRulesResponse` is 2.4.0, and there are multiple previous versions ranging from 1.0.0 to 2.3.0."],["`BatchUpdateIngressRulesResponse` is the response message for the `Firewall.UpdateAllIngressRules` method, used within the Google Cloud App Engine environment."],["This class inherits from `Object` and implements the interfaces `IMessage\u003cBatchUpdateIngressRulesResponse\u003e`, `IEquatable\u003cBatchUpdateIngressRulesResponse\u003e`, `IDeepCloneable\u003cBatchUpdateIngressRulesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes a property named `IngressRules`, which is a `RepeatedField\u003cFirewallRule\u003e` containing the complete list of ingress FirewallRules for the application."],["There are 2 constructors available for this class, a parameterless one and one that takes in another `BatchUpdateIngressRulesResponse`."]]],[]]