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 `BatchUpdateIngressRulesRequest` class is used to send a request for updating multiple ingress firewall rules within the Google Cloud App Engine environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and object cloning."],["The `IngressRules` property allows you to provide a list of `FirewallRule` objects to replace the current set of ingress rules."],["The `Name` property specifies the resource name where the firewall rules will be applied, following the format `apps/myapp/firewall/ingressRules`."],["Multiple versions of this class exist, and version 2.4.0 is the latest version, providing support and updates to the `BatchUpdateIngressRulesRequest` class."]]],[]]