- 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 final class SummarizedProfile extends GeneratedMessageV3 implements SummarizedProfileOrBuilder
Profile entry with metadata inside SearchProfilesResponse.
Protobuf type google.cloud.talent.v4beta1.SummarizedProfile
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SummarizedProfileImplements
SummarizedProfileOrBuilderStatic Fields
PROFILES_FIELD_NUMBER
public static final int PROFILES_FIELD_NUMBER
Type | Description |
int |
SUMMARY_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SummarizedProfile getDefaultInstance()
Type | Description |
SummarizedProfile |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SummarizedProfile.Builder newBuilder()
Type | Description |
SummarizedProfile.Builder |
newBuilder(SummarizedProfile prototype)
public static SummarizedProfile.Builder newBuilder(SummarizedProfile prototype)
Name | Description |
prototype | SummarizedProfile |
Type | Description |
SummarizedProfile.Builder |
parseDelimitedFrom(InputStream input)
public static SummarizedProfile parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SummarizedProfile |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SummarizedProfile |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SummarizedProfile parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SummarizedProfile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SummarizedProfile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SummarizedProfile parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SummarizedProfile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SummarizedProfile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SummarizedProfile parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SummarizedProfile |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SummarizedProfile |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SummarizedProfile parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SummarizedProfile |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SummarizedProfile |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SummarizedProfile parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SummarizedProfile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SummarizedProfile |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SummarizedProfile> parser()
Type | Description |
Parser<SummarizedProfile> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public SummarizedProfile getDefaultInstanceForType()
Type | Description |
SummarizedProfile |
getParserForType()
public Parser<SummarizedProfile> getParserForType()
Type | Description |
Parser<SummarizedProfile> |
getProfiles(int index)
public 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 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 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 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 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> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSummary()
public 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 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 |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasSummary()
public 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. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public SummarizedProfile.Builder newBuilderForType()
Type | Description |
SummarizedProfile.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SummarizedProfile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SummarizedProfile.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SummarizedProfile.Builder toBuilder()
Type | Description |
SummarizedProfile.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |