Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class JobView.
An enum that specifies the job attributes that are returned in the MatchingJob.job or ListJobsResponse.jobs fields.
Protobuf type google.cloud.talent.v4.JobView
Namespace
Google \ Cloud \ Talent \ V4Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
JOB_VIEW_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum JOB_VIEW_UNSPECIFIED = 0;
JOB_VIEW_ID_ONLY
Value: 1A ID only view of job, with following attributes: Job.name, Job.requisition_id, Job.language_code.
Generated from protobuf enum JOB_VIEW_ID_ONLY = 1;
JOB_VIEW_MINIMAL
Value: 2A minimal view of the job, with the following attributes: Job.name, Job.requisition_id, Job.title, Job.company, Job.DerivedInfo.locations, Job.language_code.
Generated from protobuf enum JOB_VIEW_MINIMAL = 2;
JOB_VIEW_SMALL
Value: 3A 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.
Generated from protobuf enum JOB_VIEW_SMALL = 3;
JOB_VIEW_FULL
Value: 4All available attributes are included in the search results.
Generated from protobuf enum JOB_VIEW_FULL = 4;