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
SUMMARY_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SummarizedProfile getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SummarizedProfile.Builder newBuilder()
Returns
newBuilder(SummarizedProfile prototype)
public static SummarizedProfile.Builder newBuilder(SummarizedProfile prototype)
Parameter
Returns
public static SummarizedProfile parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SummarizedProfile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SummarizedProfile parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SummarizedProfile parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SummarizedProfile parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SummarizedProfile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SummarizedProfile parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SummarizedProfile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SummarizedProfile parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SummarizedProfile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SummarizedProfile> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SummarizedProfile getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SummarizedProfile> getParserForType()
Returns
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
Returns
getProfilesCount()
public int getProfilesCount()
A list of profiles that are linked by Profile.group_id.
repeated .google.cloud.talent.v4beta1.Profile profiles = 1;
Returns
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
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
Returns
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
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
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SummarizedProfile.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SummarizedProfile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SummarizedProfile.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions