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

Commit

Permalink
docs(talent): update docstring for DiversificationLevel (#9958)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Dec 11, 2019
1 parent 164eba7 commit e5787eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion google/cloud/talent_v4beta1/gapic/enums.py
Expand Up @@ -1042,7 +1042,10 @@ class DiversificationLevel(enum.IntEnum):
similar jobs appearing in sequence in the search results.
SIMPLE (int): 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.
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.
"""

DIVERSIFICATION_LEVEL_UNSPECIFIED = 0
Expand Down
5 changes: 4 additions & 1 deletion google/cloud/talent_v4beta1/proto/job_service.proto
Expand Up @@ -471,7 +471,10 @@ message SearchJobsRequest {

// 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.
// 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.
SIMPLE = 2;
}

Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-12-07T13:27:57.902246Z",
"updateTime": "2019-12-11T13:23:35.931326Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a4adac3a12aca6e3a792c9c35ee850435fe7cf7e",
"internalRef": "284277770"
"sha": "e47fdd266542386e5e7346697f90476e96dc7ee8",
"internalRef": "284822593"
}
},
{
Expand Down

0 comments on commit e5787eb

Please sign in to comment.