Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Degree.
Resource that represents a degree pursuing or acquired by a candidate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#degree_name
def degree_name() -> ::String
-
(::String) — Full Degree name.
For example, "B.S.", "Master of Arts", and so on.
Number of characters allowed is 100.
#degree_name=
def degree_name=(value) -> ::String
-
value (::String) — Full Degree name.
For example, "B.S.", "Master of Arts", and so on.
Number of characters allowed is 100.
-
(::String) — Full Degree name.
For example, "B.S.", "Master of Arts", and so on.
Number of characters allowed is 100.
#degree_type
def degree_type() -> ::Google::Cloud::Talent::V4beta1::DegreeType
- (::Google::Cloud::Talent::V4beta1::DegreeType) — ISCED degree type.
#degree_type=
def degree_type=(value) -> ::Google::Cloud::Talent::V4beta1::DegreeType
- value (::Google::Cloud::Talent::V4beta1::DegreeType) — ISCED degree type.
- (::Google::Cloud::Talent::V4beta1::DegreeType) — ISCED degree type.
#fields_of_study
def fields_of_study() -> ::Array<::String>
-
(::Array<::String>) — Fields of study for the degree.
For example, "Computer science", "engineering".
Number of characters allowed is 100.
#fields_of_study=
def fields_of_study=(value) -> ::Array<::String>
-
value (::Array<::String>) — Fields of study for the degree.
For example, "Computer science", "engineering".
Number of characters allowed is 100.
-
(::Array<::String>) — Fields of study for the degree.
For example, "Computer science", "engineering".
Number of characters allowed is 100.