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

docs(regen): update generated javadoc #32

Merged
merged 1 commit into from Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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