public sealed class GetApplicationRequest : IMessage<GetApplicationRequest>, IEquatable<GetApplicationRequest>, IDeepCloneable<GetApplicationRequest>, IBufferMessage, IMessage
Required. The resource name of the application to be retrieved.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
[[["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-04-17 UTC."],[[["The `GetApplicationRequest` class is used to request an application by its name, and it is located in the `Google.Cloud.Talent.V4Beta1` namespace within the `Google.Cloud.Talent.V4Beta1.dll` assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for `GetApplicationRequest`: a default constructor and one that accepts another `GetApplicationRequest` object as a parameter."],["The class has two properties: `ApplicationName`, which provides an `ApplicationName`-typed view of the resource name, and `Name`, a string representing the resource name of the application to be retrieved in the required format."],["The latest version of this function is `3.0.0-beta06` found in the link `/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.GetApplicationRequest`."]]],[]]