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."],[[["This webpage details the `BatchUpdateIngressRulesResponse` class, which is the response message for `Firewall.UpdateAllIngressRules` in Google Cloud App Engine V1."],["The `BatchUpdateIngressRulesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and message management."],["The class provides a constructor that can be used to create a new instance of `BatchUpdateIngressRulesResponse` and has another that can take another `BatchUpdateIngressRulesResponse` as an argument to create a new instance."],["It contains a `IngressRules` property of type `RepeatedField\u003cFirewallRule\u003e` which represents the full list of ingress firewall rules for a given application."],["The documentation lists available versions from 1.0.0 up to the latest version 2.4.0, each linking to more detailed information for `BatchUpdateIngressRulesResponse`."]]],[]]