- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public interface SummarizedProfileOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
boolean | Whether the summary field is set. |