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 information for the `BatchUpdateIngressRulesRequest` class, part of the Google.Cloud.AppEngine.V1 API, with version 2.3.0 being the current version of focus and 2.4.0 being the latest."],["`BatchUpdateIngressRulesRequest` serves as the request message for the `Firewall.BatchUpdateIngressRules` method, enabling the update of ingress firewall rules."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The `BatchUpdateIngressRulesRequest` class offers properties like `IngressRules` (a list of `FirewallRule` objects) and `Name` (the name of the firewall collection)."],["The documentation also provides a version history of this resource, spanning from version 1.0.0 up to the latest 2.4.0, with version 2.3.0 currently being viewed."]]],[]]