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.3.0."],["`BatchUpdateIngressRulesResponse` is used as a response message for the `Firewall.UpdateAllIngressRules` method and inherits from the base .NET `object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains a property named `IngressRules` which is a list of `FirewallRule` objects."],["The document lists all the available versions of the `BatchUpdateIngressRulesResponse` documentation, ranging from version 1.0.0 to the latest version 2.4.0."],["The `BatchUpdateIngressRulesResponse` class has two constructors: a parameterless constructor and a constructor that takes another `BatchUpdateIngressRulesResponse` instance as a parameter."]]],[]]