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 context is referencing version 1.3.0 of the Google.Cloud.AppEngine.V1."],["`BatchUpdateIngressRulesRequest` is a request message used for updating ingress rules, as defined by the `Firewall.BatchUpdateIngressRules`."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one of which takes another `BatchUpdateIngressRulesRequest` object as a parameter."],["The `IngressRules` property, of type `RepeatedField\u003cFirewallRule\u003e`, contains the list of firewall rules that will replace the existing set, and `Name` property defines the firewall collection to set."]]],[]]