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."],[[["The `GetIngressRuleRequest` class is a request message used for retrieving firewall ingress rules within the `Google.Cloud.AppEngine.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as deep cloning and protocol buffer message handling."],["`GetIngressRuleRequest` has two constructors, a default constructor and a constructor to create a copy from another `GetIngressRuleRequest` instance."],["The class contains a `Name` property, which is a string representing the name of the firewall resource to be retrieved, following a specific format, such as `apps/myapp/firewall/ingressRules/100`."],["The documentation includes versions from 1.0.0 to 2.4.0, with version 2.4.0 being the latest release."]]],[]]