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

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class DiversificationLevel.

Controls whether highly similar jobs are returned next to each other in the search results. Jobs are identified as highly similar based on their titles, job categories, and locations. Highly similar results are clustered so that only one representative job of the cluster is displayed to the job seeker higher up in the results, with the other jobs being displayed lower down in the results.

Protobuf type google.cloud.talent.v4beta1.SearchJobsRequest.DiversificationLevel

Namespace

Google \ Cloud \ Talent \ V4beta1 \ SearchJobsRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DIVERSIFICATION_LEVEL_UNSPECIFIED

Value: 0

The diversification level isn't specified.

Generated from protobuf enum DIVERSIFICATION_LEVEL_UNSPECIFIED = 0;

DISABLED

Value: 1

Disables diversification. Jobs that would normally be pushed to the last page would not have their positions altered. This may result in highly similar jobs appearing in sequence in the search results.

Generated from protobuf enum DISABLED = 1;

SIMPLE

Value: 2

Default diversifying behavior. The result list is ordered so that highly similar results are pushed to the end of the last page of search results. If you are using pageToken to page through the result set, latency might be lower but we can't guarantee that all results are returned. If you are using page offset, latency might be higher but all results are returned.

Generated from protobuf enum SIMPLE = 2;