google-apis-discoveryengine_v1 0.4.0 → 0.6.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_v1/classes.rb +1822 -199
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +720 -13
- data/lib/google/apis/discoveryengine_v1/service.rb +686 -7
- metadata +3 -3
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class GoogleCloudDiscoveryengineV1Answer
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -358,6 +364,30 @@ module Google
|
|
358
364
|
include Google::Apis::Core::JsonObjectSupport
|
359
365
|
end
|
360
366
|
|
367
|
+
class GoogleCloudDiscoveryengineV1Chunk
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudDiscoveryengineV1ChunkChunkMetadata
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudDiscoveryengineV1ChunkDocumentMetadata
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudDiscoveryengineV1ChunkPageSpan
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
361
391
|
class GoogleCloudDiscoveryengineV1CloudSqlSource
|
362
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
393
|
|
@@ -382,6 +412,54 @@ module Google
|
|
382
412
|
include Google::Apis::Core::JsonObjectSupport
|
383
413
|
end
|
384
414
|
|
415
|
+
class GoogleCloudDiscoveryengineV1Condition
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudDiscoveryengineV1Control
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
385
463
|
class GoogleCloudDiscoveryengineV1Conversation
|
386
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
465
|
|
@@ -520,6 +598,18 @@ module Google
|
|
520
598
|
include Google::Apis::Core::JsonObjectSupport
|
521
599
|
end
|
522
600
|
|
601
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
523
613
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
524
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
615
|
|
@@ -532,6 +622,12 @@ module Google
|
|
532
622
|
include Google::Apis::Core::JsonObjectSupport
|
533
623
|
end
|
534
624
|
|
625
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
535
631
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
536
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
633
|
|
@@ -712,6 +808,12 @@ module Google
|
|
712
808
|
include Google::Apis::Core::JsonObjectSupport
|
713
809
|
end
|
714
810
|
|
811
|
+
class GoogleCloudDiscoveryengineV1ListControlsResponse
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
715
817
|
class GoogleCloudDiscoveryengineV1ListConversationsResponse
|
716
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
819
|
|
@@ -772,6 +874,30 @@ module Google
|
|
772
874
|
include Google::Apis::Core::JsonObjectSupport
|
773
875
|
end
|
774
876
|
|
877
|
+
class GoogleCloudDiscoveryengineV1Project
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
889
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectRequest
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
775
901
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
776
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
903
|
|
@@ -898,6 +1024,12 @@ module Google
|
|
898
1024
|
include Google::Apis::Core::JsonObjectSupport
|
899
1025
|
end
|
900
1026
|
|
1027
|
+
class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecChunkSpec
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
901
1033
|
class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec
|
902
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
1035
|
|
@@ -1252,6 +1384,54 @@ module Google
|
|
1252
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1385
|
end
|
1254
1386
|
|
1387
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
|
+
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
|
+
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1255
1435
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
1256
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1437
|
|
@@ -1690,6 +1870,54 @@ module Google
|
|
1690
1870
|
include Google::Apis::Core::JsonObjectSupport
|
1691
1871
|
end
|
1692
1872
|
|
1873
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
|
+
|
1888
|
+
include Google::Apis::Core::JsonObjectSupport
|
1889
|
+
end
|
1890
|
+
|
1891
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1897
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
+
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
1901
|
+
end
|
1902
|
+
|
1903
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1905
|
+
|
1906
|
+
include Google::Apis::Core::JsonObjectSupport
|
1907
|
+
end
|
1908
|
+
|
1909
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
+
|
1912
|
+
include Google::Apis::Core::JsonObjectSupport
|
1913
|
+
end
|
1914
|
+
|
1915
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
+
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
1919
|
+
end
|
1920
|
+
|
1693
1921
|
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
1694
1922
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
1923
|
|
@@ -1768,6 +1996,18 @@ module Google
|
|
1768
1996
|
include Google::Apis::Core::JsonObjectSupport
|
1769
1997
|
end
|
1770
1998
|
|
1999
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig
|
2000
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
|
+
|
2002
|
+
include Google::Apis::Core::JsonObjectSupport
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
1771
2011
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
1772
2012
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
2013
|
|
@@ -1780,6 +2020,12 @@ module Google
|
|
1780
2020
|
include Google::Apis::Core::JsonObjectSupport
|
1781
2021
|
end
|
1782
2022
|
|
2023
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
1783
2029
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
1784
2030
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
2031
|
|
@@ -1882,6 +2128,24 @@ module Google
|
|
1882
2128
|
include Google::Apis::Core::JsonObjectSupport
|
1883
2129
|
end
|
1884
2130
|
|
2131
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
|
+
|
2134
|
+
include Google::Apis::Core::JsonObjectSupport
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
1885
2149
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
1886
2150
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
2151
|
|
@@ -2076,6 +2340,18 @@ module Google
|
|
2076
2340
|
end
|
2077
2341
|
end
|
2078
2342
|
|
2343
|
+
class GoogleCloudDiscoveryengineV1AlloyDbSource
|
2344
|
+
# @private
|
2345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2346
|
+
property :cluster_id, as: 'clusterId'
|
2347
|
+
property :database_id, as: 'databaseId'
|
2348
|
+
property :gcs_staging_dir, as: 'gcsStagingDir'
|
2349
|
+
property :location_id, as: 'locationId'
|
2350
|
+
property :project_id, as: 'projectId'
|
2351
|
+
property :table_id, as: 'tableId'
|
2352
|
+
end
|
2353
|
+
end
|
2354
|
+
|
2079
2355
|
class GoogleCloudDiscoveryengineV1Answer
|
2080
2356
|
# @private
|
2081
2357
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2131,6 +2407,7 @@ module Google
|
|
2131
2407
|
property :search_spec, as: 'searchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestSearchSpec::Representation
|
2132
2408
|
|
2133
2409
|
property :session, as: 'session'
|
2410
|
+
hash :user_labels, as: 'userLabels'
|
2134
2411
|
property :user_pseudo_id, as: 'userPseudoId'
|
2135
2412
|
end
|
2136
2413
|
end
|
@@ -2140,6 +2417,7 @@ module Google
|
|
2140
2417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2141
2418
|
property :answer_language_code, as: 'answerLanguageCode'
|
2142
2419
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
2420
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
2143
2421
|
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
2144
2422
|
property :include_citations, as: 'includeCitations'
|
2145
2423
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
@@ -2216,9 +2494,12 @@ module Google
|
|
2216
2494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2217
2495
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec::Representation
|
2218
2496
|
|
2497
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec::Representation
|
2498
|
+
|
2219
2499
|
property :filter, as: 'filter'
|
2220
2500
|
property :max_return_results, as: 'maxReturnResults'
|
2221
2501
|
property :order_by, as: 'orderBy'
|
2502
|
+
property :search_result_mode, as: 'searchResultMode'
|
2222
2503
|
end
|
2223
2504
|
end
|
2224
2505
|
|
@@ -2340,6 +2621,7 @@ module Google
|
|
2340
2621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2341
2622
|
property :document, as: 'document'
|
2342
2623
|
property :page_identifier, as: 'pageIdentifier'
|
2624
|
+
hash :struct_data, as: 'structData'
|
2343
2625
|
property :title, as: 'title'
|
2344
2626
|
property :uri, as: 'uri'
|
2345
2627
|
end
|
@@ -2351,6 +2633,7 @@ module Google
|
|
2351
2633
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
2352
2634
|
|
2353
2635
|
property :document, as: 'document'
|
2636
|
+
hash :struct_data, as: 'structData'
|
2354
2637
|
property :title, as: 'title'
|
2355
2638
|
property :uri, as: 'uri'
|
2356
2639
|
end
|
@@ -2555,32 +2838,76 @@ module Google
|
|
2555
2838
|
end
|
2556
2839
|
end
|
2557
2840
|
|
2558
|
-
class
|
2841
|
+
class GoogleCloudDiscoveryengineV1Chunk
|
2559
2842
|
# @private
|
2560
2843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2561
|
-
property :
|
2562
|
-
|
2563
|
-
property :
|
2564
|
-
|
2565
|
-
property :
|
2566
|
-
|
2844
|
+
property :chunk_metadata, as: 'chunkMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ChunkChunkMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ChunkChunkMetadata::Representation
|
2845
|
+
|
2846
|
+
property :content, as: 'content'
|
2847
|
+
hash :derived_struct_data, as: 'derivedStructData'
|
2848
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ChunkDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ChunkDocumentMetadata::Representation
|
2849
|
+
|
2850
|
+
property :id, as: 'id'
|
2851
|
+
property :name, as: 'name'
|
2852
|
+
property :page_span, as: 'pageSpan', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ChunkPageSpan, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ChunkPageSpan::Representation
|
2853
|
+
|
2854
|
+
property :relevance_score, as: 'relevanceScore'
|
2567
2855
|
end
|
2568
2856
|
end
|
2569
2857
|
|
2570
|
-
class
|
2858
|
+
class GoogleCloudDiscoveryengineV1ChunkChunkMetadata
|
2571
2859
|
# @private
|
2572
2860
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2573
|
-
collection :
|
2861
|
+
collection :next_chunks, as: 'nextChunks', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Chunk, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Chunk::Representation
|
2862
|
+
|
2863
|
+
collection :previous_chunks, as: 'previousChunks', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Chunk, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Chunk::Representation
|
2574
2864
|
|
2575
|
-
property :tail_match_triggered, as: 'tailMatchTriggered'
|
2576
2865
|
end
|
2577
2866
|
end
|
2578
2867
|
|
2579
|
-
class
|
2868
|
+
class GoogleCloudDiscoveryengineV1ChunkDocumentMetadata
|
2580
2869
|
# @private
|
2581
2870
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2582
|
-
|
2583
|
-
property :
|
2871
|
+
hash :struct_data, as: 'structData'
|
2872
|
+
property :title, as: 'title'
|
2873
|
+
property :uri, as: 'uri'
|
2874
|
+
end
|
2875
|
+
end
|
2876
|
+
|
2877
|
+
class GoogleCloudDiscoveryengineV1ChunkPageSpan
|
2878
|
+
# @private
|
2879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2880
|
+
property :page_end, as: 'pageEnd'
|
2881
|
+
property :page_start, as: 'pageStart'
|
2882
|
+
end
|
2883
|
+
end
|
2884
|
+
|
2885
|
+
class GoogleCloudDiscoveryengineV1CloudSqlSource
|
2886
|
+
# @private
|
2887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2888
|
+
property :database_id, as: 'databaseId'
|
2889
|
+
property :gcs_staging_dir, as: 'gcsStagingDir'
|
2890
|
+
property :instance_id, as: 'instanceId'
|
2891
|
+
property :offload, as: 'offload'
|
2892
|
+
property :project_id, as: 'projectId'
|
2893
|
+
property :table_id, as: 'tableId'
|
2894
|
+
end
|
2895
|
+
end
|
2896
|
+
|
2897
|
+
class GoogleCloudDiscoveryengineV1CompleteQueryResponse
|
2898
|
+
# @private
|
2899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2900
|
+
collection :query_suggestions, as: 'querySuggestions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion::Representation
|
2901
|
+
|
2902
|
+
property :tail_match_triggered, as: 'tailMatchTriggered'
|
2903
|
+
end
|
2904
|
+
end
|
2905
|
+
|
2906
|
+
class GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion
|
2907
|
+
# @private
|
2908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2909
|
+
collection :completable_field_paths, as: 'completableFieldPaths'
|
2910
|
+
property :suggestion, as: 'suggestion'
|
2584
2911
|
end
|
2585
2912
|
end
|
2586
2913
|
|
@@ -2592,6 +2919,84 @@ module Google
|
|
2592
2919
|
end
|
2593
2920
|
end
|
2594
2921
|
|
2922
|
+
class GoogleCloudDiscoveryengineV1Condition
|
2923
|
+
# @private
|
2924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2925
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionTimeRange::Representation
|
2926
|
+
|
2927
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionQueryTerm::Representation
|
2928
|
+
|
2929
|
+
end
|
2930
|
+
end
|
2931
|
+
|
2932
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
2933
|
+
# @private
|
2934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2935
|
+
property :full_match, as: 'fullMatch'
|
2936
|
+
property :value, as: 'value'
|
2937
|
+
end
|
2938
|
+
end
|
2939
|
+
|
2940
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
2941
|
+
# @private
|
2942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2943
|
+
property :end_time, as: 'endTime'
|
2944
|
+
property :start_time, as: 'startTime'
|
2945
|
+
end
|
2946
|
+
end
|
2947
|
+
|
2948
|
+
class GoogleCloudDiscoveryengineV1Control
|
2949
|
+
# @private
|
2950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2951
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
2952
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlBoostAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlBoostAction::Representation
|
2953
|
+
|
2954
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Condition, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Condition::Representation
|
2955
|
+
|
2956
|
+
property :display_name, as: 'displayName'
|
2957
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlFilterAction::Representation
|
2958
|
+
|
2959
|
+
property :name, as: 'name'
|
2960
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlRedirectAction::Representation
|
2961
|
+
|
2962
|
+
property :solution_type, as: 'solutionType'
|
2963
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlSynonymsAction::Representation
|
2964
|
+
|
2965
|
+
collection :use_cases, as: 'useCases'
|
2966
|
+
end
|
2967
|
+
end
|
2968
|
+
|
2969
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
2970
|
+
# @private
|
2971
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2972
|
+
property :boost, as: 'boost'
|
2973
|
+
property :data_store, as: 'dataStore'
|
2974
|
+
property :filter, as: 'filter'
|
2975
|
+
end
|
2976
|
+
end
|
2977
|
+
|
2978
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
2979
|
+
# @private
|
2980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2981
|
+
property :data_store, as: 'dataStore'
|
2982
|
+
property :filter, as: 'filter'
|
2983
|
+
end
|
2984
|
+
end
|
2985
|
+
|
2986
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
2987
|
+
# @private
|
2988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2989
|
+
property :redirect_uri, as: 'redirectUri'
|
2990
|
+
end
|
2991
|
+
end
|
2992
|
+
|
2993
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
2994
|
+
# @private
|
2995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2996
|
+
collection :synonyms, as: 'synonyms'
|
2997
|
+
end
|
2998
|
+
end
|
2999
|
+
|
2595
3000
|
class GoogleCloudDiscoveryengineV1Conversation
|
2596
3001
|
# @private
|
2597
3002
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2811,6 +3216,8 @@ module Google
|
|
2811
3216
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfig
|
2812
3217
|
# @private
|
2813
3218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3219
|
+
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig::Representation
|
3220
|
+
|
2814
3221
|
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig::Representation
|
2815
3222
|
|
2816
3223
|
property :name, as: 'name'
|
@@ -2819,11 +3226,29 @@ module Google
|
|
2819
3226
|
end
|
2820
3227
|
end
|
2821
3228
|
|
3229
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfig
|
3230
|
+
# @private
|
3231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3232
|
+
property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
|
3233
|
+
|
3234
|
+
end
|
3235
|
+
end
|
3236
|
+
|
3237
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
3238
|
+
# @private
|
3239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3240
|
+
property :chunk_size, as: 'chunkSize'
|
3241
|
+
property :include_ancestor_headings, as: 'includeAncestorHeadings'
|
3242
|
+
end
|
3243
|
+
end
|
3244
|
+
|
2822
3245
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfig
|
2823
3246
|
# @private
|
2824
3247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2825
3248
|
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
2826
3249
|
|
3250
|
+
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
3251
|
+
|
2827
3252
|
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
2828
3253
|
|
2829
3254
|
end
|
@@ -2835,6 +3260,12 @@ module Google
|
|
2835
3260
|
end
|
2836
3261
|
end
|
2837
3262
|
|
3263
|
+
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigLayoutParsingConfig
|
3264
|
+
# @private
|
3265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3266
|
+
end
|
3267
|
+
end
|
3268
|
+
|
2838
3269
|
class GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig
|
2839
3270
|
# @private
|
2840
3271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2993,6 +3424,8 @@ module Google
|
|
2993
3424
|
class GoogleCloudDiscoveryengineV1ImportDocumentsRequest
|
2994
3425
|
# @private
|
2995
3426
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3427
|
+
property :alloy_db_source, as: 'alloyDbSource', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlloyDbSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AlloyDbSource::Representation
|
3428
|
+
|
2996
3429
|
property :auto_generate_ids, as: 'autoGenerateIds'
|
2997
3430
|
property :bigquery_source, as: 'bigquerySource', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BigQuerySource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1BigQuerySource::Representation
|
2998
3431
|
|
@@ -3133,6 +3566,15 @@ module Google
|
|
3133
3566
|
end
|
3134
3567
|
end
|
3135
3568
|
|
3569
|
+
class GoogleCloudDiscoveryengineV1ListControlsResponse
|
3570
|
+
# @private
|
3571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3572
|
+
collection :controls, as: 'controls', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Control, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Control::Representation
|
3573
|
+
|
3574
|
+
property :next_page_token, as: 'nextPageToken'
|
3575
|
+
end
|
3576
|
+
end
|
3577
|
+
|
3136
3578
|
class GoogleCloudDiscoveryengineV1ListConversationsResponse
|
3137
3579
|
# @private
|
3138
3580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3225,6 +3667,42 @@ module Google
|
|
3225
3667
|
end
|
3226
3668
|
end
|
3227
3669
|
|
3670
|
+
class GoogleCloudDiscoveryengineV1Project
|
3671
|
+
# @private
|
3672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3673
|
+
property :create_time, as: 'createTime'
|
3674
|
+
property :name, as: 'name'
|
3675
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
3676
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
3677
|
+
|
3678
|
+
end
|
3679
|
+
end
|
3680
|
+
|
3681
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
3682
|
+
# @private
|
3683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3684
|
+
property :accept_time, as: 'acceptTime'
|
3685
|
+
property :decline_time, as: 'declineTime'
|
3686
|
+
property :id, as: 'id'
|
3687
|
+
property :state, as: 'state'
|
3688
|
+
property :version, as: 'version'
|
3689
|
+
end
|
3690
|
+
end
|
3691
|
+
|
3692
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
3693
|
+
# @private
|
3694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3695
|
+
end
|
3696
|
+
end
|
3697
|
+
|
3698
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectRequest
|
3699
|
+
# @private
|
3700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3701
|
+
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
3702
|
+
property :data_use_terms_version, as: 'dataUseTermsVersion'
|
3703
|
+
end
|
3704
|
+
end
|
3705
|
+
|
3228
3706
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
3229
3707
|
# @private
|
3230
3708
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3292,6 +3770,7 @@ module Google
|
|
3292
3770
|
collection :records, as: 'records', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1RankingRecord, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1RankingRecord::Representation
|
3293
3771
|
|
3294
3772
|
property :top_n, as: 'topN'
|
3773
|
+
hash :user_labels, as: 'userLabels'
|
3295
3774
|
end
|
3296
3775
|
end
|
3297
3776
|
|
@@ -3433,8 +3912,11 @@ module Google
|
|
3433
3912
|
class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec
|
3434
3913
|
# @private
|
3435
3914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3915
|
+
property :chunk_spec, as: 'chunkSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecChunkSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecChunkSpec::Representation
|
3916
|
+
|
3436
3917
|
property :extractive_content_spec, as: 'extractiveContentSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec::Representation
|
3437
3918
|
|
3919
|
+
property :search_result_mode, as: 'searchResultMode'
|
3438
3920
|
property :snippet_spec, as: 'snippetSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSnippetSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSnippetSpec::Representation
|
3439
3921
|
|
3440
3922
|
property :summary_spec, as: 'summarySpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecSummarySpec::Representation
|
@@ -3442,6 +3924,14 @@ module Google
|
|
3442
3924
|
end
|
3443
3925
|
end
|
3444
3926
|
|
3927
|
+
class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecChunkSpec
|
3928
|
+
# @private
|
3929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3930
|
+
property :num_next_chunks, as: 'numNextChunks'
|
3931
|
+
property :num_previous_chunks, as: 'numPreviousChunks'
|
3932
|
+
end
|
3933
|
+
end
|
3934
|
+
|
3445
3935
|
class GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpecExtractiveContentSpec
|
3446
3936
|
# @private
|
3447
3937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3596,6 +4086,8 @@ module Google
|
|
3596
4086
|
class GoogleCloudDiscoveryengineV1SearchResponseSearchResult
|
3597
4087
|
# @private
|
3598
4088
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4089
|
+
property :chunk, as: 'chunk', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Chunk, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Chunk::Representation
|
4090
|
+
|
3599
4091
|
property :document, as: 'document', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Document, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Document::Representation
|
3600
4092
|
|
3601
4093
|
property :id, as: 'id'
|
@@ -3811,9 +4303,11 @@ module Google
|
|
3811
4303
|
property :attribution_token, as: 'attributionToken'
|
3812
4304
|
property :completion_info, as: 'completionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompletionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompletionInfo::Representation
|
3813
4305
|
|
4306
|
+
property :data_store, as: 'dataStore'
|
3814
4307
|
property :direct_user_request, as: 'directUserRequest'
|
3815
4308
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo::Representation
|
3816
4309
|
|
4310
|
+
property :engine, as: 'engine'
|
3817
4311
|
property :event_time, as: 'eventTime'
|
3818
4312
|
property :event_type, as: 'eventType'
|
3819
4313
|
property :filter, as: 'filter'
|
@@ -3933,6 +4427,7 @@ module Google
|
|
3933
4427
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3934
4428
|
property :document, as: 'document'
|
3935
4429
|
property :page_identifier, as: 'pageIdentifier'
|
4430
|
+
hash :struct_data, as: 'structData'
|
3936
4431
|
property :title, as: 'title'
|
3937
4432
|
property :uri, as: 'uri'
|
3938
4433
|
end
|
@@ -3944,6 +4439,7 @@ module Google
|
|
3944
4439
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
3945
4440
|
|
3946
4441
|
property :document, as: 'document'
|
4442
|
+
hash :struct_data, as: 'structData'
|
3947
4443
|
property :title, as: 'title'
|
3948
4444
|
property :uri, as: 'uri'
|
3949
4445
|
end
|
@@ -4039,6 +4535,84 @@ module Google
|
|
4039
4535
|
end
|
4040
4536
|
end
|
4041
4537
|
|
4538
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
4539
|
+
# @private
|
4540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4541
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
4542
|
+
|
4543
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
4544
|
+
|
4545
|
+
end
|
4546
|
+
end
|
4547
|
+
|
4548
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
4549
|
+
# @private
|
4550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4551
|
+
property :full_match, as: 'fullMatch'
|
4552
|
+
property :value, as: 'value'
|
4553
|
+
end
|
4554
|
+
end
|
4555
|
+
|
4556
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
4557
|
+
# @private
|
4558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4559
|
+
property :end_time, as: 'endTime'
|
4560
|
+
property :start_time, as: 'startTime'
|
4561
|
+
end
|
4562
|
+
end
|
4563
|
+
|
4564
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
4565
|
+
# @private
|
4566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4567
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
4568
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlBoostAction::Representation
|
4569
|
+
|
4570
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCondition, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCondition::Representation
|
4571
|
+
|
4572
|
+
property :display_name, as: 'displayName'
|
4573
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
4574
|
+
|
4575
|
+
property :name, as: 'name'
|
4576
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlRedirectAction::Representation
|
4577
|
+
|
4578
|
+
property :solution_type, as: 'solutionType'
|
4579
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction::Representation
|
4580
|
+
|
4581
|
+
collection :use_cases, as: 'useCases'
|
4582
|
+
end
|
4583
|
+
end
|
4584
|
+
|
4585
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
4586
|
+
# @private
|
4587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4588
|
+
property :boost, as: 'boost'
|
4589
|
+
property :data_store, as: 'dataStore'
|
4590
|
+
property :filter, as: 'filter'
|
4591
|
+
end
|
4592
|
+
end
|
4593
|
+
|
4594
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
4595
|
+
# @private
|
4596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4597
|
+
property :data_store, as: 'dataStore'
|
4598
|
+
property :filter, as: 'filter'
|
4599
|
+
end
|
4600
|
+
end
|
4601
|
+
|
4602
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
4603
|
+
# @private
|
4604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4605
|
+
property :redirect_uri, as: 'redirectUri'
|
4606
|
+
end
|
4607
|
+
end
|
4608
|
+
|
4609
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
4610
|
+
# @private
|
4611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4612
|
+
collection :synonyms, as: 'synonyms'
|
4613
|
+
end
|
4614
|
+
end
|
4615
|
+
|
4042
4616
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
4043
4617
|
# @private
|
4044
4618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4354,6 +4928,7 @@ module Google
|
|
4354
4928
|
property :key_property_type, as: 'keyPropertyType'
|
4355
4929
|
property :recs_filterable_option, as: 'recsFilterableOption'
|
4356
4930
|
property :retrievable_option, as: 'retrievableOption'
|
4931
|
+
collection :schema_org_paths, as: 'schemaOrgPaths'
|
4357
4932
|
property :searchable_option, as: 'searchableOption'
|
4358
4933
|
end
|
4359
4934
|
end
|
@@ -4718,6 +5293,84 @@ module Google
|
|
4718
5293
|
end
|
4719
5294
|
end
|
4720
5295
|
|
5296
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
5297
|
+
# @private
|
5298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5299
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionTimeRange::Representation
|
5300
|
+
|
5301
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionQueryTerm::Representation
|
5302
|
+
|
5303
|
+
end
|
5304
|
+
end
|
5305
|
+
|
5306
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
5307
|
+
# @private
|
5308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5309
|
+
property :full_match, as: 'fullMatch'
|
5310
|
+
property :value, as: 'value'
|
5311
|
+
end
|
5312
|
+
end
|
5313
|
+
|
5314
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
5315
|
+
# @private
|
5316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5317
|
+
property :end_time, as: 'endTime'
|
5318
|
+
property :start_time, as: 'startTime'
|
5319
|
+
end
|
5320
|
+
end
|
5321
|
+
|
5322
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
5323
|
+
# @private
|
5324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5325
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
5326
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlBoostAction::Representation
|
5327
|
+
|
5328
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCondition, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCondition::Representation
|
5329
|
+
|
5330
|
+
property :display_name, as: 'displayName'
|
5331
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlFilterAction::Representation
|
5332
|
+
|
5333
|
+
property :name, as: 'name'
|
5334
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlRedirectAction::Representation
|
5335
|
+
|
5336
|
+
property :solution_type, as: 'solutionType'
|
5337
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlSynonymsAction::Representation
|
5338
|
+
|
5339
|
+
collection :use_cases, as: 'useCases'
|
5340
|
+
end
|
5341
|
+
end
|
5342
|
+
|
5343
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
5344
|
+
# @private
|
5345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5346
|
+
property :boost, as: 'boost'
|
5347
|
+
property :data_store, as: 'dataStore'
|
5348
|
+
property :filter, as: 'filter'
|
5349
|
+
end
|
5350
|
+
end
|
5351
|
+
|
5352
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
5353
|
+
# @private
|
5354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5355
|
+
property :data_store, as: 'dataStore'
|
5356
|
+
property :filter, as: 'filter'
|
5357
|
+
end
|
5358
|
+
end
|
5359
|
+
|
5360
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
5361
|
+
# @private
|
5362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5363
|
+
property :redirect_uri, as: 'redirectUri'
|
5364
|
+
end
|
5365
|
+
end
|
5366
|
+
|
5367
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
5368
|
+
# @private
|
5369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5370
|
+
collection :synonyms, as: 'synonyms'
|
5371
|
+
end
|
5372
|
+
end
|
5373
|
+
|
4721
5374
|
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
4722
5375
|
# @private
|
4723
5376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4828,6 +5481,8 @@ module Google
|
|
4828
5481
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfig
|
4829
5482
|
# @private
|
4830
5483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5484
|
+
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig::Representation
|
5485
|
+
|
4831
5486
|
property :default_parsing_config, as: 'defaultParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig::Representation
|
4832
5487
|
|
4833
5488
|
property :name, as: 'name'
|
@@ -4836,11 +5491,29 @@ module Google
|
|
4836
5491
|
end
|
4837
5492
|
end
|
4838
5493
|
|
5494
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfig
|
5495
|
+
# @private
|
5496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5497
|
+
property :layout_based_chunking_config, as: 'layoutBasedChunkingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig::Representation
|
5498
|
+
|
5499
|
+
end
|
5500
|
+
end
|
5501
|
+
|
5502
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
|
5503
|
+
# @private
|
5504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5505
|
+
property :chunk_size, as: 'chunkSize'
|
5506
|
+
property :include_ancestor_headings, as: 'includeAncestorHeadings'
|
5507
|
+
end
|
5508
|
+
end
|
5509
|
+
|
4839
5510
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfig
|
4840
5511
|
# @private
|
4841
5512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4842
5513
|
property :digital_parsing_config, as: 'digitalParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigDigitalParsingConfig::Representation
|
4843
5514
|
|
5515
|
+
property :layout_parsing_config, as: 'layoutParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig::Representation
|
5516
|
+
|
4844
5517
|
property :ocr_parsing_config, as: 'ocrParsingConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig::Representation
|
4845
5518
|
|
4846
5519
|
end
|
@@ -4852,6 +5525,12 @@ module Google
|
|
4852
5525
|
end
|
4853
5526
|
end
|
4854
5527
|
|
5528
|
+
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigLayoutParsingConfig
|
5529
|
+
# @private
|
5530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5531
|
+
end
|
5532
|
+
end
|
5533
|
+
|
4855
5534
|
class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigParsingConfigOcrParsingConfig
|
4856
5535
|
# @private
|
4857
5536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5012,6 +5691,34 @@ module Google
|
|
5012
5691
|
end
|
5013
5692
|
end
|
5014
5693
|
|
5694
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
5695
|
+
# @private
|
5696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5697
|
+
property :create_time, as: 'createTime'
|
5698
|
+
property :name, as: 'name'
|
5699
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
5700
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
5701
|
+
|
5702
|
+
end
|
5703
|
+
end
|
5704
|
+
|
5705
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
5706
|
+
# @private
|
5707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5708
|
+
property :accept_time, as: 'acceptTime'
|
5709
|
+
property :decline_time, as: 'declineTime'
|
5710
|
+
property :id, as: 'id'
|
5711
|
+
property :state, as: 'state'
|
5712
|
+
property :version, as: 'version'
|
5713
|
+
end
|
5714
|
+
end
|
5715
|
+
|
5716
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
5717
|
+
# @private
|
5718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5719
|
+
end
|
5720
|
+
end
|
5721
|
+
|
5015
5722
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
5016
5723
|
# @private
|
5017
5724
|
class Representation < Google::Apis::Core::JsonRepresentation
|