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."],[[["This document provides reference documentation for the `BatchUpdateIngressRulesRequest` class in the Google Cloud App Engine v1 API, specifically for version 2.1.0."],["The `BatchUpdateIngressRulesRequest` class is used to send a request to update ingress rules and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `IngressRules`, which is a list of `FirewallRule` objects, and `Name`, representing the name of the firewall collection."],["The document also includes a history of previous versions of the class, ranging from version 1.0.0 up to the latest version 2.4.0, showcasing changes made over time."],["The document goes over the constructors of the `BatchUpdateIngressRulesRequest` class, namely a parameterless one, and one that receives another `BatchUpdateIngressRulesRequest` instance as parameter."]]],[]]