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 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."]]],[]]