Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
docs: Add three per company option to diversification levels (#339)
Browse files Browse the repository at this point in the history
* docs: Add three per company option to diversification levels

PiperOrigin-RevId: 536429537

Source-Link: googleapis/googleapis@7cb9709

Source-Link: googleapis/googleapis-gen@bc0f6d6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmMwZjZkNjVkN2RhOWZiNzhjNmUzNzczZDhjMGNjOGIxYWY4NmI0MSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 31, 2023
1 parent f7528cc commit 532f474
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/talent_v4/types/job_service.py
Expand Up @@ -665,6 +665,10 @@ class DiversificationLevel(proto.Enum):
in the same company to be shown at once, the other jobs
under same company are pushed to the end of the last page of
search result.
MAX_THREE_PER_COMPANY (6):
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.
DIVERSIFY_BY_LOOSER_SIMILARITY (5):
The result list is ordered such that somewhat
similar results are pushed to the end of the
Expand All @@ -677,6 +681,7 @@ class DiversificationLevel(proto.Enum):
SIMPLE = 2
ONE_PER_COMPANY = 3
TWO_PER_COMPANY = 4
MAX_THREE_PER_COMPANY = 6
DIVERSIFY_BY_LOOSER_SIMILARITY = 5

class KeywordMatchMode(proto.Enum):
Expand Down

0 comments on commit 532f474

Please sign in to comment.