Class: Google::Cloud::Talent::V4beta1::CreateApplicationRequest

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

Overview

The Request of the CreateApplication method.

Instance Attribute Summary collapse

Instance Attribute Details

#applicationGoogle::Cloud::Talent::V4beta1::Application

Returns Required.

The application to be created.

Returns:



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

class CreateApplicationRequest; end

#parentString

Returns Required.

Resource name of the profile under which the application is created.

The format is "projects/project_id/tenants/tenant_id/profiles/profile_id", for example, "projects/test-project/tenants/test-tenant/profiles/test-profile".

Returns:

  • (String)

    Required.

    Resource name of the profile under which the application is created.

    The format is "projects/project_id/tenants/tenant_id/profiles/profile_id", for example, "projects/test-project/tenants/test-tenant/profiles/test-profile".



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

class CreateApplicationRequest; end