Class: Google::Cloud::Talent::V4beta1::AvailabilitySignal

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile.rb

Overview

Candidate availability signal.

Instance Attribute Summary collapse

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.

Returns:



278
279
280
281
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 278

class AvailabilitySignal
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_update_time::Google::Protobuf::Timestamp

Returns Timestamp of when the given availability activity last happened.

Returns:



278
279
280
281
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 278

class AvailabilitySignal
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Talent::V4beta1::AvailabilitySignalType

Returns Type of signal.



278
279
280
281
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 278

class AvailabilitySignal
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end