public sealed class BatchUpdateIngressRulesRequest : IMessage<BatchUpdateIngressRulesRequest>, IEquatable<BatchUpdateIngressRulesRequest>, IDeepCloneable<BatchUpdateIngressRulesRequest>, IBufferMessage, IMessage
Request message for Firewall.BatchUpdateIngressRules.
[[["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 describes the `BatchUpdateIngressRulesRequest` class, which is a request message used for the `Firewall.BatchUpdateIngressRules` operation within the Google Cloud App Engine V1 API."],["The `BatchUpdateIngressRulesRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace and is available in versions ranging from 1.0.0 to the latest 2.4.0, as shown in the versions listed."],["The class implements several interfaces, including `IMessage\u003cBatchUpdateIngressRulesRequest\u003e`, `IEquatable\u003cBatchUpdateIngressRulesRequest\u003e`, `IDeepCloneable\u003cBatchUpdateIngressRulesRequest\u003e`, `IBufferMessage`, and `IMessage`, providing functionality for message operations, comparison, deep cloning, and buffered message handling."],["The `BatchUpdateIngressRulesRequest` class has properties such as `IngressRules` which is a list of `FirewallRule` objects intended to replace the current firewall rules, and `Name` which specifies the name of the firewall collection to modify."],["There are two constructors available for the `BatchUpdateIngressRulesRequest` class: a default constructor, and one that takes an existing `BatchUpdateIngressRulesRequest` object for copying."]]],[]]