Skip to content

Commit 7cb9709

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add three per company option to diversification levels
PiperOrigin-RevId: 536429537
1 parent 719f24c commit 7cb9709

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/talent/v4/job_service.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ message SearchJobsRequest {
395395
// pushed to the end of the last page of search result.
396396
TWO_PER_COMPANY = 4;
397397

398+
// Similar to ONE_PER_COMPANY, but it allows at most three jobs in the
399+
// same company to be shown at once, the other jobs under same company are
400+
// dropped.
401+
MAX_THREE_PER_COMPANY = 6;
402+
398403
// The result list is ordered such that somewhat similar results are pushed
399404
// to the end of the last page of the search results. This option is
400405
// recommended if SIMPLE diversification does not diversify enough.

0 commit comments

Comments
 (0)