Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob.
Job entry with metadata inside SearchJobsResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commute_info
def commute_info() -> ::Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo
Returns
- (::Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo) — Commute information which is generated based on specified CommuteFilter.
#commute_info=
def commute_info=(value) -> ::Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo
Parameter
- value (::Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo) — Commute information which is generated based on specified CommuteFilter.
Returns
- (::Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo) — Commute information which is generated based on specified CommuteFilter.
#job
def job() -> ::Google::Cloud::Talent::V4::Job
Returns
- (::Google::Cloud::Talent::V4::Job) — Job resource that matches the specified SearchJobsRequest.
#job=
def job=(value) -> ::Google::Cloud::Talent::V4::Job
Parameter
- value (::Google::Cloud::Talent::V4::Job) — Job resource that matches the specified SearchJobsRequest.
Returns
- (::Google::Cloud::Talent::V4::Job) — Job resource that matches the specified SearchJobsRequest.
#job_summary
def job_summary() -> ::String
Returns
- (::String) — A summary of the job with core information that's displayed on the search results listing page.
#job_summary=
def job_summary=(value) -> ::String
Parameter
- value (::String) — 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.
#job_title_snippet
def job_title_snippet() -> ::String
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.
#job_title_snippet=
def job_title_snippet=(value) -> ::String
Parameter
- value (::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.
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.
#search_text_snippet
def search_text_snippet() -> ::String
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.
#search_text_snippet=
def search_text_snippet=(value) -> ::String
Parameter
- value (::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.
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.