Class: Google::Cloud::Talent::V4beta1::GetApplicationRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb

Overview

Request for getting a application by name.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns 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/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application".

Returns:

  • (String)

    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/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application".



48
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 48

class GetApplicationRequest; end