Enum gapi_grpc::google::cloud::talent::v4beta1::AvailabilitySignalType [−][src]
The type of candidate availability signal.
Variants
Default value.
Job application signal.
In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related to the candidate’s most recent application. [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is calculated from max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time]) from all [Application][google.cloud.talent.v4beta1.Application] records where [Application.source][google.cloud.talent.v4beta1.Application.source] is any of the following: [APPLY_DIRECT_WEB][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_WEB] [APPLY_DIRECT_MOBILE_WEB][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_MOBILE_WEB] [APPLY_DIRECT_MOBILE_APP][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_MOBILE_APP] [APPLY_DIRECT_IN_PERSON][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_DIRECT_IN_PERSON] [APPLY_INDIRECT][google.cloud.talent.v4beta1.Application.ApplicationSource.APPLY_INDIRECT]
In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is JOB_APPLICATION.
Resume update signal.
In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related to the candidate’s most recent update to their resume. For a [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary], [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is calculated from max([Profile.resume_update_time][google.cloud.talent.v4beta1.Profile.resume_update_time]) from all [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles].
In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is RESUME_UPDATE.
Candidate update signal.
In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related to the candidate’s most recent update to their profile. For a [SummarizedProfile.summary][google.cloud.talent.v4beta1.SummarizedProfile.summary], [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is calculated from max([Profile.candidate_update_time][google.cloud.talent.v4beta1.Profile.candidate_update_time]) from all [SummarizedProfile.profiles][google.cloud.talent.v4beta1.SummarizedProfile.profiles].
In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is CANDIDATE_UPDATE.
Client submission signal.
In the context of [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals], this signal is related to the candidate’s most recent submission. [last_update_time][google.cloud.talent.v4beta1.AvailabilitySignal.last_update_time] is calculated from max([Application.create_time][google.cloud.talent.v4beta1.Application.create_time]) from all [Application][google.cloud.talent.v4beta1.Application] records where [Application.stage][google.cloud.talent.v4beta1.Application.stage] is any of the following: [HIRING_MANAGER_REVIEW][google.cloud.talent.v4beta1.Application.ApplicationStage.HIRING_MANAGER_REVIEW] [INTERVIEW][google.cloud.talent.v4beta1.Application.ApplicationStage.INTERVIEW] [OFFER_EXTENDED][google.cloud.talent.v4beta1.Application.ApplicationStage.OFFER_EXTENDED] [OFFER_ACCEPTED][google.cloud.talent.v4beta1.Application.ApplicationStage.OFFER_ACCEPTED] [STARTED][google.cloud.talent.v4beta1.Application.ApplicationStage.STARTED]
In the context of [AvailabilityFilter][google.cloud.talent.v4beta1.AvailabilityFilter], the filter is applied on [Profile.availability_signals][google.cloud.talent.v4beta1.Profile.availability_signals] where [type][google.cloud.talent.v4beta1.AvailabilitySignal.type] is CLIENT_SUBMISSION.
Implementations
impl AvailabilitySignalType
[src]
pub fn is_valid(value: i32) -> bool
[src]
Returns true
if value
is a variant of AvailabilitySignalType
.
pub fn from_i32(value: i32) -> Option<AvailabilitySignalType>
[src]
Converts an i32
to a AvailabilitySignalType
, or None
if value
is not a valid variant.
Trait Implementations
impl Clone for AvailabilitySignalType
[src]
fn clone(&self) -> AvailabilitySignalType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for AvailabilitySignalType
[src]
impl Debug for AvailabilitySignalType
[src]
impl Default for AvailabilitySignalType
[src]
fn default() -> AvailabilitySignalType
[src]
impl Eq for AvailabilitySignalType
[src]
impl From<AvailabilitySignalType> for i32
[src]
fn from(value: AvailabilitySignalType) -> i32
[src]
impl Hash for AvailabilitySignalType
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for AvailabilitySignalType
[src]
fn cmp(&self, other: &AvailabilitySignalType) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<AvailabilitySignalType> for AvailabilitySignalType
[src]
fn eq(&self, other: &AvailabilitySignalType) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl PartialOrd<AvailabilitySignalType> for AvailabilitySignalType
[src]
fn partial_cmp(&self, other: &AvailabilitySignalType) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for AvailabilitySignalType
[src]
impl StructuralPartialEq for AvailabilitySignalType
[src]
Auto Trait Implementations
impl RefUnwindSafe for AvailabilitySignalType
impl Send for AvailabilitySignalType
impl Sync for AvailabilitySignalType
impl Unpin for AvailabilitySignalType
impl UnwindSafe for AvailabilitySignalType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,