An enum that specifies the job attributes that are returned in the
[MatchingJob.job][google.cloud.talent.v4.SearchJobsResponse.MatchingJob.job] or
[ListJobsResponse.jobs][google.cloud.talent.v4.ListJobsResponse.jobs] fields.
All available attributes are included in the search results.
IdOnly
A ID only view of job, with following attributes:
[Job.name][google.cloud.talent.v4.Job.name], [Job.requisition_id][google.cloud.talent.v4.Job.requisition_id], [Job.language_code][google.cloud.talent.v4.Job.language_code].
Minimal
A minimal view of the job, with the following attributes:
[Job.name][google.cloud.talent.v4.Job.name], [Job.requisition_id][google.cloud.talent.v4.Job.requisition_id], [Job.title][google.cloud.talent.v4.Job.title],
[Job.company][google.cloud.talent.v4.Job.company], [Job.DerivedInfo.locations][google.cloud.talent.v4.Job.DerivedInfo.locations], [Job.language_code][google.cloud.talent.v4.Job.language_code].
Small
A small view of the job, with the following attributes in the search
results: [Job.name][google.cloud.talent.v4.Job.name], [Job.requisition_id][google.cloud.talent.v4.Job.requisition_id], [Job.title][google.cloud.talent.v4.Job.title],
[Job.company][google.cloud.talent.v4.Job.company], [Job.DerivedInfo.locations][google.cloud.talent.v4.Job.DerivedInfo.locations], [Job.visibility][google.cloud.talent.v4.Job.visibility],
[Job.language_code][google.cloud.talent.v4.Job.language_code], [Job.description][google.cloud.talent.v4.Job.description].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides information about the `JobView` enum within the Google Cloud Talent V4 API, used to specify which job attributes are included in search results or job lists."],["The latest version of the documentation provided is 2.7.0, with several prior versions listed including back to version 1.0.0, but the specific content provided is for Version 1.3.0."],["The `JobView` enum has five possible field values: `Full`, `IdOnly`, `Minimal`, `Small`, and `Unspecified`, each defining a different level of detail in the job attributes returned."],["The `Full` view includes all available job attributes, `IdOnly` includes only the job name, requisition ID, and language code, and `Small` includes name, requisition ID, title, company, locations, visibility, language code, and description."],["`Minimal` is very similar to `Small`, but without the `visibility` and `description`, and `Unspecified` is set as the default value."]]],[]]