google-apis-discoveryengine_v1 0.4.0 → 0.5.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 +4 -0
- data/lib/google/apis/discoveryengine_v1/classes.rb +1284 -106
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +510 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +629 -7
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240526"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -382,6 +382,54 @@ module Google
|
|
382
382
|
include Google::Apis::Core::JsonObjectSupport
|
383
383
|
end
|
384
384
|
|
385
|
+
class GoogleCloudDiscoveryengineV1Condition
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudDiscoveryengineV1Control
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
385
433
|
class GoogleCloudDiscoveryengineV1Conversation
|
386
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
435
|
|
@@ -712,6 +760,12 @@ module Google
|
|
712
760
|
include Google::Apis::Core::JsonObjectSupport
|
713
761
|
end
|
714
762
|
|
763
|
+
class GoogleCloudDiscoveryengineV1ListControlsResponse
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
715
769
|
class GoogleCloudDiscoveryengineV1ListConversationsResponse
|
716
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
771
|
|
@@ -772,6 +826,30 @@ module Google
|
|
772
826
|
include Google::Apis::Core::JsonObjectSupport
|
773
827
|
end
|
774
828
|
|
829
|
+
class GoogleCloudDiscoveryengineV1Project
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectRequest
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
775
853
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
776
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
855
|
|
@@ -1252,6 +1330,54 @@ module Google
|
|
1252
1330
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1331
|
end
|
1254
1332
|
|
1333
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
+
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
|
+
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
1379
|
+
end
|
1380
|
+
|
1255
1381
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
1256
1382
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1383
|
|
@@ -1690,6 +1816,54 @@ module Google
|
|
1690
1816
|
include Google::Apis::Core::JsonObjectSupport
|
1691
1817
|
end
|
1692
1818
|
|
1819
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
|
+
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
1823
|
+
end
|
1824
|
+
|
1825
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
1826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1827
|
+
|
1828
|
+
include Google::Apis::Core::JsonObjectSupport
|
1829
|
+
end
|
1830
|
+
|
1831
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1833
|
+
|
1834
|
+
include Google::Apis::Core::JsonObjectSupport
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
|
+
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1693
1867
|
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
1694
1868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
1869
|
|
@@ -1882,6 +2056,24 @@ module Google
|
|
1882
2056
|
include Google::Apis::Core::JsonObjectSupport
|
1883
2057
|
end
|
1884
2058
|
|
2059
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
1885
2077
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
1886
2078
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
2079
|
|
@@ -2140,6 +2332,7 @@ module Google
|
|
2140
2332
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2141
2333
|
property :answer_language_code, as: 'answerLanguageCode'
|
2142
2334
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
2335
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
2143
2336
|
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
2144
2337
|
property :include_citations, as: 'includeCitations'
|
2145
2338
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
@@ -2216,6 +2409,8 @@ module Google
|
|
2216
2409
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2217
2410
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec::Representation
|
2218
2411
|
|
2412
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec::Representation
|
2413
|
+
|
2219
2414
|
property :filter, as: 'filter'
|
2220
2415
|
property :max_return_results, as: 'maxReturnResults'
|
2221
2416
|
property :order_by, as: 'orderBy'
|
@@ -2340,6 +2535,7 @@ module Google
|
|
2340
2535
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2341
2536
|
property :document, as: 'document'
|
2342
2537
|
property :page_identifier, as: 'pageIdentifier'
|
2538
|
+
hash :struct_data, as: 'structData'
|
2343
2539
|
property :title, as: 'title'
|
2344
2540
|
property :uri, as: 'uri'
|
2345
2541
|
end
|
@@ -2351,6 +2547,7 @@ module Google
|
|
2351
2547
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
2352
2548
|
|
2353
2549
|
property :document, as: 'document'
|
2550
|
+
hash :struct_data, as: 'structData'
|
2354
2551
|
property :title, as: 'title'
|
2355
2552
|
property :uri, as: 'uri'
|
2356
2553
|
end
|
@@ -2592,6 +2789,84 @@ module Google
|
|
2592
2789
|
end
|
2593
2790
|
end
|
2594
2791
|
|
2792
|
+
class GoogleCloudDiscoveryengineV1Condition
|
2793
|
+
# @private
|
2794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2795
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionTimeRange::Representation
|
2796
|
+
|
2797
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ConditionQueryTerm::Representation
|
2798
|
+
|
2799
|
+
end
|
2800
|
+
end
|
2801
|
+
|
2802
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
2803
|
+
# @private
|
2804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2805
|
+
property :full_match, as: 'fullMatch'
|
2806
|
+
property :value, as: 'value'
|
2807
|
+
end
|
2808
|
+
end
|
2809
|
+
|
2810
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
2811
|
+
# @private
|
2812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2813
|
+
property :end_time, as: 'endTime'
|
2814
|
+
property :start_time, as: 'startTime'
|
2815
|
+
end
|
2816
|
+
end
|
2817
|
+
|
2818
|
+
class GoogleCloudDiscoveryengineV1Control
|
2819
|
+
# @private
|
2820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2821
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
2822
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlBoostAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlBoostAction::Representation
|
2823
|
+
|
2824
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Condition, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Condition::Representation
|
2825
|
+
|
2826
|
+
property :display_name, as: 'displayName'
|
2827
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlFilterAction::Representation
|
2828
|
+
|
2829
|
+
property :name, as: 'name'
|
2830
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlRedirectAction::Representation
|
2831
|
+
|
2832
|
+
property :solution_type, as: 'solutionType'
|
2833
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlSynonymsAction::Representation
|
2834
|
+
|
2835
|
+
collection :use_cases, as: 'useCases'
|
2836
|
+
end
|
2837
|
+
end
|
2838
|
+
|
2839
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
2840
|
+
# @private
|
2841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2842
|
+
property :boost, as: 'boost'
|
2843
|
+
property :data_store, as: 'dataStore'
|
2844
|
+
property :filter, as: 'filter'
|
2845
|
+
end
|
2846
|
+
end
|
2847
|
+
|
2848
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
2849
|
+
# @private
|
2850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2851
|
+
property :data_store, as: 'dataStore'
|
2852
|
+
property :filter, as: 'filter'
|
2853
|
+
end
|
2854
|
+
end
|
2855
|
+
|
2856
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
2857
|
+
# @private
|
2858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2859
|
+
property :redirect_uri, as: 'redirectUri'
|
2860
|
+
end
|
2861
|
+
end
|
2862
|
+
|
2863
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
2864
|
+
# @private
|
2865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2866
|
+
collection :synonyms, as: 'synonyms'
|
2867
|
+
end
|
2868
|
+
end
|
2869
|
+
|
2595
2870
|
class GoogleCloudDiscoveryengineV1Conversation
|
2596
2871
|
# @private
|
2597
2872
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3133,6 +3408,15 @@ module Google
|
|
3133
3408
|
end
|
3134
3409
|
end
|
3135
3410
|
|
3411
|
+
class GoogleCloudDiscoveryengineV1ListControlsResponse
|
3412
|
+
# @private
|
3413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3414
|
+
collection :controls, as: 'controls', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Control, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Control::Representation
|
3415
|
+
|
3416
|
+
property :next_page_token, as: 'nextPageToken'
|
3417
|
+
end
|
3418
|
+
end
|
3419
|
+
|
3136
3420
|
class GoogleCloudDiscoveryengineV1ListConversationsResponse
|
3137
3421
|
# @private
|
3138
3422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3225,6 +3509,42 @@ module Google
|
|
3225
3509
|
end
|
3226
3510
|
end
|
3227
3511
|
|
3512
|
+
class GoogleCloudDiscoveryengineV1Project
|
3513
|
+
# @private
|
3514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3515
|
+
property :create_time, as: 'createTime'
|
3516
|
+
property :name, as: 'name'
|
3517
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
3518
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
3519
|
+
|
3520
|
+
end
|
3521
|
+
end
|
3522
|
+
|
3523
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
3524
|
+
# @private
|
3525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3526
|
+
property :accept_time, as: 'acceptTime'
|
3527
|
+
property :decline_time, as: 'declineTime'
|
3528
|
+
property :id, as: 'id'
|
3529
|
+
property :state, as: 'state'
|
3530
|
+
property :version, as: 'version'
|
3531
|
+
end
|
3532
|
+
end
|
3533
|
+
|
3534
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
3535
|
+
# @private
|
3536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3537
|
+
end
|
3538
|
+
end
|
3539
|
+
|
3540
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectRequest
|
3541
|
+
# @private
|
3542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3543
|
+
property :accept_data_use_terms, as: 'acceptDataUseTerms'
|
3544
|
+
property :data_use_terms_version, as: 'dataUseTermsVersion'
|
3545
|
+
end
|
3546
|
+
end
|
3547
|
+
|
3228
3548
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
3229
3549
|
# @private
|
3230
3550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3292,6 +3612,7 @@ module Google
|
|
3292
3612
|
collection :records, as: 'records', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1RankingRecord, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1RankingRecord::Representation
|
3293
3613
|
|
3294
3614
|
property :top_n, as: 'topN'
|
3615
|
+
hash :user_labels, as: 'userLabels'
|
3295
3616
|
end
|
3296
3617
|
end
|
3297
3618
|
|
@@ -3811,9 +4132,11 @@ module Google
|
|
3811
4132
|
property :attribution_token, as: 'attributionToken'
|
3812
4133
|
property :completion_info, as: 'completionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompletionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompletionInfo::Representation
|
3813
4134
|
|
4135
|
+
property :data_store, as: 'dataStore'
|
3814
4136
|
property :direct_user_request, as: 'directUserRequest'
|
3815
4137
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo::Representation
|
3816
4138
|
|
4139
|
+
property :engine, as: 'engine'
|
3817
4140
|
property :event_time, as: 'eventTime'
|
3818
4141
|
property :event_type, as: 'eventType'
|
3819
4142
|
property :filter, as: 'filter'
|
@@ -3933,6 +4256,7 @@ module Google
|
|
3933
4256
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3934
4257
|
property :document, as: 'document'
|
3935
4258
|
property :page_identifier, as: 'pageIdentifier'
|
4259
|
+
hash :struct_data, as: 'structData'
|
3936
4260
|
property :title, as: 'title'
|
3937
4261
|
property :uri, as: 'uri'
|
3938
4262
|
end
|
@@ -3944,6 +4268,7 @@ module Google
|
|
3944
4268
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
3945
4269
|
|
3946
4270
|
property :document, as: 'document'
|
4271
|
+
hash :struct_data, as: 'structData'
|
3947
4272
|
property :title, as: 'title'
|
3948
4273
|
property :uri, as: 'uri'
|
3949
4274
|
end
|
@@ -4039,6 +4364,84 @@ module Google
|
|
4039
4364
|
end
|
4040
4365
|
end
|
4041
4366
|
|
4367
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
4368
|
+
# @private
|
4369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4370
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
4371
|
+
|
4372
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
4373
|
+
|
4374
|
+
end
|
4375
|
+
end
|
4376
|
+
|
4377
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
4378
|
+
# @private
|
4379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4380
|
+
property :full_match, as: 'fullMatch'
|
4381
|
+
property :value, as: 'value'
|
4382
|
+
end
|
4383
|
+
end
|
4384
|
+
|
4385
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
4386
|
+
# @private
|
4387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4388
|
+
property :end_time, as: 'endTime'
|
4389
|
+
property :start_time, as: 'startTime'
|
4390
|
+
end
|
4391
|
+
end
|
4392
|
+
|
4393
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
4394
|
+
# @private
|
4395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4396
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
4397
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlBoostAction::Representation
|
4398
|
+
|
4399
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCondition, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCondition::Representation
|
4400
|
+
|
4401
|
+
property :display_name, as: 'displayName'
|
4402
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
4403
|
+
|
4404
|
+
property :name, as: 'name'
|
4405
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlRedirectAction::Representation
|
4406
|
+
|
4407
|
+
property :solution_type, as: 'solutionType'
|
4408
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction::Representation
|
4409
|
+
|
4410
|
+
collection :use_cases, as: 'useCases'
|
4411
|
+
end
|
4412
|
+
end
|
4413
|
+
|
4414
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
4415
|
+
# @private
|
4416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4417
|
+
property :boost, as: 'boost'
|
4418
|
+
property :data_store, as: 'dataStore'
|
4419
|
+
property :filter, as: 'filter'
|
4420
|
+
end
|
4421
|
+
end
|
4422
|
+
|
4423
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
4424
|
+
# @private
|
4425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4426
|
+
property :data_store, as: 'dataStore'
|
4427
|
+
property :filter, as: 'filter'
|
4428
|
+
end
|
4429
|
+
end
|
4430
|
+
|
4431
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
4432
|
+
# @private
|
4433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4434
|
+
property :redirect_uri, as: 'redirectUri'
|
4435
|
+
end
|
4436
|
+
end
|
4437
|
+
|
4438
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
4439
|
+
# @private
|
4440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4441
|
+
collection :synonyms, as: 'synonyms'
|
4442
|
+
end
|
4443
|
+
end
|
4444
|
+
|
4042
4445
|
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
4043
4446
|
# @private
|
4044
4447
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4354,6 +4757,7 @@ module Google
|
|
4354
4757
|
property :key_property_type, as: 'keyPropertyType'
|
4355
4758
|
property :recs_filterable_option, as: 'recsFilterableOption'
|
4356
4759
|
property :retrievable_option, as: 'retrievableOption'
|
4760
|
+
collection :schema_org_paths, as: 'schemaOrgPaths'
|
4357
4761
|
property :searchable_option, as: 'searchableOption'
|
4358
4762
|
end
|
4359
4763
|
end
|
@@ -4718,6 +5122,84 @@ module Google
|
|
4718
5122
|
end
|
4719
5123
|
end
|
4720
5124
|
|
5125
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
5126
|
+
# @private
|
5127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5128
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionTimeRange::Representation
|
5129
|
+
|
5130
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaConditionQueryTerm::Representation
|
5131
|
+
|
5132
|
+
end
|
5133
|
+
end
|
5134
|
+
|
5135
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
5136
|
+
# @private
|
5137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5138
|
+
property :full_match, as: 'fullMatch'
|
5139
|
+
property :value, as: 'value'
|
5140
|
+
end
|
5141
|
+
end
|
5142
|
+
|
5143
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
5144
|
+
# @private
|
5145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5146
|
+
property :end_time, as: 'endTime'
|
5147
|
+
property :start_time, as: 'startTime'
|
5148
|
+
end
|
5149
|
+
end
|
5150
|
+
|
5151
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
5152
|
+
# @private
|
5153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5154
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
5155
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlBoostAction::Representation
|
5156
|
+
|
5157
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCondition, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCondition::Representation
|
5158
|
+
|
5159
|
+
property :display_name, as: 'displayName'
|
5160
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlFilterAction::Representation
|
5161
|
+
|
5162
|
+
property :name, as: 'name'
|
5163
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlRedirectAction::Representation
|
5164
|
+
|
5165
|
+
property :solution_type, as: 'solutionType'
|
5166
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlSynonymsAction::Representation
|
5167
|
+
|
5168
|
+
collection :use_cases, as: 'useCases'
|
5169
|
+
end
|
5170
|
+
end
|
5171
|
+
|
5172
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
5173
|
+
# @private
|
5174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5175
|
+
property :boost, as: 'boost'
|
5176
|
+
property :data_store, as: 'dataStore'
|
5177
|
+
property :filter, as: 'filter'
|
5178
|
+
end
|
5179
|
+
end
|
5180
|
+
|
5181
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
5182
|
+
# @private
|
5183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5184
|
+
property :data_store, as: 'dataStore'
|
5185
|
+
property :filter, as: 'filter'
|
5186
|
+
end
|
5187
|
+
end
|
5188
|
+
|
5189
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
5190
|
+
# @private
|
5191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5192
|
+
property :redirect_uri, as: 'redirectUri'
|
5193
|
+
end
|
5194
|
+
end
|
5195
|
+
|
5196
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
5197
|
+
# @private
|
5198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5199
|
+
collection :synonyms, as: 'synonyms'
|
5200
|
+
end
|
5201
|
+
end
|
5202
|
+
|
4721
5203
|
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
4722
5204
|
# @private
|
4723
5205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5012,6 +5494,34 @@ module Google
|
|
5012
5494
|
end
|
5013
5495
|
end
|
5014
5496
|
|
5497
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
5498
|
+
# @private
|
5499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5500
|
+
property :create_time, as: 'createTime'
|
5501
|
+
property :name, as: 'name'
|
5502
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
5503
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
5504
|
+
|
5505
|
+
end
|
5506
|
+
end
|
5507
|
+
|
5508
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
5509
|
+
# @private
|
5510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5511
|
+
property :accept_time, as: 'acceptTime'
|
5512
|
+
property :decline_time, as: 'declineTime'
|
5513
|
+
property :id, as: 'id'
|
5514
|
+
property :state, as: 'state'
|
5515
|
+
property :version, as: 'version'
|
5516
|
+
end
|
5517
|
+
end
|
5518
|
+
|
5519
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
5520
|
+
# @private
|
5521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5522
|
+
end
|
5523
|
+
end
|
5524
|
+
|
5015
5525
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
5016
5526
|
# @private
|
5017
5527
|
class Representation < Google::Apis::Core::JsonRepresentation
|