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."],[[["The latest version of the `BatchUpdateIngressRulesRequest` is 2.4.0, while the current documented version is 1.4.0, which is one of ten available versions in this document."],["`BatchUpdateIngressRulesRequest` is a request message for `Firewall.BatchUpdateIngressRules` in the Google Cloud App Engine V1 library, used to replace the existing set of firewall rules."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to manage structured data and interact within the .NET environment."],["It contains properties such as `IngressRules`, a list of `FirewallRule` objects, and `Name`, representing the firewall collection's name, which is a string."],["The document lists `BatchUpdateIngressRulesRequest` which is constructible, through a parameterless constructor and one that accepts a `BatchUpdateIngressRulesRequest` as a parameter."]]],[]]