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."],["It is part of the `Google.Cloud.AppHub.V1` namespace and is implemented in the `Google.Cloud.AppHub.V1.dll` assembly."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetApplicationRequest` class includes properties such as `ApplicationName` (of type `ApplicationName`) and `Name` (of type `string`), which are used to specify the application to fetch."],["The class contains two constructors, one default constructor and another that takes another GetApplicationRequest as a parameter."]]],[]]