public sealed class GetApplicationRequest : IMessage<GetApplicationRequest>, IEquatable<GetApplicationRequest>, IDeepCloneable<GetApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetApplicationRequest.
[[["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 `GetApplicationRequest` class is part of the Google Cloud App Engine v1 API, specifically used to request application details."],["This class is available in multiple versions, with the latest being 2.4.0 and going as far back as version 1.0.0."],["The `GetApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of `GetApplicationRequest` is `Name`, which is a string representing the application resource name, such as `apps/myapp`."]]],[]]