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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#commute_infoGoogle::Cloud::Talent::V4beta1::SearchJobsResponse::CommuteInfo

Returns Commute information which is generated based on specified CommuteFilter.

Returns:



632
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632

class MatchingJob; end

#jobGoogle::Cloud::Talent::V4beta1::Job

Returns Job resource that matches the specified SearchJobsRequest.

Returns:



632
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632

class MatchingJob; end

#job_summaryString

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.



632
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632

class MatchingJob; end

#job_title_snippetString

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.



632
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632

class MatchingJob; end

#search_text_snippetString

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.



632
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 632

class MatchingJob; end