Class: Google::Cloud::Talent::V4beta1::JobTitleFilter

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

Overview

Job title of the search.

Instance Attribute Summary collapse

Instance Attribute Details

#job_title::String

Returns Required. The job title. For example, "Software engineer", or "Product manager".

Returns:

  • (::String)

    Required. The job title. For example, "Software engineer", or "Product manager".



597
598
599
600
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 597

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

#negated::Boolean

Returns Whether to apply negation to the filter so profiles matching the filter are excluded.

Returns:

  • (::Boolean)

    Whether to apply negation to the filter so profiles matching the filter are excluded.



597
598
599
600
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 597

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