public interface SummarizedProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Profile |
getProfiles(int index)
A list of profiles that are linked by
[Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
|
int |
getProfilesCount()
A list of profiles that are linked by
[Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
|
List<Profile> |
getProfilesList()
A list of profiles that are linked by
[Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
|
ProfileOrBuilder |
getProfilesOrBuilder(int index)
A list of profiles that are linked by
[Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
|
List<? extends ProfileOrBuilder> |
getProfilesOrBuilderList()
A list of profiles that are linked by
[Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
|
Profile |
getSummary()
A profile summary shows the profile summary and how the profile matches the
search query.
|
ProfileOrBuilder |
getSummaryOrBuilder()
A profile summary shows the profile summary and how the profile matches the
search query.
|
boolean |
hasSummary()
A profile summary shows the profile summary and how the profile matches the
search query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Profile> getProfilesList()
A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;Profile getProfiles(int index)
A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;int getProfilesCount()
A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;List<? extends ProfileOrBuilder> getProfilesOrBuilderList()
A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;ProfileOrBuilder getProfilesOrBuilder(int index)
A list of profiles that are linked by [Profile.group_id][google.cloud.talent.v4beta1.Profile.group_id].
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;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][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".
.google.cloud.talent.v4beta1.Profile summary = 2;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][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".
.google.cloud.talent.v4beta1.Profile summary = 2;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][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".
.google.cloud.talent.v4beta1.Profile summary = 2;Copyright © 2019 Google LLC. All rights reserved.