public sealed class GetIngressRuleRequest : IMessage<GetIngressRuleRequest>, IEquatable<GetIngressRuleRequest>, IDeepCloneable<GetIngressRuleRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetIngressRuleRequest` class, which is a request message for retrieving a firewall ingress rule in the Google Cloud App Engine V1 API."],["The latest version of `GetIngressRuleRequest` is 2.4.0, with multiple other versions available, ranging from 1.0.0 to 2.3.0."],["`GetIngressRuleRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Name` property that contains the name of the Firewall resource to retrieve, such as `apps/myapp/firewall/ingressRules/100`."],["There are two constructors for `GetIngressRuleRequest`, one default, and one that takes another `GetIngressRuleRequest` as a parameter."]]],[]]