Class: Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob

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

Overview

Job entry with metadata inside SearchJobsResponse.

Instance Attribute Summary collapse

Instance Attribute Details

#commute_info::Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo

Returns Commute information which is generated based on specified CommuteFilter.

Returns:



669
670
671
672
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 669

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

#job::Google::Cloud::Talent::V4beta1::Job

Returns Job resource that matches the specified SearchJobsRequest.

Returns:



669
670
671
672
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 669

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

#job_summary::String

Returns A summary of the job with core information that's displayed on the search results listing page.

Returns:

  • (::String)

    A summary of the job with core information that's displayed on the search results listing page.



669
670
671
672
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 669

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

#job_title_snippet::String

Returns Contains snippets of text from the Job.title field most closely matching a search query's keywords, if available. The matching query keywords are enclosed in HTML bold tags.

Returns:

  • (::String)

    Contains snippets of text from the Job.title field most closely matching a search query's keywords, if available. The matching query keywords are enclosed in HTML bold tags.



669
670
671
672
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 669

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

#search_text_snippet::String

Returns Contains snippets of text from the Job.description and similar fields that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.

Returns:

  • (::String)

    Contains snippets of text from the Job.description and similar fields that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.



669
670
671
672
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 669

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