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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `BatchUpdateIngressRulesRequest` is 2.4.0, and there are multiple previous versions available, ranging down to 1.0.0."],["`BatchUpdateIngressRulesRequest` is a request message used for `Firewall.BatchUpdateIngressRules` within the `Google.Cloud.AppEngine.V1` namespace, as detailed within the context of the provided documentation."],["The `BatchUpdateIngressRulesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one empty and one taking another `BatchUpdateIngressRulesRequest` object as a parameter, enabling object copying."],["The `BatchUpdateIngressRulesRequest` class contains two properties: `IngressRules`, a list of `FirewallRule` objects to replace the current set, and `Name`, which designates the name of the firewall collection to update."]]],[]]