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

Commit f4bc974

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): update generated javadoc (#32)
1 parent a041dcb commit f4bc974

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/SearchJobsRequest.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/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

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-04T08:54:58.715259Z",
2+
"updateTime": "2019-12-09T08:56:43.122495Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
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
{

0 commit comments

Comments
 (0)