Class: Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::SearchJobsResponse::MatchingJob
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
Job entry with metadata inside SearchJobsResponse.
Instance Attribute Summary collapse
-
#commute_info ⇒ Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo
Commute information which is generated based on specified CommuteFilter.
-
#job ⇒ Google::Cloud::Talent::V4beta1::Job
Job resource that matches the specified SearchJobsRequest.
-
#job_summary ⇒ String
A summary of the job with core information that's displayed on the search results listing page.
-
#job_title_snippet ⇒ String
Contains snippets of text from the Job#title field most closely matching a search query's keywords, if available.
-
#search_text_snippet ⇒ String
Contains snippets of text from the Job#description and similar fields that most closely match a search query's keywords, if available.
Instance Attribute Details
#commute_info ⇒ Google::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo
Returns Commute information which is generated based on specified CommuteFilter.
632 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632 class MatchingJob; end |
#job ⇒ Google::Cloud::Talent::V4beta1::Job
Returns Job resource that matches the specified SearchJobsRequest.
632 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632 class MatchingJob; end |
#job_summary ⇒ String
Returns A summary of the job with core information that's displayed on the search results listing page.
632 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632 class MatchingJob; 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.
632 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632 class MatchingJob; end |
#search_text_snippet ⇒ 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.
632 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632 class MatchingJob; end |