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 latest version of the `GetApplicationRequest` class within the Google.Cloud.AppEngine.V1 API is 2.4.0, and there are multiple previous versions documented, ranging from 1.0.0 to 2.3.0."],["`GetApplicationRequest` is a request message for the `Applications.GetApplication` method within the App Engine v1 API."],["The `GetApplicationRequest` class inherits from the base `object` class and implements several interfaces: `IMessage\u003cGetApplicationRequest\u003e`, `IEquatable\u003cGetApplicationRequest\u003e`, `IDeepCloneable\u003cGetApplicationRequest\u003e`, `IBufferMessage`, and `IMessage`."],["This class includes a constructor and a property called `Name`, which is a string representing the name of the Application resource to retrieve, such as `apps/myapp`."]]],[]]