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"]],[["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 firewall rules within the App Engine v1 API, specifically for the `Firewall.BatchUpdateIngressRules` operation."],["This class provides methods and properties for managing firewall rules, including replacing an existing set of `FirewallRules` and setting the name of the firewall collection to be modified."],["The latest version of the `BatchUpdateIngressRulesRequest` is 2.4.0, with previous versions ranging from 2.3.0 down to 1.0.0, accessible via their respective links."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting members from the `object` class."]]],[]]