From 7cb9709446ff8de8c1587448889b1dd26a3b1b2d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 30 May 2023 09:48:33 -0700 Subject: [PATCH] docs: Add three per company option to diversification levels PiperOrigin-RevId: 536429537 --- google/cloud/talent/v4/job_service.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google/cloud/talent/v4/job_service.proto b/google/cloud/talent/v4/job_service.proto index 1673b82fad0b3..71d8117a34e66 100644 --- a/google/cloud/talent/v4/job_service.proto +++ b/google/cloud/talent/v4/job_service.proto @@ -395,6 +395,11 @@ message SearchJobsRequest { // pushed to the end of the last page of search result. TWO_PER_COMPANY = 4; + // Similar to ONE_PER_COMPANY, but it allows at most three jobs in the + // same company to be shown at once, the other jobs under same company are + // dropped. + MAX_THREE_PER_COMPANY = 6; + // The result list is ordered such that somewhat similar results are pushed // to the end of the last page of the search results. This option is // recommended if SIMPLE diversification does not diversify enough.