public sealed class GetApplicationRequest : IMessage<GetApplicationRequest>, IEquatable<GetApplicationRequest>, IDeepCloneable<GetApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub 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 in the App Hub v1 API is used to request information about a specific application."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to define its behavior and capabilities."],["It has two constructors, one default and one that takes another `GetApplicationRequest` instance for creating a copy."],["The `GetApplicationRequest` includes properties such as `ApplicationName` and `Name`, which are used to identify the application to be fetched."],["The `Name` property is required, and must be in the format `projects/{project}/locations/{location}/applications/{application}`."]]],[]]