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, as part of the `Google.Cloud.Talent.V4Beta1` namespace."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a constructor and another overload allowing it to be initialized using another `GetApplicationRequest`."],["`GetApplicationRequest` includes a `Name` property, a string, that is required to specify the resource name of the application to retrieve."],["It contains an `ApplicationName` property, which provides a typed view of the resource name property."]]],[]]