public sealed class GetIngressRuleRequest : IMessage<GetIngressRuleRequest>, IEquatable<GetIngressRuleRequest>, IDeepCloneable<GetIngressRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetIngressRuleRequest.
[[["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 page provides reference documentation for the `GetIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically version 2.1.0."],["`GetIngressRuleRequest` is a request message used for `Firewall.GetIngressRule` operations, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for reference is version 2.4.0, with versions ranging from 1.0.0 to 2.4.0."],["The `GetIngressRuleRequest` class has a `Name` property, which is a string representing the resource name of the firewall rule to retrieve, such as `apps/myapp/firewall/ingressRules/100`."],["There are two constructors available for `GetIngressRuleRequest`: a parameterless constructor and a constructor that takes another `GetIngressRuleRequest` instance."]]],[]]