google-apis-discoveryengine_v1alpha 0.27.0 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +443 -8
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +249 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +1134 -104
- metadata +3 -3
@@ -136,6 +136,30 @@ module Google
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSiteMetadata
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesRequest
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudDiscoveryengineV1alphaBatchVerifyTargetSitesRequest
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
139
163
|
class GoogleCloudDiscoveryengineV1alphaBigQuerySource
|
140
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
165
|
|
@@ -214,6 +238,18 @@ module Google
|
|
214
238
|
include Google::Apis::Core::JsonObjectSupport
|
215
239
|
end
|
216
240
|
|
241
|
+
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteRequest
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
217
253
|
class GoogleCloudDiscoveryengineV1alphaCustomAttribute
|
218
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
255
|
|
@@ -244,6 +280,30 @@ module Google
|
|
244
280
|
include Google::Apis::Core::JsonObjectSupport
|
245
281
|
end
|
246
282
|
|
283
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchRequest
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
247
307
|
class GoogleCloudDiscoveryengineV1alphaDocument
|
248
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
309
|
|
@@ -268,6 +328,24 @@ module Google
|
|
268
328
|
include Google::Apis::Core::JsonObjectSupport
|
269
329
|
end
|
270
330
|
|
331
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchMetadata
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchRequest
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
271
349
|
class GoogleCloudDiscoveryengineV1alphaEngine
|
272
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
351
|
|
@@ -328,6 +406,12 @@ module Google
|
|
328
406
|
include Google::Apis::Core::JsonObjectSupport
|
329
407
|
end
|
330
408
|
|
409
|
+
class GoogleCloudDiscoveryengineV1alphaFetchDomainVerificationStatusResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
331
415
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
332
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
417
|
|
@@ -430,6 +514,12 @@ module Google
|
|
430
514
|
include Google::Apis::Core::JsonObjectSupport
|
431
515
|
end
|
432
516
|
|
517
|
+
class GoogleCloudDiscoveryengineV1alphaListTargetSitesResponse
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
433
523
|
class GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest
|
434
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
525
|
|
@@ -622,6 +712,12 @@ module Google
|
|
622
712
|
include Google::Apis::Core::JsonObjectSupport
|
623
713
|
end
|
624
714
|
|
715
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
625
721
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec
|
626
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
723
|
|
@@ -724,6 +820,12 @@ module Google
|
|
724
820
|
include Google::Apis::Core::JsonObjectSupport
|
725
821
|
end
|
726
822
|
|
823
|
+
class GoogleCloudDiscoveryengineV1alphaSiteSearchEngine
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
727
829
|
class GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
|
728
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
831
|
|
@@ -784,6 +886,12 @@ module Google
|
|
784
886
|
include Google::Apis::Core::JsonObjectSupport
|
785
887
|
end
|
786
888
|
|
889
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
787
895
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
788
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
897
|
|
@@ -1127,6 +1235,36 @@ module Google
|
|
1127
1235
|
end
|
1128
1236
|
end
|
1129
1237
|
|
1238
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSiteMetadata
|
1239
|
+
# @private
|
1240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
|
+
property :create_time, as: 'createTime'
|
1242
|
+
property :update_time, as: 'updateTime'
|
1243
|
+
end
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesRequest
|
1247
|
+
# @private
|
1248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1249
|
+
collection :requests, as: 'requests', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCreateTargetSiteRequest, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCreateTargetSiteRequest::Representation
|
1250
|
+
|
1251
|
+
end
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
1255
|
+
# @private
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1257
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite::Representation
|
1258
|
+
|
1259
|
+
end
|
1260
|
+
end
|
1261
|
+
|
1262
|
+
class GoogleCloudDiscoveryengineV1alphaBatchVerifyTargetSitesRequest
|
1263
|
+
# @private
|
1264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1265
|
+
end
|
1266
|
+
end
|
1267
|
+
|
1130
1268
|
class GoogleCloudDiscoveryengineV1alphaBigQuerySource
|
1131
1269
|
# @private
|
1132
1270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1261,6 +1399,23 @@ module Google
|
|
1261
1399
|
end
|
1262
1400
|
end
|
1263
1401
|
|
1402
|
+
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
1403
|
+
# @private
|
1404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1405
|
+
property :create_time, as: 'createTime'
|
1406
|
+
property :update_time, as: 'updateTime'
|
1407
|
+
end
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteRequest
|
1411
|
+
# @private
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
+
property :parent, as: 'parent'
|
1414
|
+
property :target_site, as: 'targetSite', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite::Representation
|
1415
|
+
|
1416
|
+
end
|
1417
|
+
end
|
1418
|
+
|
1264
1419
|
class GoogleCloudDiscoveryengineV1alphaCustomAttribute
|
1265
1420
|
# @private
|
1266
1421
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1306,6 +1461,34 @@ module Google
|
|
1306
1461
|
end
|
1307
1462
|
end
|
1308
1463
|
|
1464
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :create_time, as: 'createTime'
|
1468
|
+
property :update_time, as: 'updateTime'
|
1469
|
+
end
|
1470
|
+
end
|
1471
|
+
|
1472
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
|
1473
|
+
# @private
|
1474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1475
|
+
property :create_time, as: 'createTime'
|
1476
|
+
property :update_time, as: 'updateTime'
|
1477
|
+
end
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchRequest
|
1481
|
+
# @private
|
1482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1483
|
+
end
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchResponse
|
1487
|
+
# @private
|
1488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1489
|
+
end
|
1490
|
+
end
|
1491
|
+
|
1309
1492
|
class GoogleCloudDiscoveryengineV1alphaDocument
|
1310
1493
|
# @private
|
1311
1494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1348,6 +1531,26 @@ module Google
|
|
1348
1531
|
end
|
1349
1532
|
end
|
1350
1533
|
|
1534
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchMetadata
|
1535
|
+
# @private
|
1536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1537
|
+
property :create_time, as: 'createTime'
|
1538
|
+
property :update_time, as: 'updateTime'
|
1539
|
+
end
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchRequest
|
1543
|
+
# @private
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1545
|
+
end
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse
|
1549
|
+
# @private
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
end
|
1552
|
+
end
|
1553
|
+
|
1351
1554
|
class GoogleCloudDiscoveryengineV1alphaEngine
|
1352
1555
|
# @private
|
1353
1556
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1360,6 +1563,7 @@ module Google
|
|
1360
1563
|
property :create_time, as: 'createTime'
|
1361
1564
|
collection :data_store_ids, as: 'dataStoreIds'
|
1362
1565
|
property :display_name, as: 'displayName'
|
1566
|
+
property :industry_vertical, as: 'industryVertical'
|
1363
1567
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
1364
1568
|
|
1365
1569
|
property :name, as: 'name'
|
@@ -1449,6 +1653,16 @@ module Google
|
|
1449
1653
|
end
|
1450
1654
|
end
|
1451
1655
|
|
1656
|
+
class GoogleCloudDiscoveryengineV1alphaFetchDomainVerificationStatusResponse
|
1657
|
+
# @private
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1659
|
+
property :next_page_token, as: 'nextPageToken'
|
1660
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite::Representation
|
1661
|
+
|
1662
|
+
property :total_size, as: 'totalSize'
|
1663
|
+
end
|
1664
|
+
end
|
1665
|
+
|
1452
1666
|
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
1453
1667
|
# @private
|
1454
1668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1623,6 +1837,16 @@ module Google
|
|
1623
1837
|
end
|
1624
1838
|
end
|
1625
1839
|
|
1840
|
+
class GoogleCloudDiscoveryengineV1alphaListTargetSitesResponse
|
1841
|
+
# @private
|
1842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1843
|
+
property :next_page_token, as: 'nextPageToken'
|
1844
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSite::Representation
|
1845
|
+
|
1846
|
+
property :total_size, as: 'totalSize'
|
1847
|
+
end
|
1848
|
+
end
|
1849
|
+
|
1626
1850
|
class GoogleCloudDiscoveryengineV1alphaLookupWidgetConfigRequest
|
1627
1851
|
# @private
|
1628
1852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1856,6 +2080,7 @@ module Google
|
|
1856
2080
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec::Representation
|
1857
2081
|
|
1858
2082
|
property :branch, as: 'branch'
|
2083
|
+
property :canonical_filter, as: 'canonicalFilter'
|
1859
2084
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
1860
2085
|
|
1861
2086
|
property :embedding_spec, as: 'embeddingSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec::Representation
|
@@ -1939,10 +2164,19 @@ module Google
|
|
1939
2164
|
property :ignore_non_summary_seeking_query, as: 'ignoreNonSummarySeekingQuery'
|
1940
2165
|
property :include_citations, as: 'includeCitations'
|
1941
2166
|
property :language_code, as: 'languageCode'
|
2167
|
+
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec::Representation
|
2168
|
+
|
1942
2169
|
property :summary_result_count, as: 'summaryResultCount'
|
1943
2170
|
end
|
1944
2171
|
end
|
1945
2172
|
|
2173
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpecSummarySpecModelSpec
|
2174
|
+
# @private
|
2175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2176
|
+
property :version, as: 'version'
|
2177
|
+
end
|
2178
|
+
end
|
2179
|
+
|
1946
2180
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec
|
1947
2181
|
# @private
|
1948
2182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2112,6 +2346,13 @@ module Google
|
|
2112
2346
|
end
|
2113
2347
|
end
|
2114
2348
|
|
2349
|
+
class GoogleCloudDiscoveryengineV1alphaSiteSearchEngine
|
2350
|
+
# @private
|
2351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2352
|
+
property :name, as: 'name'
|
2353
|
+
end
|
2354
|
+
end
|
2355
|
+
|
2115
2356
|
class GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
|
2116
2357
|
# @private
|
2117
2358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2199,6 +2440,14 @@ module Google
|
|
2199
2440
|
end
|
2200
2441
|
end
|
2201
2442
|
|
2443
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
2444
|
+
# @private
|
2445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2446
|
+
property :create_time, as: 'createTime'
|
2447
|
+
property :update_time, as: 'updateTime'
|
2448
|
+
end
|
2449
|
+
end
|
2450
|
+
|
2202
2451
|
class GoogleCloudDiscoveryengineV1alphaUserEvent
|
2203
2452
|
# @private
|
2204
2453
|
class Representation < Google::Apis::Core::JsonRepresentation
|