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 documentation for the `GetIngressRuleRequest` class within the Google Cloud App Engine v1 API, detailing its structure, inheritance, and implementation."],["`GetIngressRuleRequest` is the request message type used for the `Firewall.GetIngressRule` method, designed to retrieve specific ingress rules."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The document outlines the class constructors, including a default constructor and a copy constructor that takes another `GetIngressRuleRequest` object."],["The `Name` property of `GetIngressRuleRequest` is a string that represents the identifier of the firewall resource being retrieved, such as `apps/myapp/firewall/ingressRules/100`."]]],[]]