Module: Google::Cloud::Talent::V4beta1::AvailabilitySignalType
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
The type of candidate availability signal.
Constant Summary collapse
- AVAILABILITY_SIGNAL_TYPE_UNSPECIFIED =
Default value.
0
- JOB_APPLICATION =
Job application signal.
In the context of Profile#availability_signals, this signal is related to the candidate's most recent application. last_update_time is calculated from max(Application#create_time) from all Application records where Application#source is any of the following: APPLY_DIRECT_WEB APPLY_DIRECT_MOBILE_WEB APPLY_DIRECT_MOBILE_APP APPLY_DIRECT_IN_PERSON APPLY_INDIRECT
In the context of AvailabilityFilter, the filter is applied on Profile#availability_signals where type is JOB_APPLICATION.
1
- RESUME_UPDATE =
Resume update signal.
In the context of Profile#availability_signals, this signal is related to the candidate's most recent update to their resume. For a SummarizedProfile#summary, last_update_time is calculated from max(Profile#resume_update_time) from all SummarizedProfile#profiles.
In the context of AvailabilityFilter, the filter is applied on Profile#availability_signals where type is RESUME_UPDATE.
2
- CANDIDATE_UPDATE =
Candidate update signal.
In the context of Profile#availability_signals, this signal is related to the candidate's most recent update to their profile. For a SummarizedProfile#summary, last_update_time is calculated from max(Profile#candidate_update_time) from all SummarizedProfile#profiles.
In the context of AvailabilityFilter, the filter is applied on Profile#availability_signals where type is CANDIDATE_UPDATE.
3
- CLIENT_SUBMISSION =
Client submission signal.
In the context of Profile#availability_signals, this signal is related to the candidate's most recent submission. last_update_time is calculated from max(Application#create_time) from all Application records where Application#stage is any of the following: HIRING_MANAGER_REVIEW INTERVIEW OFFER_EXTENDED OFFER_ACCEPTED STARTED
In the context of AvailabilityFilter, the filter is applied on Profile#availability_signals where type is CLIENT_SUBMISSION.
4