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
Optional.
-
#degree_description ⇒ String
Optional.
-
#degree_snippet ⇒ String
Output only.
-
#description ⇒ String
Optional.
-
#end_date ⇒ Google::Type::Date
Optional.
-
#expected_graduation_date ⇒ Google::Type::Date
Optional.
-
#is_current ⇒ Google::Protobuf::BoolValue
Optional.
-
#school_name ⇒ String
Optional.
-
#school_name_snippet ⇒ String
Output only.
-
#start_date ⇒ Google::Type::Date
Optional.
-
#structured_degree ⇒ Google::Cloud::Talent::V4beta1::Degree
Optional.
Instance Attribute Details
#address ⇒ Google::Cloud::Talent::V4beta1::Address
Returns Optional.
The physical address of the education institution.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#degree_description ⇒ String
Returns Optional.
The full description of the degree.
For example, "Master of Science in Computer Science", "B.S in Math".
Number of characters allowed is 100.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#degree_snippet ⇒ String
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#description ⇒ String
Returns Optional.
The description of the education.
Number of characters allowed is 100,000.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#end_date ⇒ Google::Type::Date
Returns Optional.
The end date of the education.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#expected_graduation_date ⇒ Google::Type::Date
Returns Optional.
The expected graduation date if currently pursuing a degree.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#is_current ⇒ Google::Protobuf::BoolValue
Returns Optional.
If this education is current.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#school_name ⇒ String
Returns Optional.
The name of the school or institution.
For example, "Stanford University", "UC Berkeley", and so on.
Number of characters allowed is 100.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 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.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#start_date ⇒ Google::Type::Date
Returns Optional.
The start date of the education.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |
#structured_degree ⇒ Google::Cloud::Talent::V4beta1::Degree
Returns Optional.
The structured notation of the degree.
627 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 627 class EducationRecord; end |