Interface SummarizedProfileOrBuilder

public interface SummarizedProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProfiles(int index)

public abstract Profile getProfiles(int index)

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

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Profile

getProfilesCount()

public abstract int getProfilesCount()

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

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Returns
TypeDescription
int

getProfilesList()

public abstract List<Profile> getProfilesList()

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

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Returns
TypeDescription
List<Profile>

getProfilesOrBuilder(int index)

public abstract ProfileOrBuilder getProfilesOrBuilder(int index)

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

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProfileOrBuilder

getProfilesOrBuilderList()

public abstract List<? extends ProfileOrBuilder> getProfilesOrBuilderList()

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

repeated .google.cloud.talent.v4beta1.Profile profiles = 1;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.ProfileOrBuilder>

getSummary()

public abstract Profile getSummary()

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

.google.cloud.talent.v4beta1.Profile summary = 2;

Returns
TypeDescription
Profile

The summary.

getSummaryOrBuilder()

public abstract ProfileOrBuilder getSummaryOrBuilder()

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

.google.cloud.talent.v4beta1.Profile summary = 2;

Returns
TypeDescription
ProfileOrBuilder

hasSummary()

public abstract boolean hasSummary()

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

.google.cloud.talent.v4beta1.Profile summary = 2;

Returns
TypeDescription
boolean

Whether the summary field is set.