Class SummarizedProfile

public sealed class SummarizedProfile : IMessage<SummarizedProfile>, IEquatable<SummarizedProfile>, IDeepCloneable<SummarizedProfile>, IBufferMessage, IMessage

Profile entry with metadata inside [SearchProfilesResponse][google.cloud.talent.v4beta1.SearchProfilesResponse].

Inheritance

Object > SummarizedProfile

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

SummarizedProfile()

public SummarizedProfile()

SummarizedProfile(SummarizedProfile)

public SummarizedProfile(SummarizedProfile other)
Parameter
NameDescription
otherSummarizedProfile

Properties

Profiles

public RepeatedField<Profile> Profiles { get; }

A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].

Property Value
TypeDescription
RepeatedField<Profile>

Summary

public Profile Summary { get; set; }

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][google.cloud.talent.v4beta1.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".

Property Value
TypeDescription
Profile