Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::SummarizedProfile

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::SummarizedProfile.

Profile entry with metadata inside SearchProfilesResponse.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#profiles

def profiles() -> ::Array<::Google::Cloud::Talent::V4beta1::Profile>
Returns

#profiles=

def profiles=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Profile>
Parameter
Returns

#summary

def summary() -> ::Google::Cloud::Talent::V4beta1::Profile
Returns
  • (::Google::Cloud::Talent::V4beta1::Profile) — A profile summary shows the profile summary and how the profile matches the search query.

    In profile summary, the profiles with the same Profile.group_id are merged together. Among profiles, same education/employment records may be slightly different but they are merged into one with best efforts.

    For example, in one profile the school name is "UC Berkeley" and the field study is "Computer Science" and in another one the school name is "University of California at Berkeley" and the field study is "CS". The API merges these two inputs into one and selects one value for each field. For example, the school name in summary is set to "University of California at Berkeley" and the field of study is set to "Computer Science".

#summary=

def summary=(value) -> ::Google::Cloud::Talent::V4beta1::Profile
Parameter
  • value (::Google::Cloud::Talent::V4beta1::Profile) — A profile summary shows the profile summary and how the profile matches the search query.

    In profile summary, the profiles with the same Profile.group_id are merged together. Among profiles, same education/employment records may be slightly different but they are merged into one with best efforts.

    For example, in one profile the school name is "UC Berkeley" and the field study is "Computer Science" and in another one the school name is "University of California at Berkeley" and the field study is "CS". The API merges these two inputs into one and selects one value for each field. For example, the school name in summary is set to "University of California at Berkeley" and the field of study is set to "Computer Science".

Returns
  • (::Google::Cloud::Talent::V4beta1::Profile) — A profile summary shows the profile summary and how the profile matches the search query.

    In profile summary, the profiles with the same Profile.group_id are merged together. Among profiles, same education/employment records may be slightly different but they are merged into one with best efforts.

    For example, in one profile the school name is "UC Berkeley" and the field study is "Computer Science" and in another one the school name is "University of California at Berkeley" and the field study is "CS". The API merges these two inputs into one and selects one value for each field. For example, the school name in summary is set to "University of California at Berkeley" and the field of study is set to "Computer Science".