Class: Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::SearchJobsResponse::MatchingJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job_service.rb
Overview
Job entry with metadata inside SearchJobsResponse.
Instance Attribute Summary collapse
-
#commute_info ⇒ ::Google::Cloud::Talent::V4::SearchJobsResponse::CommuteInfo
Commute information which is generated based on specified CommuteFilter.
-
#job ⇒ ::Google::Cloud::Talent::V4::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::V4::SearchJobsResponse::CommuteInfo
Returns Commute information which is generated based on specified CommuteFilter.
708 709 710 711 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 708 class MatchingJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job ⇒ ::Google::Cloud::Talent::V4::Job
Returns Job resource that matches the specified SearchJobsRequest.
708 709 710 711 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 708 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.
708 709 710 711 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 708 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.
708 709 710 711 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 708 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.
708 709 710 711 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 708 class MatchingJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |