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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile.rb

Overview

Resource that represents an employment record of a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#address::Google::Cloud::Talent::V4beta1::Address

Returns The physical address of the employer.

Returns:



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#division_name::String

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#employer_name::String

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#employer_name_snippet::String (readonly)

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_date::Google::Type::Date

Returns End date of the employment.

Returns:



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#is_current::Google::Protobuf::BoolValue

Returns If this employment is current.

Returns:



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#is_self_employed::Google::Protobuf::BoolValue

Returns If this employment is self-employed.

Returns:



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#is_supervisor::Google::Protobuf::BoolValue

Returns If the jobs is a supervisor position.

Returns:



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_description::String

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_description_snippet::String (readonly)

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_title::String

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_title_snippet::String (readonly)

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.



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_date::Google::Type::Date

Returns Start date of the employment.

Returns:



578
579
580
581
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 578

class EmploymentRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end