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

Commit

Permalink
docs(regen): update generated javadoc (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent a041dcb commit f4bc974
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
Expand Up @@ -440,7 +440,10 @@ public enum DiversificationLevel implements com.google.protobuf.ProtocolMessageE
* <pre>
* 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.
* </pre>
*
* <code>SIMPLE = 2;</code>
Expand Down Expand Up @@ -477,7 +480,10 @@ public enum DiversificationLevel implements com.google.protobuf.ProtocolMessageE
* <pre>
* 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.
* </pre>
*
* <code>SIMPLE = 2;</code>
Expand Down
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 synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-12-04T08:54:58.715259Z",
"updateTime": "2019-12-09T08:56:43.122495Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "da0edeeef953b05eb1524d514d2e9842ac2df0fd",
"internalRef": "283614497"
"sha": "a69a974976221ce3bb944901b739418b85d6408c",
"internalRef": "284463979"
}
},
{
Expand Down

0 comments on commit f4bc974

Please sign in to comment.