public sealed class BatchUpdateIngressRulesRequest : IMessage<BatchUpdateIngressRulesRequest>, IEquatable<BatchUpdateIngressRulesRequest>, IDeepCloneable<BatchUpdateIngressRulesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class BatchUpdateIngressRulesRequest.
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 the `BatchUpdateIngressRulesRequest` is 2.4.0, with version 2.2.0 being the current context version."],["`BatchUpdateIngressRulesRequest` is a class in the Google.Cloud.AppEngine.V1 namespace, used as a request message for `Firewall.BatchUpdateIngressRules` operations within the App Engine v1 API."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `object`."],["It includes properties such as `IngressRules`, which is a `RepeatedField` of `FirewallRule`, and `Name`, which is a string representing the firewall collection name."],["The `BatchUpdateIngressRulesRequest` class has two constructors: a default constructor and one that takes another `BatchUpdateIngressRulesRequest` object as a parameter."]]],[]]