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 the `Firewall.GetIngressRule` method within the Google Cloud App Engine V1 API."],["The `GetIngressRuleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific protocol buffer and .NET standards."],["The class offers two constructors: a default constructor and one that takes another `GetIngressRuleRequest` object, enabling object cloning and there is a property of Name as a string type."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version 2.4.0 for the Google Cloud App Engine V1, although this page is specifically for the 1.3.0 version."]]],[]]