This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
proto-google-cloud-talent-v4beta1/src/main
java/com/google/cloud/talent/v4beta1
proto/google/cloud/talent/v4beta1 Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,10 @@ public enum DiversificationLevel implements com.google.protobuf.ProtocolMessageE
440440 * <pre>
441441 * Default diversifying behavior. The result list is ordered so that
442442 * highly similar results are pushed to the end of the last page of search
443- * results.
443+ * results. If you are using pageToken to page through the result set,
444+ * latency might be lower but we can't guarantee that all results are
445+ * returned. If you are using page offset, latency might be higher but all
446+ * results are returned.
444447 * </pre>
445448 *
446449 * <code>SIMPLE = 2;</code>
@@ -477,7 +480,10 @@ public enum DiversificationLevel implements com.google.protobuf.ProtocolMessageE
477480 * <pre>
478481 * Default diversifying behavior. The result list is ordered so that
479482 * highly similar results are pushed to the end of the last page of search
480- * results.
483+ * results. If you are using pageToken to page through the result set,
484+ * latency might be lower but we can't guarantee that all results are
485+ * returned. If you are using page offset, latency might be higher but all
486+ * results are returned.
481487 * </pre>
482488 *
483489 * <code>SIMPLE = 2;</code>
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-04T08:54:58.715259Z ",
2+ "updateTime": "2019-12-09T08:56:43.122495Z ",
33 "sources": [
44 {
55 "generator": {
1212 "git": {
1313 "name": "googleapis",
1414 "remote": "https://github.com/googleapis/googleapis.git",
15- "sha": "da0edeeef953b05eb1524d514d2e9842ac2df0fd ",
16- "internalRef": "283614497 "
15+ "sha": "a69a974976221ce3bb944901b739418b85d6408c ",
16+ "internalRef": "284463979 "
1717 }
1818 },
1919 {
You can’t perform that action at this time.
0 commit comments