- 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 Profile extends GeneratedMessageV3 implements ProfileOrBuilder
A resource that represents the profile for a job candidate (also referred to as a "single-source profile").
Protobuf type google.cloud.talent.v4beta1.Profile
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ProfileImplements
ProfileOrBuilderStatic Fields
ACTIVITIES_FIELD_NUMBER
public static final int ACTIVITIES_FIELD_NUMBER
Type | Description |
int |
ADDITIONAL_CONTACT_INFO_FIELD_NUMBER
public static final int ADDITIONAL_CONTACT_INFO_FIELD_NUMBER
Type | Description |
int |
ADDRESSES_FIELD_NUMBER
public static final int ADDRESSES_FIELD_NUMBER
Type | Description |
int |
APPLICATIONS_FIELD_NUMBER
public static final int APPLICATIONS_FIELD_NUMBER
Type | Description |
int |
ASSIGNMENTS_FIELD_NUMBER
public static final int ASSIGNMENTS_FIELD_NUMBER
Type | Description |
int |
AVAILABILITY_SIGNALS_FIELD_NUMBER
public static final int AVAILABILITY_SIGNALS_FIELD_NUMBER
Type | Description |
int |
CANDIDATE_UPDATE_TIME_FIELD_NUMBER
public static final int CANDIDATE_UPDATE_TIME_FIELD_NUMBER
Type | Description |
int |
CERTIFICATIONS_FIELD_NUMBER
public static final int CERTIFICATIONS_FIELD_NUMBER
Type | Description |
int |
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Type | Description |
int |
CUSTOM_ATTRIBUTES_FIELD_NUMBER
public static final int CUSTOM_ATTRIBUTES_FIELD_NUMBER
Type | Description |
int |
DERIVED_ADDRESSES_FIELD_NUMBER
public static final int DERIVED_ADDRESSES_FIELD_NUMBER
Type | Description |
int |
EDUCATION_RECORDS_FIELD_NUMBER
public static final int EDUCATION_RECORDS_FIELD_NUMBER
Type | Description |
int |
EMAIL_ADDRESSES_FIELD_NUMBER
public static final int EMAIL_ADDRESSES_FIELD_NUMBER
Type | Description |
int |
EMPLOYMENT_RECORDS_FIELD_NUMBER
public static final int EMPLOYMENT_RECORDS_FIELD_NUMBER
Type | Description |
int |
EXTERNAL_ID_FIELD_NUMBER
public static final int EXTERNAL_ID_FIELD_NUMBER
Type | Description |
int |
GROUP_ID_FIELD_NUMBER
public static final int GROUP_ID_FIELD_NUMBER
Type | Description |
int |
IS_HIRABLE_FIELD_NUMBER
public static final int IS_HIRABLE_FIELD_NUMBER
Type | Description |
int |
KEYWORD_SNIPPET_FIELD_NUMBER
public static final int KEYWORD_SNIPPET_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
PATENTS_FIELD_NUMBER
public static final int PATENTS_FIELD_NUMBER
Type | Description |
int |
PERSONAL_URIS_FIELD_NUMBER
public static final int PERSONAL_URIS_FIELD_NUMBER
Type | Description |
int |
PERSON_NAMES_FIELD_NUMBER
public static final int PERSON_NAMES_FIELD_NUMBER
Type | Description |
int |
PHONE_NUMBERS_FIELD_NUMBER
public static final int PHONE_NUMBERS_FIELD_NUMBER
Type | Description |
int |
PROCESSED_FIELD_NUMBER
public static final int PROCESSED_FIELD_NUMBER
Type | Description |
int |
PUBLICATIONS_FIELD_NUMBER
public static final int PUBLICATIONS_FIELD_NUMBER
Type | Description |
int |
RESUME_FIELD_NUMBER
public static final int RESUME_FIELD_NUMBER
Type | Description |
int |
RESUME_UPDATE_TIME_FIELD_NUMBER
public static final int RESUME_UPDATE_TIME_FIELD_NUMBER
Type | Description |
int |
SKILLS_FIELD_NUMBER
public static final int SKILLS_FIELD_NUMBER
Type | Description |
int |
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Type | Description |
int |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Type | Description |
int |
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Profile getDefaultInstance()
Type | Description |
Profile |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Profile.Builder newBuilder()
Type | Description |
Profile.Builder |
newBuilder(Profile prototype)
public static Profile.Builder newBuilder(Profile prototype)
Name | Description |
prototype | Profile |
Type | Description |
Profile.Builder |
parseDelimitedFrom(InputStream input)
public static Profile parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Profile |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Profile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Profile |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Profile parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Profile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Profile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Profile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Profile parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Profile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Profile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Profile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Profile parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Profile |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Profile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Profile |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Profile parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Profile |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Profile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Profile |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Profile parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Profile |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Profile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Profile |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Profile> parser()
Type | Description |
Parser<Profile> |
Methods
containsCustomAttributes(String key)
public boolean containsCustomAttributes(String key)
A map of fields to hold both filterable and non-filterable custom profile
attributes that aren't covered by the provided structured fields. See
CustomAttribute for more details.
At most 100 filterable and at most 100 unfilterable keys are supported. If
limit is exceeded, an error is thrown. Custom attributes are unfilterable
by default. These are filterable when the filterable
flag is set to
true
.
Numeric custom attributes: each key can only map to one numeric value,
otherwise an error is thrown. Client can also filter on numeric custom
attributes using '>', '<' or '=' operators.
String custom attributes: each key can map up to 50 string values. For
filterable string value, each value has a byte size of no more than 256B.
For unfilterable string values, the maximum byte size of a single key is
64B. An error is thrown for any request exceeding the limit.
The maximum total byte size is 10KB.
map<string, .google.cloud.talent.v4beta1.CustomAttribute> custom_attributes = 26;
Name | Description |
key | String |
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getActivities(int index)
public Activity getActivities(int index)
The individual or collaborative activities which the candidate has participated in, for example, open-source projects, class assignments that aren't listed in employment_records. The limitation for max number of activities is 50.
repeated .google.cloud.talent.v4beta1.Activity activities = 20;
Name | Description |
index | int |
Type | Description |
Activity |
getActivitiesCount()
public int getActivitiesCount()
The individual or collaborative activities which the candidate has participated in, for example, open-source projects, class assignments that aren't listed in employment_records. The limitation for max number of activities is 50.
repeated .google.cloud.talent.v4beta1.Activity activities = 20;
Type | Description |
int |
getActivitiesList()
public List<Activity> getActivitiesList()
The individual or collaborative activities which the candidate has participated in, for example, open-source projects, class assignments that aren't listed in employment_records. The limitation for max number of activities is 50.
repeated .google.cloud.talent.v4beta1.Activity activities = 20;
Type | Description |
List<Activity> |
getActivitiesOrBuilder(int index)
public ActivityOrBuilder getActivitiesOrBuilder(int index)
The individual or collaborative activities which the candidate has participated in, for example, open-source projects, class assignments that aren't listed in employment_records. The limitation for max number of activities is 50.
repeated .google.cloud.talent.v4beta1.Activity activities = 20;
Name | Description |
index | int |
Type | Description |
ActivityOrBuilder |
getActivitiesOrBuilderList()
public List<? extends ActivityOrBuilder> getActivitiesOrBuilderList()
The individual or collaborative activities which the candidate has participated in, for example, open-source projects, class assignments that aren't listed in employment_records. The limitation for max number of activities is 50.
repeated .google.cloud.talent.v4beta1.Activity activities = 20;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.ActivityOrBuilder> |
getAdditionalContactInfo(int index)
public AdditionalContactInfo getAdditionalContactInfo(int index)
Available contact information besides addresses, email_addresses, phone_numbers and personal_uris. For example, Hang-out, Skype.
repeated .google.cloud.talent.v4beta1.AdditionalContactInfo additional_contact_info = 16;
Name | Description |
index | int |
Type | Description |
AdditionalContactInfo |
getAdditionalContactInfoCount()
public int getAdditionalContactInfoCount()
Available contact information besides addresses, email_addresses, phone_numbers and personal_uris. For example, Hang-out, Skype.
repeated .google.cloud.talent.v4beta1.AdditionalContactInfo additional_contact_info = 16;
Type | Description |
int |
getAdditionalContactInfoList()
public List<AdditionalContactInfo> getAdditionalContactInfoList()
Available contact information besides addresses, email_addresses, phone_numbers and personal_uris. For example, Hang-out, Skype.
repeated .google.cloud.talent.v4beta1.AdditionalContactInfo additional_contact_info = 16;
Type | Description |
List<AdditionalContactInfo> |
getAdditionalContactInfoOrBuilder(int index)
public AdditionalContactInfoOrBuilder getAdditionalContactInfoOrBuilder(int index)
Available contact information besides addresses, email_addresses, phone_numbers and personal_uris. For example, Hang-out, Skype.
repeated .google.cloud.talent.v4beta1.AdditionalContactInfo additional_contact_info = 16;
Name | Description |
index | int |
Type | Description |
AdditionalContactInfoOrBuilder |
getAdditionalContactInfoOrBuilderList()
public List<? extends AdditionalContactInfoOrBuilder> getAdditionalContactInfoOrBuilderList()
Available contact information besides addresses, email_addresses, phone_numbers and personal_uris. For example, Hang-out, Skype.
repeated .google.cloud.talent.v4beta1.AdditionalContactInfo additional_contact_info = 16;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.AdditionalContactInfoOrBuilder> |
getAddresses(int index)
public Address getAddresses(int index)
The candidate's postal addresses. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Provide Address.usage if possible, especially if the address is PERSONAL. During a search only personal addresses are considered. If there is no such address, all addresses with unspecified usage are assumed to be personal.
- Provide Address.current for the current address if possible. During a search, only current addresses are considered. If there is no such address, all addresses are assumed to be current. When displaying a candidate's addresses, it is sometimes desirable to limit the number of addresses shown. In these cases we recommend that you display the addresses in the following order of priority:
- Address.usage is PERSONAL and Address.current is true.
- Address.usage is PERSONAL and Address.current is false or not set.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is false or not set.
repeated .google.cloud.talent.v4beta1.Address addresses = 12;
Name | Description |
index | int |
Type | Description |
Address |
getAddressesCount()
public int getAddressesCount()
The candidate's postal addresses. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Provide Address.usage if possible, especially if the address is PERSONAL. During a search only personal addresses are considered. If there is no such address, all addresses with unspecified usage are assumed to be personal.
- Provide Address.current for the current address if possible. During a search, only current addresses are considered. If there is no such address, all addresses are assumed to be current. When displaying a candidate's addresses, it is sometimes desirable to limit the number of addresses shown. In these cases we recommend that you display the addresses in the following order of priority:
- Address.usage is PERSONAL and Address.current is true.
- Address.usage is PERSONAL and Address.current is false or not set.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is false or not set.
repeated .google.cloud.talent.v4beta1.Address addresses = 12;
Type | Description |
int |
getAddressesList()
public List<Address> getAddressesList()
The candidate's postal addresses. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Provide Address.usage if possible, especially if the address is PERSONAL. During a search only personal addresses are considered. If there is no such address, all addresses with unspecified usage are assumed to be personal.
- Provide Address.current for the current address if possible. During a search, only current addresses are considered. If there is no such address, all addresses are assumed to be current. When displaying a candidate's addresses, it is sometimes desirable to limit the number of addresses shown. In these cases we recommend that you display the addresses in the following order of priority:
- Address.usage is PERSONAL and Address.current is true.
- Address.usage is PERSONAL and Address.current is false or not set.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is false or not set.
repeated .google.cloud.talent.v4beta1.Address addresses = 12;
Type | Description |
List<Address> |
getAddressesOrBuilder(int index)
public AddressOrBuilder getAddressesOrBuilder(int index)
The candidate's postal addresses. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Provide Address.usage if possible, especially if the address is PERSONAL. During a search only personal addresses are considered. If there is no such address, all addresses with unspecified usage are assumed to be personal.
- Provide Address.current for the current address if possible. During a search, only current addresses are considered. If there is no such address, all addresses are assumed to be current. When displaying a candidate's addresses, it is sometimes desirable to limit the number of addresses shown. In these cases we recommend that you display the addresses in the following order of priority:
- Address.usage is PERSONAL and Address.current is true.
- Address.usage is PERSONAL and Address.current is false or not set.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is false or not set.
repeated .google.cloud.talent.v4beta1.Address addresses = 12;
Name | Description |
index | int |
Type | Description |
AddressOrBuilder |
getAddressesOrBuilderList()
public List<? extends AddressOrBuilder> getAddressesOrBuilderList()
The candidate's postal addresses. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Provide Address.usage if possible, especially if the address is PERSONAL. During a search only personal addresses are considered. If there is no such address, all addresses with unspecified usage are assumed to be personal.
- Provide Address.current for the current address if possible. During a search, only current addresses are considered. If there is no such address, all addresses are assumed to be current. When displaying a candidate's addresses, it is sometimes desirable to limit the number of addresses shown. In these cases we recommend that you display the addresses in the following order of priority:
- Address.usage is PERSONAL and Address.current is true.
- Address.usage is PERSONAL and Address.current is false or not set.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
- Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is false or not set.
repeated .google.cloud.talent.v4beta1.Address addresses = 12;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.AddressOrBuilder> |
getApplications(int index)
public String getApplications(int index)
Output only. The resource names of the candidate's applications.
repeated string applications = 47 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The applications at the given index. |
getApplicationsBytes(int index)
public ByteString getApplicationsBytes(int index)
Output only. The resource names of the candidate's applications.
repeated string applications = 47 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the applications at the given index. |
getApplicationsCount()
public int getApplicationsCount()
Output only. The resource names of the candidate's applications.
repeated string applications = 47 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The count of applications. |
getApplicationsList()
public ProtocolStringList getApplicationsList()
Output only. The resource names of the candidate's applications.
repeated string applications = 47 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ProtocolStringList | A list containing the applications. |
getAssignments(int index)
public String getAssignments(int index)
Output only. The resource names of the candidate's assignments.
repeated string assignments = 48 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The assignments at the given index. |
getAssignmentsBytes(int index)
public ByteString getAssignmentsBytes(int index)
Output only. The resource names of the candidate's assignments.
repeated string assignments = 48 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the assignments at the given index. |
getAssignmentsCount()
public int getAssignmentsCount()
Output only. The resource names of the candidate's assignments.
repeated string assignments = 48 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The count of assignments. |
getAssignmentsList()
public ProtocolStringList getAssignmentsList()
Output only. The resource names of the candidate's assignments.
repeated string assignments = 48 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ProtocolStringList | A list containing the assignments. |
getAvailabilitySignals(int index)
public AvailabilitySignal getAvailabilitySignals(int index)
Output only. Candidate's availability signals.
repeated .google.cloud.talent.v4beta1.AvailabilitySignal availability_signals = 70 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
AvailabilitySignal |
getAvailabilitySignalsCount()
public int getAvailabilitySignalsCount()
Output only. Candidate's availability signals.
repeated .google.cloud.talent.v4beta1.AvailabilitySignal availability_signals = 70 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getAvailabilitySignalsList()
public List<AvailabilitySignal> getAvailabilitySignalsList()
Output only. Candidate's availability signals.
repeated .google.cloud.talent.v4beta1.AvailabilitySignal availability_signals = 70 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<AvailabilitySignal> |
getAvailabilitySignalsOrBuilder(int index)
public AvailabilitySignalOrBuilder getAvailabilitySignalsOrBuilder(int index)
Output only. Candidate's availability signals.
repeated .google.cloud.talent.v4beta1.AvailabilitySignal availability_signals = 70 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
AvailabilitySignalOrBuilder |
getAvailabilitySignalsOrBuilderList()
public List<? extends AvailabilitySignalOrBuilder> getAvailabilitySignalsOrBuilderList()
Output only. Candidate's availability signals.
repeated .google.cloud.talent.v4beta1.AvailabilitySignal availability_signals = 70 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.AvailabilitySignalOrBuilder> |
getCandidateUpdateTime()
public Timestamp getCandidateUpdateTime()
The timestamp when the profile was last updated as a result of a direct or indirect action by a candidate. These actions include:
- Direct actions such as the candidate submitting a new resume as part of a job application to the agency, using a self-service tool such as a website to update their profile, and so on.
- Indirect actions by the candidate such as uploading a resume to a job board that is collected by the agency through a feed, providing a resume to a recruiter who then uploads it into the ATS, and so on.
- Updates made to the candidate's profile by the recruiter as a result of interacting with the candidate (for example adding a skill or work preference, and so on). Changes to recruiting_notes are specifically excluded from this action type. Note: candidate_update_time must be greater than or equal to resume_update_time or an error is thrown.
.google.protobuf.Timestamp candidate_update_time = 67;
Type | Description |
Timestamp | The candidateUpdateTime. |
getCandidateUpdateTimeOrBuilder()
public TimestampOrBuilder getCandidateUpdateTimeOrBuilder()
The timestamp when the profile was last updated as a result of a direct or indirect action by a candidate. These actions include:
- Direct actions such as the candidate submitting a new resume as part of a job application to the agency, using a self-service tool such as a website to update their profile, and so on.
- Indirect actions by the candidate such as uploading a resume to a job board that is collected by the agency through a feed, providing a resume to a recruiter who then uploads it into the ATS, and so on.
- Updates made to the candidate's profile by the recruiter as a result of interacting with the candidate (for example adding a skill or work preference, and so on). Changes to recruiting_notes are specifically excluded from this action type. Note: candidate_update_time must be greater than or equal to resume_update_time or an error is thrown.
.google.protobuf.Timestamp candidate_update_time = 67;
Type | Description |
TimestampOrBuilder |
getCertifications(int index)
public Certification getCertifications(int index)
The certifications acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Certification certifications = 23;
Name | Description |
index | int |
Type | Description |
Certification |
getCertificationsCount()
public int getCertificationsCount()
The certifications acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Certification certifications = 23;
Type | Description |
int |
getCertificationsList()
public List<Certification> getCertificationsList()
The certifications acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Certification certifications = 23;
Type | Description |
List<Certification> |
getCertificationsOrBuilder(int index)
public CertificationOrBuilder getCertificationsOrBuilder(int index)
The certifications acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Certification certifications = 23;
Name | Description |
index | int |
Type | Description |
CertificationOrBuilder |
getCertificationsOrBuilderList()
public List<? extends CertificationOrBuilder> getCertificationsOrBuilderList()
The certifications acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Certification certifications = 23;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.CertificationOrBuilder> |
getCreateTime()
public Timestamp getCreateTime()
The timestamp when the profile was first created at this source.
.google.protobuf.Timestamp create_time = 7;
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
The timestamp when the profile was first created at this source.
.google.protobuf.Timestamp create_time = 7;
Type | Description |
TimestampOrBuilder |
getCustomAttributes()
public Map<String,CustomAttribute> getCustomAttributes()
Use #getCustomAttributesMap() instead.
Type | Description |
Map<String,CustomAttribute> |
getCustomAttributesCount()
public int getCustomAttributesCount()
A map of fields to hold both filterable and non-filterable custom profile
attributes that aren't covered by the provided structured fields. See
CustomAttribute for more details.
At most 100 filterable and at most 100 unfilterable keys are supported. If
limit is exceeded, an error is thrown. Custom attributes are unfilterable
by default. These are filterable when the filterable
flag is set to
true
.
Numeric custom attributes: each key can only map to one numeric value,
otherwise an error is thrown. Client can also filter on numeric custom
attributes using '>', '<' or '=' operators.
String custom attributes: each key can map up to 50 string values. For
filterable string value, each value has a byte size of no more than 256B.
For unfilterable string values, the maximum byte size of a single key is
64B. An error is thrown for any request exceeding the limit.
The maximum total byte size is 10KB.
map<string, .google.cloud.talent.v4beta1.CustomAttribute> custom_attributes = 26;
Type | Description |
int |
getCustomAttributesMap()
public Map<String,CustomAttribute> getCustomAttributesMap()
A map of fields to hold both filterable and non-filterable custom profile
attributes that aren't covered by the provided structured fields. See
CustomAttribute for more details.
At most 100 filterable and at most 100 unfilterable keys are supported. If
limit is exceeded, an error is thrown. Custom attributes are unfilterable
by default. These are filterable when the filterable
flag is set to
true
.
Numeric custom attributes: each key can only map to one numeric value,
otherwise an error is thrown. Client can also filter on numeric custom
attributes using '>', '<' or '=' operators.
String custom attributes: each key can map up to 50 string values. For
filterable string value, each value has a byte size of no more than 256B.
For unfilterable string values, the maximum byte size of a single key is
64B. An error is thrown for any request exceeding the limit.
The maximum total byte size is 10KB.
map<string, .google.cloud.talent.v4beta1.CustomAttribute> custom_attributes = 26;
Type | Description |
Map<String,CustomAttribute> |
getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
public CustomAttribute getCustomAttributesOrDefault(String key, CustomAttribute defaultValue)
A map of fields to hold both filterable and non-filterable custom profile
attributes that aren't covered by the provided structured fields. See
CustomAttribute for more details.
At most 100 filterable and at most 100 unfilterable keys are supported. If
limit is exceeded, an error is thrown. Custom attributes are unfilterable
by default. These are filterable when the filterable
flag is set to
true
.
Numeric custom attributes: each key can only map to one numeric value,
otherwise an error is thrown. Client can also filter on numeric custom
attributes using '>', '<' or '=' operators.
String custom attributes: each key can map up to 50 string values. For
filterable string value, each value has a byte size of no more than 256B.
For unfilterable string values, the maximum byte size of a single key is
64B. An error is thrown for any request exceeding the limit.
The maximum total byte size is 10KB.
map<string, .google.cloud.talent.v4beta1.CustomAttribute> custom_attributes = 26;
Name | Description |
key | String |
defaultValue | CustomAttribute |
Type | Description |
CustomAttribute |
getCustomAttributesOrThrow(String key)
public CustomAttribute getCustomAttributesOrThrow(String key)
A map of fields to hold both filterable and non-filterable custom profile
attributes that aren't covered by the provided structured fields. See
CustomAttribute for more details.
At most 100 filterable and at most 100 unfilterable keys are supported. If
limit is exceeded, an error is thrown. Custom attributes are unfilterable
by default. These are filterable when the filterable
flag is set to
true
.
Numeric custom attributes: each key can only map to one numeric value,
otherwise an error is thrown. Client can also filter on numeric custom
attributes using '>', '<' or '=' operators.
String custom attributes: each key can map up to 50 string values. For
filterable string value, each value has a byte size of no more than 256B.
For unfilterable string values, the maximum byte size of a single key is
64B. An error is thrown for any request exceeding the limit.
The maximum total byte size is 10KB.
map<string, .google.cloud.talent.v4beta1.CustomAttribute> custom_attributes = 26;
Name | Description |
key | String |
Type | Description |
CustomAttribute |
getDefaultInstanceForType()
public Profile getDefaultInstanceForType()
Type | Description |
Profile |
getDerivedAddresses(int index)
public Location getDerivedAddresses(int index)
Output only. Derived locations of the profile, resolved from Profile.addresses. derived_addresses are exactly matched to Profile.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location derived_addresses = 64 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
Location |
getDerivedAddressesCount()
public int getDerivedAddressesCount()
Output only. Derived locations of the profile, resolved from Profile.addresses. derived_addresses are exactly matched to Profile.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location derived_addresses = 64 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getDerivedAddressesList()
public List<Location> getDerivedAddressesList()
Output only. Derived locations of the profile, resolved from Profile.addresses. derived_addresses are exactly matched to Profile.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location derived_addresses = 64 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<Location> |
getDerivedAddressesOrBuilder(int index)
public LocationOrBuilder getDerivedAddressesOrBuilder(int index)
Output only. Derived locations of the profile, resolved from Profile.addresses. derived_addresses are exactly matched to Profile.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location derived_addresses = 64 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index | int |
Type | Description |
LocationOrBuilder |
getDerivedAddressesOrBuilderList()
public List<? extends LocationOrBuilder> getDerivedAddressesOrBuilderList()
Output only. Derived locations of the profile, resolved from Profile.addresses. derived_addresses are exactly matched to Profile.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location derived_addresses = 64 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.LocationOrBuilder> |
getEducationRecords(int index)
public EducationRecord getEducationRecords(int index)
The education history record of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the education records.
- List each education type separately, no matter how minor the change is. For example, the profile contains the education experience from the same school but different degrees.
- Provide EducationRecord.is_current for the current education if possible. If not, it's inferred from user inputs. The limitation for max number of education records is 100.
repeated .google.cloud.talent.v4beta1.EducationRecord education_records = 18;
Name | Description |
index | int |
Type | Description |
EducationRecord |
getEducationRecordsCount()
public int getEducationRecordsCount()
The education history record of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the education records.
- List each education type separately, no matter how minor the change is. For example, the profile contains the education experience from the same school but different degrees.
- Provide EducationRecord.is_current for the current education if possible. If not, it's inferred from user inputs. The limitation for max number of education records is 100.
repeated .google.cloud.talent.v4beta1.EducationRecord education_records = 18;
Type | Description |
int |
getEducationRecordsList()
public List<EducationRecord> getEducationRecordsList()
The education history record of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the education records.
- List each education type separately, no matter how minor the change is. For example, the profile contains the education experience from the same school but different degrees.
- Provide EducationRecord.is_current for the current education if possible. If not, it's inferred from user inputs. The limitation for max number of education records is 100.
repeated .google.cloud.talent.v4beta1.EducationRecord education_records = 18;
Type | Description |
List<EducationRecord> |
getEducationRecordsOrBuilder(int index)
public EducationRecordOrBuilder getEducationRecordsOrBuilder(int index)
The education history record of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the education records.
- List each education type separately, no matter how minor the change is. For example, the profile contains the education experience from the same school but different degrees.
- Provide EducationRecord.is_current for the current education if possible. If not, it's inferred from user inputs. The limitation for max number of education records is 100.
repeated .google.cloud.talent.v4beta1.EducationRecord education_records = 18;
Name | Description |
index | int |
Type | Description |
EducationRecordOrBuilder |
getEducationRecordsOrBuilderList()
public List<? extends EducationRecordOrBuilder> getEducationRecordsOrBuilderList()
The education history record of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the education records.
- List each education type separately, no matter how minor the change is. For example, the profile contains the education experience from the same school but different degrees.
- Provide EducationRecord.is_current for the current education if possible. If not, it's inferred from user inputs. The limitation for max number of education records is 100.
repeated .google.cloud.talent.v4beta1.EducationRecord education_records = 18;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.EducationRecordOrBuilder> |
getEmailAddresses(int index)
public Email getEmailAddresses(int index)
The candidate's email addresses.
repeated .google.cloud.talent.v4beta1.Email email_addresses = 13;
Name | Description |
index | int |
Type | Description |
getEmailAddressesCount()
public int getEmailAddressesCount()
The candidate's email addresses.
repeated .google.cloud.talent.v4beta1.Email email_addresses = 13;
Type | Description |
int |
getEmailAddressesList()
public List<Email> getEmailAddressesList()
The candidate's email addresses.
repeated .google.cloud.talent.v4beta1.Email email_addresses = 13;
Type | Description |
List<Email> |
getEmailAddressesOrBuilder(int index)
public EmailOrBuilder getEmailAddressesOrBuilder(int index)
The candidate's email addresses.
repeated .google.cloud.talent.v4beta1.Email email_addresses = 13;
Name | Description |
index | int |
Type | Description |
EmailOrBuilder |
getEmailAddressesOrBuilderList()
public List<? extends EmailOrBuilder> getEmailAddressesOrBuilderList()
The candidate's email addresses.
repeated .google.cloud.talent.v4beta1.Email email_addresses = 13;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.EmailOrBuilder> |
getEmploymentRecords(int index)
public EmploymentRecord getEmploymentRecords(int index)
The employment history records of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the employment records.
- List different employment types separately, no matter how minor the change is. For example, only job title is changed from "software engineer" to "senior software engineer".
- Provide EmploymentRecord.is_current for the current employment if possible. If not, it's inferred from user inputs. The limitation for max number of employment records is 100.
repeated .google.cloud.talent.v4beta1.EmploymentRecord employment_records = 17;
Name | Description |
index | int |
Type | Description |
EmploymentRecord |
getEmploymentRecordsCount()
public int getEmploymentRecordsCount()
The employment history records of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the employment records.
- List different employment types separately, no matter how minor the change is. For example, only job title is changed from "software engineer" to "senior software engineer".
- Provide EmploymentRecord.is_current for the current employment if possible. If not, it's inferred from user inputs. The limitation for max number of employment records is 100.
repeated .google.cloud.talent.v4beta1.EmploymentRecord employment_records = 17;
Type | Description |
int |
getEmploymentRecordsList()
public List<EmploymentRecord> getEmploymentRecordsList()
The employment history records of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the employment records.
- List different employment types separately, no matter how minor the change is. For example, only job title is changed from "software engineer" to "senior software engineer".
- Provide EmploymentRecord.is_current for the current employment if possible. If not, it's inferred from user inputs. The limitation for max number of employment records is 100.
repeated .google.cloud.talent.v4beta1.EmploymentRecord employment_records = 17;
Type | Description |
List<EmploymentRecord> |
getEmploymentRecordsOrBuilder(int index)
public EmploymentRecordOrBuilder getEmploymentRecordsOrBuilder(int index)
The employment history records of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the employment records.
- List different employment types separately, no matter how minor the change is. For example, only job title is changed from "software engineer" to "senior software engineer".
- Provide EmploymentRecord.is_current for the current employment if possible. If not, it's inferred from user inputs. The limitation for max number of employment records is 100.
repeated .google.cloud.talent.v4beta1.EmploymentRecord employment_records = 17;
Name | Description |
index | int |
Type | Description |
EmploymentRecordOrBuilder |
getEmploymentRecordsOrBuilderList()
public List<? extends EmploymentRecordOrBuilder> getEmploymentRecordsOrBuilderList()
The employment history records of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations:
- Specify the start and end dates of the employment records.
- List different employment types separately, no matter how minor the change is. For example, only job title is changed from "software engineer" to "senior software engineer".
- Provide EmploymentRecord.is_current for the current employment if possible. If not, it's inferred from user inputs. The limitation for max number of employment records is 100.
repeated .google.cloud.talent.v4beta1.EmploymentRecord employment_records = 17;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.EmploymentRecordOrBuilder> |
getExternalId()
public String getExternalId()
Profile's id in client system, if available. This value is unique for each profile inside a tenant. An error is thrown if another profile with the same external_id is created. The maximum number of bytes allowed is 100.
string external_id = 2;
Type | Description |
String | The externalId. |
getExternalIdBytes()
public ByteString getExternalIdBytes()
Profile's id in client system, if available. This value is unique for each profile inside a tenant. An error is thrown if another profile with the same external_id is created. The maximum number of bytes allowed is 100.
string external_id = 2;
Type | Description |
ByteString | The bytes for externalId. |
getGroupId()
public String getGroupId()
The cluster id of the profile to associate with other profile(s) for the same candidate. This field should be generated by the customer. If a value is not provided, a random UUID is assigned to this field of the profile. This is used to link multiple profiles to the same candidate. For example, a client has a candidate with two profiles, where one was created recently and the other one was created 5 years ago. These two profiles may be very different. The clients can create the first profile and get a generated group_id, and assign it when the second profile is created, indicating these two profiles are referring to the same candidate.
string group_id = 5;
Type | Description |
String | The groupId. |
getGroupIdBytes()
public ByteString getGroupIdBytes()
The cluster id of the profile to associate with other profile(s) for the same candidate. This field should be generated by the customer. If a value is not provided, a random UUID is assigned to this field of the profile. This is used to link multiple profiles to the same candidate. For example, a client has a candidate with two profiles, where one was created recently and the other one was created 5 years ago. These two profiles may be very different. The clients can create the first profile and get a generated group_id, and assign it when the second profile is created, indicating these two profiles are referring to the same candidate.
string group_id = 5;
Type | Description |
ByteString | The bytes for groupId. |
getIsHirable()
public BoolValue getIsHirable()
Indicates the hirable status of the candidate.
.google.protobuf.BoolValue is_hirable = 6;
Type | Description |
BoolValue | The isHirable. |
getIsHirableOrBuilder()
public BoolValueOrBuilder getIsHirableOrBuilder()
Indicates the hirable status of the candidate.
.google.protobuf.BoolValue is_hirable = 6;
Type | Description |
BoolValueOrBuilder |
getKeywordSnippet()
public String getKeywordSnippet()
Output only. Keyword snippet shows how the search result is related to a search query. This is only returned in SearchProfilesResponse.
string keyword_snippet = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The keywordSnippet. |
getKeywordSnippetBytes()
public ByteString getKeywordSnippetBytes()
Output only. Keyword snippet shows how the search result is related to a search query. This is only returned in SearchProfilesResponse.
string keyword_snippet = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for keywordSnippet. |
getName()
public String getName()
Required during profile update. Resource name assigned to a profile by the API. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required during profile update. Resource name assigned to a profile by the API. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getParserForType()
public Parser<Profile> getParserForType()
Type | Description |
Parser<Profile> |
getPatents(int index)
public Patent getPatents(int index)
The patents acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Patent patents = 22;
Name | Description |
index | int |
Type | Description |
Patent |
getPatentsCount()
public int getPatentsCount()
The patents acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Patent patents = 22;
Type | Description |
int |
getPatentsList()
public List<Patent> getPatentsList()
The patents acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Patent patents = 22;
Type | Description |
List<Patent> |
getPatentsOrBuilder(int index)
public PatentOrBuilder getPatentsOrBuilder(int index)
The patents acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Patent patents = 22;
Name | Description |
index | int |
Type | Description |
PatentOrBuilder |
getPatentsOrBuilderList()
public List<? extends PatentOrBuilder> getPatentsOrBuilderList()
The patents acquired by the candidate.
repeated .google.cloud.talent.v4beta1.Patent patents = 22;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.PatentOrBuilder> |
getPersonNames(int index)
public PersonName getPersonNames(int index)
The names of the candidate this profile references. Currently only one person name is supported.
repeated .google.cloud.talent.v4beta1.PersonName person_names = 11;
Name | Description |
index | int |
Type | Description |
PersonName |
getPersonNamesCount()
public int getPersonNamesCount()
The names of the candidate this profile references. Currently only one person name is supported.
repeated .google.cloud.talent.v4beta1.PersonName person_names = 11;
Type | Description |
int |
getPersonNamesList()
public List<PersonName> getPersonNamesList()
The names of the candidate this profile references. Currently only one person name is supported.
repeated .google.cloud.talent.v4beta1.PersonName person_names = 11;
Type | Description |
List<PersonName> |
getPersonNamesOrBuilder(int index)
public PersonNameOrBuilder getPersonNamesOrBuilder(int index)
The names of the candidate this profile references. Currently only one person name is supported.
repeated .google.cloud.talent.v4beta1.PersonName person_names = 11;
Name | Description |
index | int |
Type | Description |
PersonNameOrBuilder |
getPersonNamesOrBuilderList()
public List<? extends PersonNameOrBuilder> getPersonNamesOrBuilderList()
The names of the candidate this profile references. Currently only one person name is supported.
repeated .google.cloud.talent.v4beta1.PersonName person_names = 11;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.PersonNameOrBuilder> |
getPersonalUris(int index)
public PersonalUri getPersonalUris(int index)
The candidate's personal URIs.
repeated .google.cloud.talent.v4beta1.PersonalUri personal_uris = 15;
Name | Description |
index | int |
Type | Description |
PersonalUri |
getPersonalUrisCount()
public int getPersonalUrisCount()
The candidate's personal URIs.
repeated .google.cloud.talent.v4beta1.PersonalUri personal_uris = 15;
Type | Description |
int |
getPersonalUrisList()
public List<PersonalUri> getPersonalUrisList()
The candidate's personal URIs.
repeated .google.cloud.talent.v4beta1.PersonalUri personal_uris = 15;
Type | Description |
List<PersonalUri> |
getPersonalUrisOrBuilder(int index)
public PersonalUriOrBuilder getPersonalUrisOrBuilder(int index)
The candidate's personal URIs.
repeated .google.cloud.talent.v4beta1.PersonalUri personal_uris = 15;
Name | Description |
index | int |
Type | Description |
PersonalUriOrBuilder |
getPersonalUrisOrBuilderList()
public List<? extends PersonalUriOrBuilder> getPersonalUrisOrBuilderList()
The candidate's personal URIs.
repeated .google.cloud.talent.v4beta1.PersonalUri personal_uris = 15;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.PersonalUriOrBuilder> |
getPhoneNumbers(int index)
public Phone getPhoneNumbers(int index)
The candidate's phone number(s).
repeated .google.cloud.talent.v4beta1.Phone phone_numbers = 14;
Name | Description |
index | int |
Type | Description |
Phone |
getPhoneNumbersCount()
public int getPhoneNumbersCount()
The candidate's phone number(s).
repeated .google.cloud.talent.v4beta1.Phone phone_numbers = 14;
Type | Description |
int |
getPhoneNumbersList()
public List<Phone> getPhoneNumbersList()
The candidate's phone number(s).
repeated .google.cloud.talent.v4beta1.Phone phone_numbers = 14;
Type | Description |
List<Phone> |
getPhoneNumbersOrBuilder(int index)
public PhoneOrBuilder getPhoneNumbersOrBuilder(int index)
The candidate's phone number(s).
repeated .google.cloud.talent.v4beta1.Phone phone_numbers = 14;
Name | Description |
index | int |
Type | Description |
PhoneOrBuilder |
getPhoneNumbersOrBuilderList()
public List<? extends PhoneOrBuilder> getPhoneNumbersOrBuilderList()
The candidate's phone number(s).
repeated .google.cloud.talent.v4beta1.Phone phone_numbers = 14;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.PhoneOrBuilder> |
getProcessed()
public boolean getProcessed()
Output only. Indicates if a summarized profile was created as part of the profile creation API call. This flag does not indicate whether a profile is searchable or not.
bool processed = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | The processed. |
getPublications(int index)
public Publication getPublications(int index)
The publications published by the candidate. The limitation for max number of publications is 50.
repeated .google.cloud.talent.v4beta1.Publication publications = 21;
Name | Description |
index | int |
Type | Description |
Publication |
getPublicationsCount()
public int getPublicationsCount()
The publications published by the candidate. The limitation for max number of publications is 50.
repeated .google.cloud.talent.v4beta1.Publication publications = 21;
Type | Description |
int |
getPublicationsList()
public List<Publication> getPublicationsList()
The publications published by the candidate. The limitation for max number of publications is 50.
repeated .google.cloud.talent.v4beta1.Publication publications = 21;
Type | Description |
List<Publication> |
getPublicationsOrBuilder(int index)
public PublicationOrBuilder getPublicationsOrBuilder(int index)
The publications published by the candidate. The limitation for max number of publications is 50.
repeated .google.cloud.talent.v4beta1.Publication publications = 21;
Name | Description |
index | int |
Type | Description |
PublicationOrBuilder |
getPublicationsOrBuilderList()
public List<? extends PublicationOrBuilder> getPublicationsOrBuilderList()
The publications published by the candidate. The limitation for max number of publications is 50.
repeated .google.cloud.talent.v4beta1.Publication publications = 21;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.PublicationOrBuilder> |
getResume()
public Resume getResume()
The resume representing this profile.
.google.cloud.talent.v4beta1.Resume resume = 53;
Type | Description |
Resume | The resume. |
getResumeOrBuilder()
public ResumeOrBuilder getResumeOrBuilder()
The resume representing this profile.
.google.cloud.talent.v4beta1.Resume resume = 53;
Type | Description |
ResumeOrBuilder |
getResumeUpdateTime()
public Timestamp getResumeUpdateTime()
The timestamp when the candidate's resume was added or updated on the candidate's profile. Whether that resume was directly uploaded by a candidate, pulled from a 3rd party job board feed, added by a recruiter, and so on. If this field is updated, it's expected that resume is provided in the create or update calls.
.google.protobuf.Timestamp resume_update_time = 68;
Type | Description |
Timestamp | The resumeUpdateTime. |
getResumeUpdateTimeOrBuilder()
public TimestampOrBuilder getResumeUpdateTimeOrBuilder()
The timestamp when the candidate's resume was added or updated on the candidate's profile. Whether that resume was directly uploaded by a candidate, pulled from a 3rd party job board feed, added by a recruiter, and so on. If this field is updated, it's expected that resume is provided in the create or update calls.
.google.protobuf.Timestamp resume_update_time = 68;
Type | Description |
TimestampOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSkills(int index)
public Skill getSkills(int index)
The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality. The limitation for max number of skills is 500.
repeated .google.cloud.talent.v4beta1.Skill skills = 19;
Name | Description |
index | int |
Type | Description |
Skill |
getSkillsCount()
public int getSkillsCount()
The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality. The limitation for max number of skills is 500.
repeated .google.cloud.talent.v4beta1.Skill skills = 19;
Type | Description |
int |
getSkillsList()
public List<Skill> getSkillsList()
The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality. The limitation for max number of skills is 500.
repeated .google.cloud.talent.v4beta1.Skill skills = 19;
Type | Description |
List<Skill> |
getSkillsOrBuilder(int index)
public SkillOrBuilder getSkillsOrBuilder(int index)
The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality. The limitation for max number of skills is 500.
repeated .google.cloud.talent.v4beta1.Skill skills = 19;
Name | Description |
index | int |
Type | Description |
SkillOrBuilder |
getSkillsOrBuilderList()
public List<? extends SkillOrBuilder> getSkillsOrBuilderList()
The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality. The limitation for max number of skills is 500.
repeated .google.cloud.talent.v4beta1.Skill skills = 19;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.SkillOrBuilder> |
getSource()
public String getSource()
The source description indicating where the profile is acquired. For example, if a candidate profile is acquired from a resume, the user can input "resume" here to indicate the source. The maximum number of bytes allowed is 100.
string source = 3;
Type | Description |
String | The source. |
getSourceBytes()
public ByteString getSourceBytes()
The source description indicating where the profile is acquired. For example, if a candidate profile is acquired from a resume, the user can input "resume" here to indicate the source. The maximum number of bytes allowed is 100.
string source = 3;
Type | Description |
ByteString | The bytes for source. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUpdateTime()
public Timestamp getUpdateTime()
The timestamp when the profile was last updated at this source.
.google.protobuf.Timestamp update_time = 8;
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
The timestamp when the profile was last updated at this source.
.google.protobuf.Timestamp update_time = 8;
Type | Description |
TimestampOrBuilder |
getUri()
public String getUri()
The URI set by clients that links to this profile's client-side copy. The maximum number of bytes allowed is 4000.
string uri = 4;
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
The URI set by clients that links to this profile's client-side copy. The maximum number of bytes allowed is 4000.
string uri = 4;
Type | Description |
ByteString | The bytes for uri. |
hasCandidateUpdateTime()
public boolean hasCandidateUpdateTime()
The timestamp when the profile was last updated as a result of a direct or indirect action by a candidate. These actions include:
- Direct actions such as the candidate submitting a new resume as part of a job application to the agency, using a self-service tool such as a website to update their profile, and so on.
- Indirect actions by the candidate such as uploading a resume to a job board that is collected by the agency through a feed, providing a resume to a recruiter who then uploads it into the ATS, and so on.
- Updates made to the candidate's profile by the recruiter as a result of interacting with the candidate (for example adding a skill or work preference, and so on). Changes to recruiting_notes are specifically excluded from this action type. Note: candidate_update_time must be greater than or equal to resume_update_time or an error is thrown.
.google.protobuf.Timestamp candidate_update_time = 67;
Type | Description |
boolean | Whether the candidateUpdateTime field is set. |
hasCreateTime()
public boolean hasCreateTime()
The timestamp when the profile was first created at this source.
.google.protobuf.Timestamp create_time = 7;
Type | Description |
boolean | Whether the createTime field is set. |
hasIsHirable()
public boolean hasIsHirable()
Indicates the hirable status of the candidate.
.google.protobuf.BoolValue is_hirable = 6;
Type | Description |
boolean | Whether the isHirable field is set. |
hasResume()
public boolean hasResume()
The resume representing this profile.
.google.cloud.talent.v4beta1.Resume resume = 53;
Type | Description |
boolean | Whether the resume field is set. |
hasResumeUpdateTime()
public boolean hasResumeUpdateTime()
The timestamp when the candidate's resume was added or updated on the candidate's profile. Whether that resume was directly uploaded by a candidate, pulled from a 3rd party job board feed, added by a recruiter, and so on. If this field is updated, it's expected that resume is provided in the create or update calls.
.google.protobuf.Timestamp resume_update_time = 68;
Type | Description |
boolean | Whether the resumeUpdateTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
The timestamp when the profile was last updated at this source.
.google.protobuf.Timestamp update_time = 8;
Type | Description |
boolean | Whether the updateTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Profile.Builder newBuilderForType()
Type | Description |
Profile.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Profile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Profile.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Profile.Builder toBuilder()
Type | Description |
Profile.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |