Class: Google::Cloud::Talent::V4beta1::EmploymentRecord

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

Overview

Resource that represents an employment record of a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#addressGoogle::Cloud::Talent::V4beta1::Address

Returns The physical address of the employer.

Returns:



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#division_nameString

Returns The division name of the employment.

For example, division, department, client, and so on.

Number of characters allowed is 100.

Returns:

  • (String)

    The division name of the employment.

    For example, division, department, client, and so on.

    Number of characters allowed is 100.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#employer_nameString

Returns The name of the employer company/organization.

For example, "Google", "Alphabet", and so on.

Number of characters allowed is 250.

Returns:

  • (String)

    The name of the employer company/organization.

    For example, "Google", "Alphabet", and so on.

    Number of characters allowed is 250.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#employer_name_snippetString

Returns Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.

Returns:

  • (String)

    Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#end_dateGoogle::Type::Date

Returns End date of the employment.

Returns:



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#is_currentGoogle::Protobuf::BoolValue

Returns If this employment is current.

Returns:



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#is_self_employedGoogle::Protobuf::BoolValue

Returns If this employment is self-employed.

Returns:



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#is_supervisorGoogle::Protobuf::BoolValue

Returns If the jobs is a supervisor position.

Returns:



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#job_descriptionString

Returns The description of job content.

Number of characters allowed is 100,000.

Returns:

  • (String)

    The description of job content.

    Number of characters allowed is 100,000.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#job_description_snippetString

Returns Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.

Returns:

  • (String)

    Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#job_titleString

Returns The job title of the employment.

For example, "Software Engineer", "Data Scientist", and so on.

Number of characters allowed is 250.

Returns:

  • (String)

    The job title of the employment.

    For example, "Software Engineer", "Data Scientist", and so on.

    Number of characters allowed is 250.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#job_title_snippetString

Returns Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.

Returns:

  • (String)

    Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end

#start_dateGoogle::Type::Date

Returns Start date of the employment.

Returns:



583
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 583

class EmploymentRecord; end