public sealed class GetApplicationRequest : IMessage<GetApplicationRequest>, IEquatable<GetApplicationRequest>, IDeepCloneable<GetApplicationRequest>, 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 `GetApplicationRequest` class, which is used to request application details in the Google Cloud App Engine V1 API."],["The latest version of the `GetApplicationRequest` is 2.4.0, and the page also lists earlier versions, going back to 1.0.0, for historical reference."],["The `GetApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing message serialization, equality checks, cloning, and buffering."],["The class includes a `Name` property of type string, which is used to specify the name of the application resource being requested."],["This class inherits from `Object` and features two constructors: one default and another that takes a `GetApplicationRequest` object for parameter."]]],[]]