Google Cloud Talent Solution V4beta1 Client - Class JobView (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 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.v4beta1.JobView

Namespace

Google \ Cloud \ Talent \ V4beta1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

JOB_VIEW_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum JOB_VIEW_UNSPECIFIED = 0;

JOB_VIEW_ID_ONLY

Value: 1

A 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: 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.

Generated from protobuf enum JOB_VIEW_MINIMAL = 2;

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.

Generated from protobuf enum JOB_VIEW_SMALL = 3;

JOB_VIEW_FULL

Value: 4

All available attributes are included in the search results.

Generated from protobuf enum JOB_VIEW_FULL = 4;