Class: Google::Cloud::Talent::V4beta1::SummarizedProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile_service.rb

Overview

Profile entry with metadata inside SearchProfilesResponse.

Instance Attribute Summary collapse

Instance Attribute Details

#profiles::Array<::Google::Cloud::Talent::V4beta1::Profile>

Returns A list of profiles that are linked by Profile.group_id.

Returns:



385
386
387
388
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 385

class SummarizedProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#summary::Google::Cloud::Talent::V4beta1::Profile

Returns 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".



385
386
387
388
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 385

class SummarizedProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end