public sealed class BatchUpdateIngressRulesResponse : IMessage<BatchUpdateIngressRulesResponse>, IEquatable<BatchUpdateIngressRulesResponse>, IDeepCloneable<BatchUpdateIngressRulesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class BatchUpdateIngressRulesResponse.
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 document provides reference information for the `BatchUpdateIngressRulesResponse` class within the Google Cloud App Engine v1 API, specifically version 2.1.0."],["The `BatchUpdateIngressRulesResponse` class is a response message used for `Firewall.UpdateAllIngressRules` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `IngressRules`, which is a `RepeatedField` containing a full list of `FirewallRule` objects for the application."],["There are several versions of the API available, with version 2.4.0 being the most current at the time of this documentation, and going back to version 1.0.0."],["The class inherits from `Object`, having inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and it has two constructors: a default constructor and one that takes another `BatchUpdateIngressRulesResponse` object."]]],[]]