Class: Google::Cloud::Talent::V4beta1::EmploymentRecord
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::EmploymentRecord
- 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
-
#address ⇒ Google::Cloud::Talent::V4beta1::Address
Optional.
-
#division_name ⇒ String
Optional.
-
#employer_name ⇒ String
Optional.
-
#employer_name_snippet ⇒ String
Output only.
-
#end_date ⇒ Google::Type::Date
Optional.
-
#is_current ⇒ Google::Protobuf::BoolValue
Optional.
-
#is_self_employed ⇒ Google::Protobuf::BoolValue
Optional.
-
#is_supervisor ⇒ Google::Protobuf::BoolValue
Optional.
-
#job_description ⇒ String
Optional.
-
#job_description_snippet ⇒ String
Output only.
-
#job_title ⇒ String
Optional.
-
#job_title_snippet ⇒ String
Output only.
-
#start_date ⇒ Google::Type::Date
Optional.
Instance Attribute Details
#address ⇒ Google::Cloud::Talent::V4beta1::Address
Returns Optional.
The physical address of the employer.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#division_name ⇒ String
Returns Optional.
The division name of the employment.
For example, division, department, client, and so on.
Number of characters allowed is 100.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#employer_name ⇒ String
Returns Optional.
The name of the employer company/organization.
For example, "Google", "Alphabet", and so on.
Number of characters allowed is 100.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#employer_name_snippet ⇒ String
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.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#end_date ⇒ Google::Type::Date
Returns Optional.
End date of the employment.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#is_current ⇒ Google::Protobuf::BoolValue
Returns Optional.
If this employment is current.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#is_self_employed ⇒ Google::Protobuf::BoolValue
Returns Optional.
If this employment is self-employed.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#is_supervisor ⇒ Google::Protobuf::BoolValue
Returns Optional.
If the jobs is a supervisor position.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#job_description ⇒ String
Returns Optional.
The description of job content.
Number of characters allowed is 100,000.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#job_description_snippet ⇒ String
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.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#job_title ⇒ String
Returns Optional.
The job title of the employment.
For example, "Software Engineer", "Data Scientist", and so on.
Number of characters allowed is 100.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#job_title_snippet ⇒ String
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |
#start_date ⇒ Google::Type::Date
Returns Optional.
Start date of the employment.
559 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 559 class EmploymentRecord; end |