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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `UpdateIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically for the .NET environment."],["The `UpdateIngressRuleRequest` class is used to send request messages for updating firewall ingress rules in App Engine, which is also compatible with various interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has properties to configure the update such as the `Name` of the firewall resource, the new `Rule`, and the `UpdateMask` to specify which fields should be updated."],["The document lists available versions of the `UpdateIngressRuleRequest` class, ranging from version 1.0.0 to the latest 2.4.0, along with links to each version's documentation."],["The `UpdateIngressRuleRequest` class has two constructors: one default constructor, and another to construct a new object by copying another `UpdateIngressRuleRequest` object."]]],[]]