Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(talent): update docstring for DiversificationLevel (via synth) #9958

Merged
merged 1 commit into from
Dec 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion talent/google/cloud/talent_v4beta1/gapic/enums.py
Original file line number Diff line number Diff line change
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 talent/google/cloud/talent_v4beta1/proto/job_service.proto
Original file line number Diff line number Diff line change
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 talent/synth.metadata
Original file line number Diff line number Diff line change
@@ -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