Class: Google::Cloud::Talent::V4beta1::Degree

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb

Overview

Resource that represents a degree pursuing or acquired by a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#degree_nameString

Returns Full Degree name.

For example, "B.S.", "Master of Arts", and so on.

Number of characters allowed is 100.

Returns:

  • (String)

    Full Degree name.

    For example, "B.S.", "Master of Arts", and so on.

    Number of characters allowed is 100.



657
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 657

class Degree; end

#degree_typeGoogle::Cloud::Talent::V4beta1::DegreeType

Returns ISCED degree type.

Returns:



657
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 657

class Degree; end

#fields_of_studyArray<String>

Returns Fields of study for the degree.

For example, "Computer science", "engineering".

Number of characters allowed is 100.

Returns:

  • (Array<String>)

    Fields of study for the degree.

    For example, "Computer science", "engineering".

    Number of characters allowed is 100.



657
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 657

class Degree; end