public sealed class UpdateIngressRuleRequest : IMessage<UpdateIngressRuleRequest>, IEquatable<UpdateIngressRuleRequest>, IDeepCloneable<UpdateIngressRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class UpdateIngressRuleRequest.
[[["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 `UpdateIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically for .NET."],["The `UpdateIngressRuleRequest` class is a request message used for updating firewall ingress rules, as part of the `Firewall.UpdateIngressRule` function."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, `Rule`, and `UpdateMask`, which allow for specifying the firewall resource to update, the new rule, and the fields to be updated."],["The latest version available for reference in the documentation is 2.4.0, and many previous versions are available dating back to 1.0.0."]]],[]]