Class: Google::Cloud::Talent::V4beta1::AvailabilitySignal
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::AvailabilitySignal
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Candidate availability signal.
Instance Attribute Summary collapse
-
#filter_satisfied ⇒ Google::Protobuf::BoolValue
Indicates if the last_update_time is within AvailabilityFilter#range.
-
#last_update_time ⇒ Google::Protobuf::Timestamp
Timestamp of when the given availability activity last happened.
-
#type ⇒ Google::Cloud::Talent::V4beta1::AvailabilitySignalType
Type of signal.
Instance Attribute Details
#filter_satisfied ⇒ Google::Protobuf::BoolValue
Indicates if the last_update_time is within AvailabilityFilter#range.
Returned only in a search response when there is an AvailabilityFilter in ProfileQuery#availability_filters where signal_type matches type.
293 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 293 class AvailabilitySignal; end |
#last_update_time ⇒ Google::Protobuf::Timestamp
Returns Timestamp of when the given availability activity last happened.
293 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 293 class AvailabilitySignal; end |
#type ⇒ Google::Cloud::Talent::V4beta1::AvailabilitySignalType
Returns Type of signal.
293 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 293 class AvailabilitySignal; end |