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:



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

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/foo/tenants/bar/profiles/baz".

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/foo/tenants/bar/profiles/baz".



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

class CreateApplicationRequest; end