Module: Google::Cloud::Talent::V4beta1::JobView
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb
Overview
An enum that specifies the job attributes that are returned in the MatchingJob::Job in SearchJobsResponse or Job objects in ListJobsResponse.
Constant Summary collapse
- JOB_VIEW_UNSPECIFIED =
Default value.
0
- JOB_VIEW_ID_ONLY =
A ID only view of job, with following attributes: Job#name, Job#requisition_id, Job#language_code.
1
- JOB_VIEW_MINIMAL =
A minimal view of the job, with the following attributes: Job#name, Job#requisition_id, Job#job_title, Job#company, Job::DerivedInfo#locations, Job#language_code.
2
- JOB_VIEW_SMALL =
A small view of the job, with the following attributes in the search results: Job#name, Job#requisition_id, Job#job_title, Job#company, Job::DerivedInfo#locations, Job#visibility, Job#language_code, Job#description.
3
- JOB_VIEW_FULL =
All available attributes are included in the search results.
4