Enum JobView (2.38.0)

public enum JobView extends Enum<JobView> implements ProtocolMessageEnum

An enum that specifies the job attributes that are returned in the MatchingJob.job or ListJobsResponse.jobs fields.

Protobuf enum google.cloud.talent.v4.JobView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JOB_VIEW_FULL

All available attributes are included in the search results.

JOB_VIEW_FULL = 4;

JOB_VIEW_FULL_VALUE

All available attributes are included in the search results.

JOB_VIEW_FULL = 4;

JOB_VIEW_ID_ONLY

A ID only view of job, with following attributes: Job.name, Job.requisition_id, Job.language_code.

JOB_VIEW_ID_ONLY = 1;

JOB_VIEW_ID_ONLY_VALUE

A ID only view of job, with following attributes: Job.name, Job.requisition_id, Job.language_code.

JOB_VIEW_ID_ONLY = 1;

JOB_VIEW_MINIMAL

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_MINIMAL = 2;

JOB_VIEW_MINIMAL_VALUE

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_MINIMAL = 2;

JOB_VIEW_SMALL

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_SMALL = 3;

JOB_VIEW_SMALL_VALUE

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_SMALL = 3;

JOB_VIEW_UNSPECIFIED

Default value.

JOB_VIEW_UNSPECIFIED = 0;

JOB_VIEW_UNSPECIFIED_VALUE

Default value.

JOB_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()