Class: Google::Cloud::Talent::V4beta1::ApplicationJobFilter

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

Overview

Filter on the job information of Application.

Instance Attribute Summary collapse

Instance Attribute Details

#job_requisition_id::String

Returns The job requisition id in the application. The API does an exact match on the Job.requisition_id of Application.job in profiles.

Returns:



734
735
736
737
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 734

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

#job_title::String

Returns The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.

Returns:

  • (::String)

    The job title in the application. The API does an exact match on the Job.title of Application.job in profiles.



734
735
736
737
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 734

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

#negated::Boolean

Returns If true, the API excludes all profiles with any Application.job matching the filters.

Returns:

  • (::Boolean)

    If true, the API excludes all profiles with any Application.job matching the filters.



734
735
736
737
# File 'proto_docs/google/cloud/talent/v4beta1/filters.rb', line 734

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