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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `GetApplicationRequest` class within the Google Cloud App Engine v1 API for .NET."],["The `GetApplicationRequest` class is a request message used to retrieve an application, as indicated by its function `Applications.GetApplication`."],["The latest version of this API available on the page is 2.4.0, and there is a full version history provided ranging from 1.0.0 to the current latest version."],["The `GetApplicationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It contains a property, `Name`, which is a string used to define the application resource to be retrieved, using the format `apps/myapp` as an example."]]],[]]