Skip to content

Commit d2518ae

Browse files
yoshi-automationbusunkim96
authored andcommitted
docs(talent): update docstring for DiversificationLevel (#9958)
1 parent a4e19ed commit d2518ae

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

talent/google/cloud/talent_v4beta1/gapic/enums.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,10 @@ class DiversificationLevel(enum.IntEnum):
10421042
similar jobs appearing in sequence in the search results.
10431043
SIMPLE (int): Default diversifying behavior. The result list is ordered so that
10441044
highly similar results are pushed to the end of the last page of search
1045-
results.
1045+
results. If you are using pageToken to page through the result set,
1046+
latency might be lower but we can't guarantee that all results are
1047+
returned. If you are using page offset, latency might be higher but all
1048+
results are returned.
10461049
"""
10471050

10481051
DIVERSIFICATION_LEVEL_UNSPECIFIED = 0

talent/google/cloud/talent_v4beta1/proto/job_service.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,10 @@ message SearchJobsRequest {
471471

472472
// Default diversifying behavior. The result list is ordered so that
473473
// highly similar results are pushed to the end of the last page of search
474-
// results.
474+
// results. If you are using pageToken to page through the result set,
475+
// latency might be lower but we can't guarantee that all results are
476+
// returned. If you are using page offset, latency might be higher but all
477+
// results are returned.
475478
SIMPLE = 2;
476479
}
477480

talent/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-12-07T13:27:57.902246Z",
2+
"updateTime": "2019-12-11T13:23:35.931326Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "a4adac3a12aca6e3a792c9c35ee850435fe7cf7e",
16-
"internalRef": "284277770"
15+
"sha": "e47fdd266542386e5e7346697f90476e96dc7ee8",
16+
"internalRef": "284822593"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)