Commit ebfda8b
authored
feat: [discoveryengine] add site search engine service (#10149)
* feat: add site search engine service feat: add search tuning service feat: add engine support for conversational engine service feat: support search summarization with citations and references docs: keep the API doc up-to-date with recent changes PiperOrigin-RevId: 590625062 Source-Link: googleapis/googleapis@5e2f0b2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/da4276898c106ad7ae8cc3aa55a8c45cf2708fc0 Copy-Tag: eyJwIjoiamF2YS1kaXNjb3ZlcnllbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6ImRhNDI3Njg5OGMxMDZhZDdhZThjYzNhYTU1YThjNDVjZjI3MDhmYzAifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent bfc8e3c commit ebfda8b
File tree
184 files changed
+61720
-1081
lines changed- java-discoveryengine
- google-cloud-discoveryengine/src
- main
- java/com/google/cloud/discoveryengine/v1alpha
- stub
- resources/META-INF/native-image/com.google.cloud.discoveryengine.v1alpha
- test/java/com/google/cloud/discoveryengine/v1alpha
- grpc-google-cloud-discoveryengine-v1alpha/src/main/java/com/google/cloud/discoveryengine/v1alpha
- proto-google-cloud-discoveryengine-v1alpha/src/main
- java/com/google/cloud/discoveryengine/v1alpha
- proto/google/cloud/discoveryengine/v1alpha
- samples/snippets/generated/com/google/cloud/discoveryengine/v1alpha
- conversationalsearchservice/converseconversation
- searchservice/search
- searchtuningservicesettings/traincustommodel
- searchtuningservice
- create
- traincustommodel
- sitesearchengineservicesettings/getsitesearchengine
- sitesearchengineservice
- batchcreatetargetsites
- batchverifytargetsites
- createtargetsite
- deletetargetsite
- disableadvancedsitesearch
- enableadvancedsitesearch
- fetchdomainverificationstatus
- getsitesearchengine
- gettargetsite
- listtargetsites
- updatetargetsite
- stub
- searchtuningservicestubsettings/traincustommodel
- sitesearchengineservicestubsettings/getsitesearchengine
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+61720
-1081
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| 344 | + | |
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
| |||
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
1033 | | - | |
| 1033 | + | |
| 1034 | + | |
1034 | 1035 | | |
1035 | 1036 | | |
1036 | 1037 | | |
| |||
1059 | 1060 | | |
1060 | 1061 | | |
1061 | 1062 | | |
1062 | | - | |
| 1063 | + | |
| 1064 | + | |
1063 | 1065 | | |
1064 | 1066 | | |
1065 | 1067 | | |
| |||
1087 | 1089 | | |
1088 | 1090 | | |
1089 | 1091 | | |
1090 | | - | |
| 1092 | + | |
| 1093 | + | |
1091 | 1094 | | |
1092 | 1095 | | |
1093 | 1096 | | |
| |||
1117 | 1120 | | |
1118 | 1121 | | |
1119 | 1122 | | |
1120 | | - | |
| 1123 | + | |
| 1124 | + | |
1121 | 1125 | | |
1122 | 1126 | | |
1123 | 1127 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
| 294 | + | |
292 | 295 | | |
293 | 296 | | |
294 | 297 | | |
| |||
345 | 348 | | |
346 | 349 | | |
347 | 350 | | |
| 351 | + | |
348 | 352 | | |
349 | 353 | | |
350 | 354 | | |
| |||
0 commit comments