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 for retrieving a firewall ingress rule, part of the `Google.Cloud.AppEngine.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `GetIngressRuleRequest` class includes a `Name` property, which is a string representing the resource name of the ingress rule to retrieve, following a specific format like `apps/myapp/firewall/ingressRules/100`."],["The documentation page covers versions of the Google Cloud App Engine API for .NET, listing versions from 1.0.0 to 2.4.0, with 2.4.0 being the latest version."]]],[]]