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 document provides reference information for the `GetIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically version 2.2.0."],["The `GetIngressRuleRequest` class is used as a request message for the `Firewall.GetIngressRule` method, enabling users to retrieve specific firewall ingress rules."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various functionalities like serialization, equality checks, cloning, and buffer message handling."],["The `GetIngressRuleRequest` class features a `Name` property which is a string that specifies the unique name of the Firewall resource to be retrieved."],["The documentation presents the available versions of the API, ranging from version 1.0.0 to the latest version, 2.4.0."]]],[]]