Class: Google::Cloud::Talent::V4beta1::EducationRecord
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::EducationRecord
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents an education record of a candidate.
Instance Attribute Summary collapse
-
#address ⇒ Google::Cloud::Talent::V4beta1::Address
The physical address of the education institution.
-
#degree_description ⇒ String
The full description of the degree.
-
#degree_snippet ⇒ String
Output only.
-
#description ⇒ String
The description of the education.
-
#end_date ⇒ Google::Type::Date
The end date of the education.
-
#expected_graduation_date ⇒ Google::Type::Date
The expected graduation date if currently pursuing a degree.
-
#is_current ⇒ Google::Protobuf::BoolValue
If this education is current.
-
#school_name ⇒ String
The name of the school or institution.
-
#school_name_snippet ⇒ String
Output only.
-
#start_date ⇒ Google::Type::Date
The start date of the education.
-
#structured_degree ⇒ Google::Cloud::Talent::V4beta1::Degree
The structured notation of the degree.
Instance Attribute Details
#address ⇒ Google::Cloud::Talent::V4beta1::Address
Returns The physical address of the education institution.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#degree_description ⇒ String
Returns The full description of the degree.
For example, "Master of Science in Computer Science", "B.S in Math".
Number of characters allowed is 100.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#degree_snippet ⇒ String
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#description ⇒ String
Returns The description of the education.
Number of characters allowed is 100,000.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#end_date ⇒ Google::Type::Date
Returns The end date of the education.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#expected_graduation_date ⇒ Google::Type::Date
Returns The expected graduation date if currently pursuing a degree.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#is_current ⇒ Google::Protobuf::BoolValue
Returns If this education is current.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#school_name ⇒ String
Returns The name of the school or institution.
For example, "Stanford University", "UC Berkeley", and so on.
Number of characters allowed is 250.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#school_name_snippet ⇒ String
Returns Output only. The school name snippet shows how the school_name is related to a search query in search result. It's empty if the school_name isn't related to the search query.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#start_date ⇒ Google::Type::Date
Returns The start date of the education.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |
#structured_degree ⇒ Google::Cloud::Talent::V4beta1::Degree
Returns The structured notation of the degree.
637 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 637 class EducationRecord; end |