File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
google/cloud/talent_v4beta1 Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-12-07T13:27:57.902246Z ",
2+ "updateTime": "2019-12-11T13:23:35.931326Z ",
33 "sources": [
44 {
55 "generator": {
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 {
You can’t perform that action at this time.
0 commit comments