Reference documentation and code samples for the Cloud Talent Solution V4 API module Google::Cloud::Talent::V4::JobView.
An enum that specifies the job attributes that are returned in the MatchingJob.job or ListJobsResponse.jobs fields.
Constants
JOB_VIEW_UNSPECIFIED
value: 0
Default value.
JOB_VIEW_ID_ONLY
value: 1
A ID only view of job, with following attributes:
Job.name, Job.requisition_id, Job.language_code.
JOB_VIEW_MINIMAL
value: 2
A minimal view of the job, with the following attributes:
Job.name, Job.requisition_id, Job.title,
Job.company, Job.DerivedInfo.locations, Job.language_code.
JOB_VIEW_SMALL
value: 3
A small view of the job, with the following attributes in the search
results: Job.name, Job.requisition_id, Job.title,
Job.company, Job.DerivedInfo.locations, Job.visibility,
Job.language_code, Job.description.
JOB_VIEW_FULL
value: 4
All available attributes are included in the search results.