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."],[[["The `UpdateIngressRuleRequest` class is used to define a request for updating an ingress rule in the App Engine v1 API, specifically for the `Firewall.UpdateIngressRule` method."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["It contains properties to specify the name of the firewall resource to update (`Name`), the updated firewall rule itself (`Rule`), and a field mask to define which fields should be updated (`UpdateMask`)."],["The `UpdateIngressRuleRequest` class is in the namespace `Google.Cloud.AppEngine.V1` and found in the assembly `Google.Cloud.AppEngine.V1.dll`."],["The documentation shows versions of this class from version 1.0.0 all the way to the latest version 2.4.0."]]],[]]