public sealed class DeleteIngressRuleRequest : IMessage<DeleteIngressRuleRequest>, IEquatable<DeleteIngressRuleRequest>, IDeepCloneable<DeleteIngressRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteIngressRuleRequest.
[[["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 `DeleteIngressRuleRequest` class is part of the Google Cloud App Engine v1 API and is used to request the deletion of an ingress rule within a firewall."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Protocol Buffers framework."],["The `DeleteIngressRuleRequest` class has two constructors, one default and another to create a copy of an existing `DeleteIngressRuleRequest` object."],["The `Name` property within the `DeleteIngressRuleRequest` class is a string that specifies the resource path of the firewall rule to be deleted, with a format similar to `apps/myapp/firewall/ingressRules/100`."],["The reference documentation provides access to multiple versions, spanning from 1.0.0 to the latest 2.4.0 version of the `DeleteIngressRuleRequest`."]]],[]]