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 documentation for the `BatchUpdateIngressRulesResponse` class in the Google Cloud App Engine v1 API, specifically for version 2.2.0."],["The `BatchUpdateIngressRulesResponse` class is used as a response message for the `Firewall.UpdateAllIngressRules` operation within the App Engine API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The primary property of the `BatchUpdateIngressRulesResponse` is `IngressRules`, which contains a `RepeatedField` of `FirewallRule` objects, representing the full list of ingress firewall rules for the application."],["The document includes a list of available versions for this component, ranging from 1.0.0 up to the latest release of 2.4.0."]]],[]]