Class SummarizedProfile (2.2.9)

public final class SummarizedProfile extends GeneratedMessageV3 implements SummarizedProfileOrBuilder

Profile entry with metadata inside SearchProfilesResponse.

Protobuf type google.cloud.talent.v4beta1.SummarizedProfile

Static Fields

PROFILES_FIELD_NUMBER

public static final int PROFILES_FIELD_NUMBER
Field Value
Type Description
int

SUMMARY_FIELD_NUMBER

public static final int SUMMARY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SummarizedProfile getDefaultInstance()
Returns
Type Description
SummarizedProfile

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SummarizedProfile.Builder newBuilder()
Returns
Type Description
SummarizedProfile.Builder

newBuilder(SummarizedProfile prototype)

public static SummarizedProfile.Builder newBuilder(SummarizedProfile prototype)
Parameter
Name Description
prototype SummarizedProfile
Returns
Type Description
SummarizedProfile.Builder

parseDelimitedFrom(InputStream input)

public static SummarizedProfile parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SummarizedProfile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SummarizedProfile parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SummarizedProfile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SummarizedProfile parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SummarizedProfile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SummarizedProfile parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SummarizedProfile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SummarizedProfile parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SummarizedProfile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SummarizedProfile parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SummarizedProfile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SummarizedProfile
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SummarizedProfile> parser()
Returns
Type Description
Parser<SummarizedProfile>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SummarizedProfile getDefaultInstanceForType()
Returns
Type Description
SummarizedProfile

getParserForType()

public Parser<SummarizedProfile> getParserForType()
Returns
Type Description
Parser<SummarizedProfile>
Overrides

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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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;

Returns
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;

Returns
Type Description
ProfileOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

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;

Returns
Type Description
boolean

Whether the summary field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SummarizedProfile.Builder newBuilderForType()
Returns
Type Description
SummarizedProfile.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SummarizedProfile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SummarizedProfile.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SummarizedProfile.Builder toBuilder()
Returns
Type Description
SummarizedProfile.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException