google-apis-discoveryengine_v1beta 0.45.0 → 0.47.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_v1beta/classes.rb +1780 -157
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +717 -10
- data/lib/google/apis/discoveryengine_v1beta/service.rb +686 -7
- metadata +3 -3
@@ -76,6 +76,54 @@ module Google
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
+
class GoogleCloudDiscoveryengineV1Condition
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudDiscoveryengineV1Control
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
79
127
|
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
80
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
129
|
|
@@ -148,6 +196,18 @@ module Google
|
|
148
196
|
include Google::Apis::Core::JsonObjectSupport
|
149
197
|
end
|
150
198
|
|
199
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
151
211
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
152
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
213
|
|
@@ -160,6 +220,12 @@ module Google
|
|
160
220
|
include Google::Apis::Core::JsonObjectSupport
|
161
221
|
end
|
162
222
|
|
223
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
163
229
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
164
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
231
|
|
@@ -256,6 +322,24 @@ module Google
|
|
256
322
|
include Google::Apis::Core::JsonObjectSupport
|
257
323
|
end
|
258
324
|
|
325
|
+
class GoogleCloudDiscoveryengineV1Project
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
259
343
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
260
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
345
|
|
@@ -442,6 +526,54 @@ module Google
|
|
442
526
|
include Google::Apis::Core::JsonObjectSupport
|
443
527
|
end
|
444
528
|
|
529
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
445
577
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
446
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
579
|
|
@@ -868,6 +1000,12 @@ module Google
|
|
868
1000
|
include Google::Apis::Core::JsonObjectSupport
|
869
1001
|
end
|
870
1002
|
|
1003
|
+
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
871
1009
|
class GoogleCloudDiscoveryengineV1betaAnswer
|
872
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
1011
|
|
@@ -1162,6 +1300,30 @@ module Google
|
|
1162
1300
|
include Google::Apis::Core::JsonObjectSupport
|
1163
1301
|
end
|
1164
1302
|
|
1303
|
+
class GoogleCloudDiscoveryengineV1betaChunk
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class GoogleCloudDiscoveryengineV1betaChunkChunkMetadata
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudDiscoveryengineV1betaChunkPageSpan
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1165
1327
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
1166
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
1329
|
|
@@ -1186,6 +1348,54 @@ module Google
|
|
1186
1348
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1349
|
end
|
1188
1350
|
|
1351
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
+
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
|
+
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
|
+
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1189
1399
|
class GoogleCloudDiscoveryengineV1betaConversation
|
1190
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1401
|
|
@@ -1330,6 +1540,18 @@ module Google
|
|
1330
1540
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1541
|
end
|
1332
1542
|
|
1543
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1549
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1333
1555
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
1334
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
1557
|
|
@@ -1342,6 +1564,12 @@ module Google
|
|
1342
1564
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1565
|
end
|
1344
1566
|
|
1567
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
|
+
|
1570
|
+
include Google::Apis::Core::JsonObjectSupport
|
1571
|
+
end
|
1572
|
+
|
1345
1573
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
1346
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1575
|
|
@@ -1534,6 +1762,12 @@ module Google
|
|
1534
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1763
|
end
|
1536
1764
|
|
1765
|
+
class GoogleCloudDiscoveryengineV1betaListControlsResponse
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1537
1771
|
class GoogleCloudDiscoveryengineV1betaListConversationsResponse
|
1538
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1773
|
|
@@ -1612,6 +1846,30 @@ module Google
|
|
1612
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1847
|
end
|
1614
1848
|
|
1849
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1867
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectRequest
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
|
+
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
1871
|
+
end
|
1872
|
+
|
1615
1873
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
1616
1874
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1875
|
|
@@ -1762,6 +2020,12 @@ module Google
|
|
1762
2020
|
include Google::Apis::Core::JsonObjectSupport
|
1763
2021
|
end
|
1764
2022
|
|
2023
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
1765
2029
|
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec
|
1766
2030
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
2031
|
|
@@ -2206,6 +2470,84 @@ module Google
|
|
2206
2470
|
end
|
2207
2471
|
end
|
2208
2472
|
|
2473
|
+
class GoogleCloudDiscoveryengineV1Condition
|
2474
|
+
# @private
|
2475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2476
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionTimeRange::Representation
|
2477
|
+
|
2478
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ConditionQueryTerm::Representation
|
2479
|
+
|
2480
|
+
end
|
2481
|
+
end
|
2482
|
+
|
2483
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
2484
|
+
# @private
|
2485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2486
|
+
property :full_match, as: 'fullMatch'
|
2487
|
+
property :value, as: 'value'
|
2488
|
+
end
|
2489
|
+
end
|
2490
|
+
|
2491
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
2492
|
+
# @private
|
2493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2494
|
+
property :end_time, as: 'endTime'
|
2495
|
+
property :start_time, as: 'startTime'
|
2496
|
+
end
|
2497
|
+
end
|
2498
|
+
|
2499
|
+
class GoogleCloudDiscoveryengineV1Control
|
2500
|
+
# @private
|
2501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2502
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
2503
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlBoostAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlBoostAction::Representation
|
2504
|
+
|
2505
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Condition, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Condition::Representation
|
2506
|
+
|
2507
|
+
property :display_name, as: 'displayName'
|
2508
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlFilterAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlFilterAction::Representation
|
2509
|
+
|
2510
|
+
property :name, as: 'name'
|
2511
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlRedirectAction::Representation
|
2512
|
+
|
2513
|
+
property :solution_type, as: 'solutionType'
|
2514
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ControlSynonymsAction::Representation
|
2515
|
+
|
2516
|
+
collection :use_cases, as: 'useCases'
|
2517
|
+
end
|
2518
|
+
end
|
2519
|
+
|
2520
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
2521
|
+
# @private
|
2522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2523
|
+
property :boost, as: 'boost'
|
2524
|
+
property :data_store, as: 'dataStore'
|
2525
|
+
property :filter, as: 'filter'
|
2526
|
+
end
|
2527
|
+
end
|
2528
|
+
|
2529
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
2530
|
+
# @private
|
2531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2532
|
+
property :data_store, as: 'dataStore'
|
2533
|
+
property :filter, as: 'filter'
|
2534
|
+
end
|
2535
|
+
end
|
2536
|
+
|
2537
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
2538
|
+
# @private
|
2539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2540
|
+
property :redirect_uri, as: 'redirectUri'
|
2541
|
+
end
|
2542
|
+
end
|
2543
|
+
|
2544
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
2545
|
+
# @private
|
2546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2547
|
+
collection :synonyms, as: 'synonyms'
|
2548
|
+
end
|
2549
|
+
end
|
2550
|
+
|
2209
2551
|
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
2210
2552
|
# @private
|
2211
2553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2304,6 +2646,8 @@ module Google
|
|
2304
2646
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfig
|
2305
2647
|
# @private
|
2306
2648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2649
|
+
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig::Representation
|
2650
|
+
|
2307
2651
|
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig::Representation
|
2308
2652
|
|
2309
2653
|
property :name, as: 'name'
|
@@ -2312,11 +2656,29 @@ module Google
|
|
2312
2656
|
end
|
2313
2657
|
end
|
2314
2658
|
|
2659
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig
|
2660
|
+
# @private
|
2661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2662
|
+
property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
|
2663
|
+
|
2664
|
+
end
|
2665
|
+
end
|
2666
|
+
|
2667
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
2668
|
+
# @private
|
2669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2670
|
+
property :chunk_size, as: 'chunkSize'
|
2671
|
+
property :include_ancestor_headings, as: 'includeAncestorHeadings'
|
2672
|
+
end
|
2673
|
+
end
|
2674
|
+
|
2315
2675
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
2316
2676
|
# @private
|
2317
2677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2318
2678
|
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
2319
2679
|
|
2680
|
+
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
2681
|
+
|
2320
2682
|
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
2321
2683
|
|
2322
2684
|
end
|
@@ -2328,6 +2690,12 @@ module Google
|
|
2328
2690
|
end
|
2329
2691
|
end
|
2330
2692
|
|
2693
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
2694
|
+
# @private
|
2695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2696
|
+
end
|
2697
|
+
end
|
2698
|
+
|
2331
2699
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
2332
2700
|
# @private
|
2333
2701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2458,25 +2826,53 @@ module Google
|
|
2458
2826
|
end
|
2459
2827
|
end
|
2460
2828
|
|
2461
|
-
class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
|
2829
|
+
class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
|
2830
|
+
# @private
|
2831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2832
|
+
property :create_time, as: 'createTime'
|
2833
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
2834
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
2835
|
+
property :update_time, as: 'updateTime'
|
2836
|
+
end
|
2837
|
+
end
|
2838
|
+
|
2839
|
+
class GoogleCloudDiscoveryengineV1ImportUserEventsResponse
|
2840
|
+
# @private
|
2841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2842
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ImportErrorConfig::Representation
|
2843
|
+
|
2844
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2845
|
+
|
2846
|
+
property :joined_events_count, :numeric_string => true, as: 'joinedEventsCount'
|
2847
|
+
property :unjoined_events_count, :numeric_string => true, as: 'unjoinedEventsCount'
|
2848
|
+
end
|
2849
|
+
end
|
2850
|
+
|
2851
|
+
class GoogleCloudDiscoveryengineV1Project
|
2462
2852
|
# @private
|
2463
2853
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2464
2854
|
property :create_time, as: 'createTime'
|
2465
|
-
property :
|
2466
|
-
property :
|
2467
|
-
|
2855
|
+
property :name, as: 'name'
|
2856
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
2857
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
2858
|
+
|
2468
2859
|
end
|
2469
2860
|
end
|
2470
2861
|
|
2471
|
-
class
|
2862
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
2472
2863
|
# @private
|
2473
2864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2474
|
-
property :
|
2475
|
-
|
2476
|
-
|
2865
|
+
property :accept_time, as: 'acceptTime'
|
2866
|
+
property :decline_time, as: 'declineTime'
|
2867
|
+
property :id, as: 'id'
|
2868
|
+
property :state, as: 'state'
|
2869
|
+
property :version, as: 'version'
|
2870
|
+
end
|
2871
|
+
end
|
2477
2872
|
|
2478
|
-
|
2479
|
-
|
2873
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
2874
|
+
# @private
|
2875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2480
2876
|
end
|
2481
2877
|
end
|
2482
2878
|
|
@@ -2671,6 +3067,7 @@ module Google
|
|
2671
3067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2672
3068
|
property :document, as: 'document'
|
2673
3069
|
property :page_identifier, as: 'pageIdentifier'
|
3070
|
+
hash :struct_data, as: 'structData'
|
2674
3071
|
property :title, as: 'title'
|
2675
3072
|
property :uri, as: 'uri'
|
2676
3073
|
end
|
@@ -2682,6 +3079,7 @@ module Google
|
|
2682
3079
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
2683
3080
|
|
2684
3081
|
property :document, as: 'document'
|
3082
|
+
hash :struct_data, as: 'structData'
|
2685
3083
|
property :title, as: 'title'
|
2686
3084
|
property :uri, as: 'uri'
|
2687
3085
|
end
|
@@ -2777,6 +3175,84 @@ module Google
|
|
2777
3175
|
end
|
2778
3176
|
end
|
2779
3177
|
|
3178
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
3179
|
+
# @private
|
3180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3181
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
3182
|
+
|
3183
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
3184
|
+
|
3185
|
+
end
|
3186
|
+
end
|
3187
|
+
|
3188
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
3189
|
+
# @private
|
3190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3191
|
+
property :full_match, as: 'fullMatch'
|
3192
|
+
property :value, as: 'value'
|
3193
|
+
end
|
3194
|
+
end
|
3195
|
+
|
3196
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
3197
|
+
# @private
|
3198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3199
|
+
property :end_time, as: 'endTime'
|
3200
|
+
property :start_time, as: 'startTime'
|
3201
|
+
end
|
3202
|
+
end
|
3203
|
+
|
3204
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
3205
|
+
# @private
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3207
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
3208
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlBoostAction::Representation
|
3209
|
+
|
3210
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCondition, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCondition::Representation
|
3211
|
+
|
3212
|
+
property :display_name, as: 'displayName'
|
3213
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
3214
|
+
|
3215
|
+
property :name, as: 'name'
|
3216
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlRedirectAction::Representation
|
3217
|
+
|
3218
|
+
property :solution_type, as: 'solutionType'
|
3219
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction::Representation
|
3220
|
+
|
3221
|
+
collection :use_cases, as: 'useCases'
|
3222
|
+
end
|
3223
|
+
end
|
3224
|
+
|
3225
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
3226
|
+
# @private
|
3227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3228
|
+
property :boost, as: 'boost'
|
3229
|
+
property :data_store, as: 'dataStore'
|
3230
|
+
property :filter, as: 'filter'
|
3231
|
+
end
|
3232
|
+
end
|
3233
|
+
|
3234
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
3235
|
+
# @private
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3237
|
+
property :data_store, as: 'dataStore'
|
3238
|
+
property :filter, as: 'filter'
|
3239
|
+
end
|
3240
|
+
end
|
3241
|
+
|
3242
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
3243
|
+
# @private
|
3244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3245
|
+
property :redirect_uri, as: 'redirectUri'
|
3246
|
+
end
|
3247
|
+
end
|
3248
|
+
|
3249
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
3250
|
+
# @private
|
3251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3252
|
+
collection :synonyms, as: 'synonyms'
|
3253
|
+
end
|
3254
|
+
end
|
3255
|
+
|
2780
3256
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
2781
3257
|
# @private
|
2782
3258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3092,6 +3568,7 @@ module Google
|
|
3092
3568
|
property :key_property_type, as: 'keyPropertyType'
|
3093
3569
|
property :recs_filterable_option, as: 'recsFilterableOption'
|
3094
3570
|
property :retrievable_option, as: 'retrievableOption'
|
3571
|
+
collection :schema_org_paths, as: 'schemaOrgPaths'
|
3095
3572
|
property :searchable_option, as: 'searchableOption'
|
3096
3573
|
end
|
3097
3574
|
end
|
@@ -3440,6 +3917,18 @@ module Google
|
|
3440
3917
|
end
|
3441
3918
|
end
|
3442
3919
|
|
3920
|
+
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
3921
|
+
# @private
|
3922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3923
|
+
property :cluster_id, as: 'clusterId'
|
3924
|
+
property :database_id, as: 'databaseId'
|
3925
|
+
property :gcs_staging_dir, as: 'gcsStagingDir'
|
3926
|
+
property :location_id, as: 'locationId'
|
3927
|
+
property :project_id, as: 'projectId'
|
3928
|
+
property :table_id, as: 'tableId'
|
3929
|
+
end
|
3930
|
+
end
|
3931
|
+
|
3443
3932
|
class GoogleCloudDiscoveryengineV1betaAnswer
|
3444
3933
|
# @private
|
3445
3934
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3495,6 +3984,7 @@ module Google
|
|
3495
3984
|
property :search_spec, as: 'searchSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestSearchSpec::Representation
|
3496
3985
|
|
3497
3986
|
property :session, as: 'session'
|
3987
|
+
hash :user_labels, as: 'userLabels'
|
3498
3988
|
property :user_pseudo_id, as: 'userPseudoId'
|
3499
3989
|
end
|
3500
3990
|
end
|
@@ -3504,6 +3994,7 @@ module Google
|
|
3504
3994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3505
3995
|
property :answer_language_code, as: 'answerLanguageCode'
|
3506
3996
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
3997
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
3507
3998
|
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
3508
3999
|
property :include_citations, as: 'includeCitations'
|
3509
4000
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
@@ -3581,9 +4072,12 @@ module Google
|
|
3581
4072
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3582
4073
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
3583
4074
|
|
4075
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec::Representation
|
4076
|
+
|
3584
4077
|
property :filter, as: 'filter'
|
3585
4078
|
property :max_return_results, as: 'maxReturnResults'
|
3586
4079
|
property :order_by, as: 'orderBy'
|
4080
|
+
property :search_result_mode, as: 'searchResultMode'
|
3587
4081
|
end
|
3588
4082
|
end
|
3589
4083
|
|
@@ -3705,6 +4199,7 @@ module Google
|
|
3705
4199
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3706
4200
|
property :document, as: 'document'
|
3707
4201
|
property :page_identifier, as: 'pageIdentifier'
|
4202
|
+
hash :struct_data, as: 'structData'
|
3708
4203
|
property :title, as: 'title'
|
3709
4204
|
property :uri, as: 'uri'
|
3710
4205
|
end
|
@@ -3716,6 +4211,7 @@ module Google
|
|
3716
4211
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
3717
4212
|
|
3718
4213
|
property :document, as: 'document'
|
4214
|
+
hash :struct_data, as: 'structData'
|
3719
4215
|
property :title, as: 'title'
|
3720
4216
|
property :uri, as: 'uri'
|
3721
4217
|
end
|
@@ -3920,6 +4416,50 @@ module Google
|
|
3920
4416
|
end
|
3921
4417
|
end
|
3922
4418
|
|
4419
|
+
class GoogleCloudDiscoveryengineV1betaChunk
|
4420
|
+
# @private
|
4421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4422
|
+
property :chunk_metadata, as: 'chunkMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkChunkMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkChunkMetadata::Representation
|
4423
|
+
|
4424
|
+
property :content, as: 'content'
|
4425
|
+
hash :derived_struct_data, as: 'derivedStructData'
|
4426
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata::Representation
|
4427
|
+
|
4428
|
+
property :id, as: 'id'
|
4429
|
+
property :name, as: 'name'
|
4430
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkPageSpan, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunkPageSpan::Representation
|
4431
|
+
|
4432
|
+
property :relevance_score, as: 'relevanceScore'
|
4433
|
+
end
|
4434
|
+
end
|
4435
|
+
|
4436
|
+
class GoogleCloudDiscoveryengineV1betaChunkChunkMetadata
|
4437
|
+
# @private
|
4438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4439
|
+
collection :next_chunks, as: 'nextChunks', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunk, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunk::Representation
|
4440
|
+
|
4441
|
+
collection :previous_chunks, as: 'previousChunks', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunk, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunk::Representation
|
4442
|
+
|
4443
|
+
end
|
4444
|
+
end
|
4445
|
+
|
4446
|
+
class GoogleCloudDiscoveryengineV1betaChunkDocumentMetadata
|
4447
|
+
# @private
|
4448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4449
|
+
hash :struct_data, as: 'structData'
|
4450
|
+
property :title, as: 'title'
|
4451
|
+
property :uri, as: 'uri'
|
4452
|
+
end
|
4453
|
+
end
|
4454
|
+
|
4455
|
+
class GoogleCloudDiscoveryengineV1betaChunkPageSpan
|
4456
|
+
# @private
|
4457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4458
|
+
property :page_end, as: 'pageEnd'
|
4459
|
+
property :page_start, as: 'pageStart'
|
4460
|
+
end
|
4461
|
+
end
|
4462
|
+
|
3923
4463
|
class GoogleCloudDiscoveryengineV1betaCloudSqlSource
|
3924
4464
|
# @private
|
3925
4465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3957,6 +4497,84 @@ module Google
|
|
3957
4497
|
end
|
3958
4498
|
end
|
3959
4499
|
|
4500
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
4501
|
+
# @private
|
4502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4503
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionTimeRange::Representation
|
4504
|
+
|
4505
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConditionQueryTerm::Representation
|
4506
|
+
|
4507
|
+
end
|
4508
|
+
end
|
4509
|
+
|
4510
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
4511
|
+
# @private
|
4512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4513
|
+
property :full_match, as: 'fullMatch'
|
4514
|
+
property :value, as: 'value'
|
4515
|
+
end
|
4516
|
+
end
|
4517
|
+
|
4518
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
4519
|
+
# @private
|
4520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4521
|
+
property :end_time, as: 'endTime'
|
4522
|
+
property :start_time, as: 'startTime'
|
4523
|
+
end
|
4524
|
+
end
|
4525
|
+
|
4526
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
4527
|
+
# @private
|
4528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4529
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
4530
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlBoostAction::Representation
|
4531
|
+
|
4532
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCondition, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCondition::Representation
|
4533
|
+
|
4534
|
+
property :display_name, as: 'displayName'
|
4535
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlFilterAction::Representation
|
4536
|
+
|
4537
|
+
property :name, as: 'name'
|
4538
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlRedirectAction::Representation
|
4539
|
+
|
4540
|
+
property :solution_type, as: 'solutionType'
|
4541
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControlSynonymsAction::Representation
|
4542
|
+
|
4543
|
+
collection :use_cases, as: 'useCases'
|
4544
|
+
end
|
4545
|
+
end
|
4546
|
+
|
4547
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
4548
|
+
# @private
|
4549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4550
|
+
property :boost, as: 'boost'
|
4551
|
+
property :data_store, as: 'dataStore'
|
4552
|
+
property :filter, as: 'filter'
|
4553
|
+
end
|
4554
|
+
end
|
4555
|
+
|
4556
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
4557
|
+
# @private
|
4558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4559
|
+
property :data_store, as: 'dataStore'
|
4560
|
+
property :filter, as: 'filter'
|
4561
|
+
end
|
4562
|
+
end
|
4563
|
+
|
4564
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
4565
|
+
# @private
|
4566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4567
|
+
property :redirect_uri, as: 'redirectUri'
|
4568
|
+
end
|
4569
|
+
end
|
4570
|
+
|
4571
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
4572
|
+
# @private
|
4573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4574
|
+
collection :synonyms, as: 'synonyms'
|
4575
|
+
end
|
4576
|
+
end
|
4577
|
+
|
3960
4578
|
class GoogleCloudDiscoveryengineV1betaConversation
|
3961
4579
|
# @private
|
3962
4580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4189,6 +4807,8 @@ module Google
|
|
4189
4807
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig
|
4190
4808
|
# @private
|
4191
4809
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4810
|
+
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig::Representation
|
4811
|
+
|
4192
4812
|
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig::Representation
|
4193
4813
|
|
4194
4814
|
property :name, as: 'name'
|
@@ -4197,11 +4817,29 @@ module Google
|
|
4197
4817
|
end
|
4198
4818
|
end
|
4199
4819
|
|
4820
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig
|
4821
|
+
# @private
|
4822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4823
|
+
property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
|
4824
|
+
|
4825
|
+
end
|
4826
|
+
end
|
4827
|
+
|
4828
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
4829
|
+
# @private
|
4830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4831
|
+
property :chunk_size, as: 'chunkSize'
|
4832
|
+
property :include_ancestor_headings, as: 'includeAncestorHeadings'
|
4833
|
+
end
|
4834
|
+
end
|
4835
|
+
|
4200
4836
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
4201
4837
|
# @private
|
4202
4838
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4203
4839
|
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
4204
4840
|
|
4841
|
+
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
4842
|
+
|
4205
4843
|
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
4206
4844
|
|
4207
4845
|
end
|
@@ -4213,6 +4851,12 @@ module Google
|
|
4213
4851
|
end
|
4214
4852
|
end
|
4215
4853
|
|
4854
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
4855
|
+
# @private
|
4856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4857
|
+
end
|
4858
|
+
end
|
4859
|
+
|
4216
4860
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
4217
4861
|
# @private
|
4218
4862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4385,6 +5029,8 @@ module Google
|
|
4385
5029
|
class GoogleCloudDiscoveryengineV1betaImportDocumentsRequest
|
4386
5030
|
# @private
|
4387
5031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5032
|
+
property :alloy_db_source, as: 'alloyDbSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlloyDbSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlloyDbSource::Representation
|
5033
|
+
|
4388
5034
|
property :auto_generate_ids, as: 'autoGenerateIds'
|
4389
5035
|
property :bigquery_source, as: 'bigquerySource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBigQuerySource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBigQuerySource::Representation
|
4390
5036
|
|
@@ -4525,6 +5171,15 @@ module Google
|
|
4525
5171
|
end
|
4526
5172
|
end
|
4527
5173
|
|
5174
|
+
class GoogleCloudDiscoveryengineV1betaListControlsResponse
|
5175
|
+
# @private
|
5176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5177
|
+
collection :controls, as: 'controls', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControl, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaControl::Representation
|
5178
|
+
|
5179
|
+
property :next_page_token, as: 'nextPageToken'
|
5180
|
+
end
|
5181
|
+
end
|
5182
|
+
|
4528
5183
|
class GoogleCloudDiscoveryengineV1betaListConversationsResponse
|
4529
5184
|
# @private
|
4530
5185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4640,6 +5295,42 @@ module Google
|
|
4640
5295
|
end
|
4641
5296
|
end
|
4642
5297
|
|
5298
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
5299
|
+
# @private
|
5300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5301
|
+
property :create_time, as: 'createTime'
|
5302
|
+
property :name, as: 'name'
|
5303
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
5304
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
5305
|
+
|
5306
|
+
end
|
5307
|
+
end
|
5308
|
+
|
5309
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
5310
|
+
# @private
|
5311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5312
|
+
property :accept_time, as: 'acceptTime'
|
5313
|
+
property :decline_time, as: 'declineTime'
|
5314
|
+
property :id, as: 'id'
|
5315
|
+
property :state, as: 'state'
|
5316
|
+
property :version, as: 'version'
|
5317
|
+
end
|
5318
|
+
end
|
5319
|
+
|
5320
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
5321
|
+
# @private
|
5322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5323
|
+
end
|
5324
|
+
end
|
5325
|
+
|
5326
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectRequest
|
5327
|
+
# @private
|
5328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5329
|
+
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
5330
|
+
property :data_use_terms_version, as: 'dataUseTermsVersion'
|
5331
|
+
end
|
5332
|
+
end
|
5333
|
+
|
4643
5334
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
4644
5335
|
# @private
|
4645
5336
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4707,6 +5398,7 @@ module Google
|
|
4707
5398
|
collection :records, as: 'records', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaRankingRecord, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaRankingRecord::Representation
|
4708
5399
|
|
4709
5400
|
property :top_n, as: 'topN'
|
5401
|
+
hash :user_labels, as: 'userLabels'
|
4710
5402
|
end
|
4711
5403
|
end
|
4712
5404
|
|
@@ -4891,8 +5583,11 @@ module Google
|
|
4891
5583
|
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
|
4892
5584
|
# @private
|
4893
5585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5586
|
+
property :chunk_spec, as: 'chunkSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec::Representation
|
5587
|
+
|
4894
5588
|
property :extractive_content_spec, as: 'extractiveContentSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec::Representation
|
4895
5589
|
|
5590
|
+
property :search_result_mode, as: 'searchResultMode'
|
4896
5591
|
property :snippet_spec, as: 'snippetSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec::Representation
|
4897
5592
|
|
4898
5593
|
property :summary_spec, as: 'summarySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec::Representation
|
@@ -4900,6 +5595,14 @@ module Google
|
|
4900
5595
|
end
|
4901
5596
|
end
|
4902
5597
|
|
5598
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecChunkSpec
|
5599
|
+
# @private
|
5600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5601
|
+
property :num_next_chunks, as: 'numNextChunks'
|
5602
|
+
property :num_previous_chunks, as: 'numPreviousChunks'
|
5603
|
+
end
|
5604
|
+
end
|
5605
|
+
|
4903
5606
|
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec
|
4904
5607
|
# @private
|
4905
5608
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5100,6 +5803,8 @@ module Google
|
|
5100
5803
|
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult
|
5101
5804
|
# @private
|
5102
5805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5806
|
+
property :chunk, as: 'chunk', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunk, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaChunk::Representation
|
5807
|
+
|
5103
5808
|
property :document, as: 'document', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocument::Representation
|
5104
5809
|
|
5105
5810
|
property :id, as: 'id'
|
@@ -5425,9 +6130,11 @@ module Google
|
|
5425
6130
|
property :attribution_token, as: 'attributionToken'
|
5426
6131
|
property :completion_info, as: 'completionInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompletionInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompletionInfo::Representation
|
5427
6132
|
|
6133
|
+
property :data_store, as: 'dataStore'
|
5428
6134
|
property :direct_user_request, as: 'directUserRequest'
|
5429
6135
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentInfo::Representation
|
5430
6136
|
|
6137
|
+
property :engine, as: 'engine'
|
5431
6138
|
property :event_time, as: 'eventTime'
|
5432
6139
|
property :event_type, as: 'eventType'
|
5433
6140
|
property :filter, as: 'filter'
|