We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719f24c commit 7cb9709Copy full SHA for 7cb9709
1 file changed
google/cloud/talent/v4/job_service.proto
@@ -395,6 +395,11 @@ message SearchJobsRequest {
395
// pushed to the end of the last page of search result.
396
TWO_PER_COMPANY = 4;
397
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
+
403
// The result list is ordered such that somewhat similar results are pushed
404
// to the end of the last page of the search results. This option is
405
// recommended if SIMPLE diversification does not diversify enough.
0 commit comments