google-apis-discoveryengine_v1alpha 0.39.0 → 0.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +417 -208
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +201 -104
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +179 -17
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1alpha
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240312"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -130,31 +130,37 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
-
class
|
133
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
134
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
135
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
-
class
|
139
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchResponse
|
140
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
141
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
-
class
|
145
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfig
|
146
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
147
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
-
class
|
151
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
152
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
153
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
-
class
|
157
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
160
166
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -250,12 +256,6 @@ module Google
|
|
250
256
|
include Google::Apis::Core::JsonObjectSupport
|
251
257
|
end
|
252
258
|
|
253
|
-
class GoogleCloudDiscoveryengineV1OcrParsingConfig
|
254
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
-
|
256
|
-
include Google::Apis::Core::JsonObjectSupport
|
257
|
-
end
|
258
|
-
|
259
259
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
260
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
261
|
|
@@ -502,12 +502,6 @@ module Google
|
|
502
502
|
include Google::Apis::Core::JsonObjectSupport
|
503
503
|
end
|
504
504
|
|
505
|
-
class GoogleCloudDiscoveryengineV1alphaDigitalParsingConfig
|
506
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
-
|
508
|
-
include Google::Apis::Core::JsonObjectSupport
|
509
|
-
end
|
510
|
-
|
511
505
|
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
|
512
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
507
|
|
@@ -580,6 +574,24 @@ module Google
|
|
580
574
|
include Google::Apis::Core::JsonObjectSupport
|
581
575
|
end
|
582
576
|
|
577
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
583
595
|
class GoogleCloudDiscoveryengineV1alphaDoubleList
|
584
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
597
|
|
@@ -826,7 +838,7 @@ module Google
|
|
826
838
|
include Google::Apis::Core::JsonObjectSupport
|
827
839
|
end
|
828
840
|
|
829
|
-
class
|
841
|
+
class GoogleCloudDiscoveryengineV1alphaListChunksResponse
|
830
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
843
|
|
832
844
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -892,18 +904,6 @@ module Google
|
|
892
904
|
include Google::Apis::Core::JsonObjectSupport
|
893
905
|
end
|
894
906
|
|
895
|
-
class GoogleCloudDiscoveryengineV1alphaOcrConfig
|
896
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
-
|
898
|
-
include Google::Apis::Core::JsonObjectSupport
|
899
|
-
end
|
900
|
-
|
901
|
-
class GoogleCloudDiscoveryengineV1alphaOcrParsingConfig
|
902
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
-
|
904
|
-
include Google::Apis::Core::JsonObjectSupport
|
905
|
-
end
|
906
|
-
|
907
907
|
class GoogleCloudDiscoveryengineV1alphaPageInfo
|
908
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
909
|
|
@@ -1120,6 +1120,12 @@ module Google
|
|
1120
1120
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1121
|
end
|
1122
1122
|
|
1123
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1123
1129
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec
|
1124
1130
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1131
|
|
@@ -1408,6 +1414,24 @@ module Google
|
|
1408
1414
|
include Google::Apis::Core::JsonObjectSupport
|
1409
1415
|
end
|
1410
1416
|
|
1417
|
+
class GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
|
+
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1411
1435
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField
|
1412
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
1437
|
|
@@ -1510,31 +1534,37 @@ module Google
|
|
1510
1534
|
include Google::Apis::Core::JsonObjectSupport
|
1511
1535
|
end
|
1512
1536
|
|
1513
|
-
class
|
1537
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
|
1514
1538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1539
|
|
1516
1540
|
include Google::Apis::Core::JsonObjectSupport
|
1517
1541
|
end
|
1518
1542
|
|
1519
|
-
class
|
1543
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchResponse
|
1520
1544
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
1545
|
|
1522
1546
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1547
|
end
|
1524
1548
|
|
1525
|
-
class
|
1549
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig
|
1526
1550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1551
|
|
1528
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1529
1553
|
end
|
1530
1554
|
|
1531
|
-
class
|
1555
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
1532
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
1557
|
|
1534
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1559
|
end
|
1536
1560
|
|
1537
|
-
class
|
1561
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
1538
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1569
|
|
1540
1570
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1630,12 +1660,6 @@ module Google
|
|
1630
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1661
|
end
|
1632
1662
|
|
1633
|
-
class GoogleCloudDiscoveryengineV1betaOcrParsingConfig
|
1634
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
-
|
1636
|
-
include Google::Apis::Core::JsonObjectSupport
|
1637
|
-
end
|
1638
|
-
|
1639
1663
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
1640
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
1665
|
|
@@ -1690,6 +1714,18 @@ module Google
|
|
1690
1714
|
include Google::Apis::Core::JsonObjectSupport
|
1691
1715
|
end
|
1692
1716
|
|
1717
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelMetadata
|
1718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
|
+
|
1720
|
+
include Google::Apis::Core::JsonObjectSupport
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelResponse
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
+
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
1727
|
+
end
|
1728
|
+
|
1693
1729
|
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
1694
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
1731
|
|
@@ -1897,12 +1933,6 @@ module Google
|
|
1897
1933
|
end
|
1898
1934
|
end
|
1899
1935
|
|
1900
|
-
class GoogleCloudDiscoveryengineV1DigitalParsingConfig
|
1901
|
-
# @private
|
1902
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1903
|
-
end
|
1904
|
-
end
|
1905
|
-
|
1906
1936
|
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
1907
1937
|
# @private
|
1908
1938
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1931,13 +1961,27 @@ module Google
|
|
1931
1961
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
1932
1962
|
# @private
|
1933
1963
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1934
|
-
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::
|
1964
|
+
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
1935
1965
|
|
1936
|
-
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::
|
1966
|
+
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
1937
1967
|
|
1938
1968
|
end
|
1939
1969
|
end
|
1940
1970
|
|
1971
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig
|
1972
|
+
# @private
|
1973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1974
|
+
end
|
1975
|
+
end
|
1976
|
+
|
1977
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
1978
|
+
# @private
|
1979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1980
|
+
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
1981
|
+
property :use_native_text, as: 'useNativeText'
|
1982
|
+
end
|
1983
|
+
end
|
1984
|
+
|
1941
1985
|
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata
|
1942
1986
|
# @private
|
1943
1987
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2081,14 +2125,6 @@ module Google
|
|
2081
2125
|
end
|
2082
2126
|
end
|
2083
2127
|
|
2084
|
-
class GoogleCloudDiscoveryengineV1OcrParsingConfig
|
2085
|
-
# @private
|
2086
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2087
|
-
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
2088
|
-
property :use_native_text, as: 'useNativeText'
|
2089
|
-
end
|
2090
|
-
end
|
2091
|
-
|
2092
2128
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
2093
2129
|
# @private
|
2094
2130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2477,12 +2513,6 @@ module Google
|
|
2477
2513
|
end
|
2478
2514
|
end
|
2479
2515
|
|
2480
|
-
class GoogleCloudDiscoveryengineV1alphaDigitalParsingConfig
|
2481
|
-
# @private
|
2482
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2483
|
-
end
|
2484
|
-
end
|
2485
|
-
|
2486
2516
|
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
|
2487
2517
|
# @private
|
2488
2518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2565,8 +2595,6 @@ module Google
|
|
2565
2595
|
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig::Representation
|
2566
2596
|
|
2567
2597
|
property :name, as: 'name'
|
2568
|
-
property :ocr_config, as: 'ocrConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOcrConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaOcrConfig::Representation
|
2569
|
-
|
2570
2598
|
hash :parsing_config_overrides, as: 'parsingConfigOverrides', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig::Representation
|
2571
2599
|
|
2572
2600
|
end
|
@@ -2591,12 +2619,32 @@ module Google
|
|
2591
2619
|
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfig
|
2592
2620
|
# @private
|
2593
2621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2594
|
-
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::
|
2622
|
+
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
2623
|
+
|
2624
|
+
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
2595
2625
|
|
2596
|
-
property :
|
2626
|
+
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
2627
|
+
|
2628
|
+
end
|
2629
|
+
end
|
2630
|
+
|
2631
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigDigitalParsingConfig
|
2632
|
+
# @private
|
2633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2634
|
+
end
|
2635
|
+
end
|
2597
2636
|
|
2598
|
-
|
2637
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
2638
|
+
# @private
|
2639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2640
|
+
end
|
2641
|
+
end
|
2599
2642
|
|
2643
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
2644
|
+
# @private
|
2645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2646
|
+
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
2647
|
+
property :use_native_text, as: 'useNativeText'
|
2600
2648
|
end
|
2601
2649
|
end
|
2602
2650
|
|
@@ -2637,7 +2685,6 @@ module Google
|
|
2637
2685
|
class GoogleCloudDiscoveryengineV1alphaEngine
|
2638
2686
|
# @private
|
2639
2687
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2640
|
-
property :allow_multiple_data_stores_search_engine, as: 'allowMultipleDataStoresSearchEngine'
|
2641
2688
|
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::Representation
|
2642
2689
|
|
2643
2690
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
@@ -2990,9 +3037,12 @@ module Google
|
|
2990
3037
|
end
|
2991
3038
|
end
|
2992
3039
|
|
2993
|
-
class
|
3040
|
+
class GoogleCloudDiscoveryengineV1alphaListChunksResponse
|
2994
3041
|
# @private
|
2995
3042
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3043
|
+
collection :chunks, as: 'chunks', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunk, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaChunk::Representation
|
3044
|
+
|
3045
|
+
property :next_page_token, as: 'nextPageToken'
|
2996
3046
|
end
|
2997
3047
|
end
|
2998
3048
|
|
@@ -3083,23 +3133,6 @@ module Google
|
|
3083
3133
|
end
|
3084
3134
|
end
|
3085
3135
|
|
3086
|
-
class GoogleCloudDiscoveryengineV1alphaOcrConfig
|
3087
|
-
# @private
|
3088
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3089
|
-
property :enabled, as: 'enabled'
|
3090
|
-
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
3091
|
-
property :use_native_text, as: 'useNativeText'
|
3092
|
-
end
|
3093
|
-
end
|
3094
|
-
|
3095
|
-
class GoogleCloudDiscoveryengineV1alphaOcrParsingConfig
|
3096
|
-
# @private
|
3097
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3098
|
-
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
3099
|
-
property :use_native_text, as: 'useNativeText'
|
3100
|
-
end
|
3101
|
-
end
|
3102
|
-
|
3103
3136
|
class GoogleCloudDiscoveryengineV1alphaPageInfo
|
3104
3137
|
# @private
|
3105
3138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3358,6 +3391,8 @@ module Google
|
|
3358
3391
|
|
3359
3392
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
3360
3393
|
|
3394
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
3395
|
+
|
3361
3396
|
property :embedding_spec, as: 'embeddingSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec::Representation
|
3362
3397
|
|
3363
3398
|
collection :facet_specs, as: 'facetSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestFacetSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestFacetSpec::Representation
|
@@ -3421,6 +3456,7 @@ module Google
|
|
3421
3456
|
property :max_extractive_segment_count, as: 'maxExtractiveSegmentCount'
|
3422
3457
|
property :num_next_segments, as: 'numNextSegments'
|
3423
3458
|
property :num_previous_segments, as: 'numPreviousSegments'
|
3459
|
+
property :return_extractive_segment_score, as: 'returnExtractiveSegmentScore'
|
3424
3460
|
end
|
3425
3461
|
end
|
3426
3462
|
|
@@ -3462,6 +3498,13 @@ module Google
|
|
3462
3498
|
end
|
3463
3499
|
end
|
3464
3500
|
|
3501
|
+
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
3502
|
+
# @private
|
3503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3504
|
+
property :data_store, as: 'dataStore'
|
3505
|
+
end
|
3506
|
+
end
|
3507
|
+
|
3465
3508
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec
|
3466
3509
|
# @private
|
3467
3510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3724,7 +3767,6 @@ module Google
|
|
3724
3767
|
# @private
|
3725
3768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3726
3769
|
property :content_freshness_cutoff_days, as: 'contentFreshnessCutoffDays'
|
3727
|
-
property :content_watched_minutes_threshold, as: 'contentWatchedMinutesThreshold'
|
3728
3770
|
property :content_watched_percentage_threshold, as: 'contentWatchedPercentageThreshold'
|
3729
3771
|
property :content_watched_seconds_threshold, as: 'contentWatchedSecondsThreshold'
|
3730
3772
|
property :demotion_event_type, as: 'demotionEventType'
|
@@ -3955,11 +3997,15 @@ module Google
|
|
3955
3997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3956
3998
|
property :allow_public_access, as: 'allowPublicAccess'
|
3957
3999
|
collection :allowlisted_domains, as: 'allowlistedDomains'
|
4000
|
+
collection :collection_components, as: 'collectionComponents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent::Representation
|
4001
|
+
|
3958
4002
|
property :config_id, as: 'configId'
|
3959
4003
|
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestContentSearchSpec::Representation
|
3960
4004
|
|
3961
4005
|
property :create_time, as: 'createTime'
|
3962
4006
|
property :data_store_type, as: 'dataStoreType'
|
4007
|
+
collection :data_store_ui_configs, as: 'dataStoreUiConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig::Representation
|
4008
|
+
|
3963
4009
|
property :display_name, as: 'displayName'
|
3964
4010
|
property :enable_autocomplete, as: 'enableAutocomplete'
|
3965
4011
|
property :enable_conversational_search, as: 'enableConversationalSearch'
|
@@ -3983,6 +4029,38 @@ module Google
|
|
3983
4029
|
end
|
3984
4030
|
end
|
3985
4031
|
|
4032
|
+
class GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent
|
4033
|
+
# @private
|
4034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4035
|
+
collection :data_store_components, as: 'dataStoreComponents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent::Representation
|
4036
|
+
|
4037
|
+
property :display_name, as: 'displayName'
|
4038
|
+
property :id, as: 'id'
|
4039
|
+
property :name, as: 'name'
|
4040
|
+
end
|
4041
|
+
end
|
4042
|
+
|
4043
|
+
class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent
|
4044
|
+
# @private
|
4045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4046
|
+
property :display_name, as: 'displayName'
|
4047
|
+
property :id, as: 'id'
|
4048
|
+
property :name, as: 'name'
|
4049
|
+
end
|
4050
|
+
end
|
4051
|
+
|
4052
|
+
class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig
|
4053
|
+
# @private
|
4054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4055
|
+
collection :facet_field, as: 'facetField', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField::Representation
|
4056
|
+
|
4057
|
+
hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField::Representation
|
4058
|
+
|
4059
|
+
property :id, as: 'id'
|
4060
|
+
property :name, as: 'name'
|
4061
|
+
end
|
4062
|
+
end
|
4063
|
+
|
3986
4064
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField
|
3987
4065
|
# @private
|
3988
4066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4139,12 +4217,6 @@ module Google
|
|
4139
4217
|
end
|
4140
4218
|
end
|
4141
4219
|
|
4142
|
-
class GoogleCloudDiscoveryengineV1betaDigitalParsingConfig
|
4143
|
-
# @private
|
4144
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4145
|
-
end
|
4146
|
-
end
|
4147
|
-
|
4148
4220
|
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
|
4149
4221
|
# @private
|
4150
4222
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4173,13 +4245,27 @@ module Google
|
|
4173
4245
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
4174
4246
|
# @private
|
4175
4247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4176
|
-
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::
|
4248
|
+
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
4177
4249
|
|
4178
|
-
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::
|
4250
|
+
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
4179
4251
|
|
4180
4252
|
end
|
4181
4253
|
end
|
4182
4254
|
|
4255
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig
|
4256
|
+
# @private
|
4257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4258
|
+
end
|
4259
|
+
end
|
4260
|
+
|
4261
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
4262
|
+
# @private
|
4263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4264
|
+
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
4265
|
+
property :use_native_text, as: 'useNativeText'
|
4266
|
+
end
|
4267
|
+
end
|
4268
|
+
|
4183
4269
|
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchMetadata
|
4184
4270
|
# @private
|
4185
4271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4323,14 +4409,6 @@ module Google
|
|
4323
4409
|
end
|
4324
4410
|
end
|
4325
4411
|
|
4326
|
-
class GoogleCloudDiscoveryengineV1betaOcrParsingConfig
|
4327
|
-
# @private
|
4328
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4329
|
-
collection :enhanced_document_elements, as: 'enhancedDocumentElements'
|
4330
|
-
property :use_native_text, as: 'useNativeText'
|
4331
|
-
end
|
4332
|
-
end
|
4333
|
-
|
4334
4412
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
4335
4413
|
# @private
|
4336
4414
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4416,6 +4494,25 @@ module Google
|
|
4416
4494
|
end
|
4417
4495
|
end
|
4418
4496
|
|
4497
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelMetadata
|
4498
|
+
# @private
|
4499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4500
|
+
property :create_time, as: 'createTime'
|
4501
|
+
property :update_time, as: 'updateTime'
|
4502
|
+
end
|
4503
|
+
end
|
4504
|
+
|
4505
|
+
class GoogleCloudDiscoveryengineV1betaTrainCustomModelResponse
|
4506
|
+
# @private
|
4507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4508
|
+
property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaImportErrorConfig::Representation
|
4509
|
+
|
4510
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
4511
|
+
|
4512
|
+
property :model_status, as: 'modelStatus'
|
4513
|
+
end
|
4514
|
+
end
|
4515
|
+
|
4419
4516
|
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
4420
4517
|
# @private
|
4421
4518
|
class Representation < Google::Apis::Core::JsonRepresentation
|