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 found in the `Google.Cloud.AppEngine.V1` namespace."],["This class serves as a request message for the `Applications.GetApplication` method, used to retrieve a specific application resource."],["It is available in multiple versions, ranging from 1.0.0 to the latest 2.4.0, with each version accessible through a unique URL path."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a `Name` property of type `string`, which holds the name of the application resource to be retrieved, using a format like 'apps/myapp'."]]],[]]