google-apis-discoveryengine_v1alpha 0.46.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +1330 -197
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +494 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +649 -64
- 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.48.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
|
|
@@ -76,6 +76,54 @@ module Google
|
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
|
77
77
|
end
|
|
78
78
|
|
|
79
|
+
class GoogleCloudDiscoveryengineV1Condition
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class GoogleCloudDiscoveryengineV1Control
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
79
127
|
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
|
80
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
129
|
|
|
@@ -256,6 +304,24 @@ module Google
|
|
|
256
304
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
305
|
end
|
|
258
306
|
|
|
307
|
+
class GoogleCloudDiscoveryengineV1Project
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
259
325
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
|
260
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
327
|
|
|
@@ -670,6 +736,54 @@ module Google
|
|
|
670
736
|
include Google::Apis::Core::JsonObjectSupport
|
|
671
737
|
end
|
|
672
738
|
|
|
739
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
741
|
+
|
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
743
|
+
end
|
|
744
|
+
|
|
745
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
751
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
753
|
+
|
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
759
|
+
|
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
761
|
+
end
|
|
762
|
+
|
|
763
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
|
+
|
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
767
|
+
end
|
|
768
|
+
|
|
769
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
771
|
+
|
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
773
|
+
end
|
|
774
|
+
|
|
775
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
777
|
+
|
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
779
|
+
end
|
|
780
|
+
|
|
781
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
783
|
+
|
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
785
|
+
end
|
|
786
|
+
|
|
673
787
|
class GoogleCloudDiscoveryengineV1alphaConversation
|
|
674
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
789
|
|
|
@@ -1144,6 +1258,12 @@ module Google
|
|
|
1144
1258
|
include Google::Apis::Core::JsonObjectSupport
|
|
1145
1259
|
end
|
|
1146
1260
|
|
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaListControlsResponse
|
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1263
|
+
|
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1265
|
+
end
|
|
1266
|
+
|
|
1147
1267
|
class GoogleCloudDiscoveryengineV1alphaListConversationsResponse
|
|
1148
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1149
1269
|
|
|
@@ -1804,6 +1924,54 @@ module Google
|
|
|
1804
1924
|
include Google::Apis::Core::JsonObjectSupport
|
|
1805
1925
|
end
|
|
1806
1926
|
|
|
1927
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1929
|
+
|
|
1930
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1931
|
+
end
|
|
1932
|
+
|
|
1933
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1935
|
+
|
|
1936
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1937
|
+
end
|
|
1938
|
+
|
|
1939
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1941
|
+
|
|
1942
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1943
|
+
end
|
|
1944
|
+
|
|
1945
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1947
|
+
|
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1949
|
+
end
|
|
1950
|
+
|
|
1951
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1953
|
+
|
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1955
|
+
end
|
|
1956
|
+
|
|
1957
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1959
|
+
|
|
1960
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1961
|
+
end
|
|
1962
|
+
|
|
1963
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1965
|
+
|
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1967
|
+
end
|
|
1968
|
+
|
|
1969
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1971
|
+
|
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1973
|
+
end
|
|
1974
|
+
|
|
1807
1975
|
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
|
1808
1976
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1809
1977
|
|
|
@@ -1996,6 +2164,24 @@ module Google
|
|
|
1996
2164
|
include Google::Apis::Core::JsonObjectSupport
|
|
1997
2165
|
end
|
|
1998
2166
|
|
|
2167
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2169
|
+
|
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2171
|
+
end
|
|
2172
|
+
|
|
2173
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2175
|
+
|
|
2176
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2177
|
+
end
|
|
2178
|
+
|
|
2179
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2181
|
+
|
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2183
|
+
end
|
|
2184
|
+
|
|
1999
2185
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
|
2000
2186
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2001
2187
|
|
|
@@ -2206,6 +2392,84 @@ module Google
|
|
|
2206
2392
|
end
|
|
2207
2393
|
end
|
|
2208
2394
|
|
|
2395
|
+
class GoogleCloudDiscoveryengineV1Condition
|
|
2396
|
+
# @private
|
|
2397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2398
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ConditionTimeRange::Representation
|
|
2399
|
+
|
|
2400
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ConditionQueryTerm::Representation
|
|
2401
|
+
|
|
2402
|
+
end
|
|
2403
|
+
end
|
|
2404
|
+
|
|
2405
|
+
class GoogleCloudDiscoveryengineV1ConditionQueryTerm
|
|
2406
|
+
# @private
|
|
2407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2408
|
+
property :full_match, as: 'fullMatch'
|
|
2409
|
+
property :value, as: 'value'
|
|
2410
|
+
end
|
|
2411
|
+
end
|
|
2412
|
+
|
|
2413
|
+
class GoogleCloudDiscoveryengineV1ConditionTimeRange
|
|
2414
|
+
# @private
|
|
2415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2416
|
+
property :end_time, as: 'endTime'
|
|
2417
|
+
property :start_time, as: 'startTime'
|
|
2418
|
+
end
|
|
2419
|
+
end
|
|
2420
|
+
|
|
2421
|
+
class GoogleCloudDiscoveryengineV1Control
|
|
2422
|
+
# @private
|
|
2423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2424
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
|
2425
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlBoostAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlBoostAction::Representation
|
|
2426
|
+
|
|
2427
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Condition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1Condition::Representation
|
|
2428
|
+
|
|
2429
|
+
property :display_name, as: 'displayName'
|
|
2430
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlFilterAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlFilterAction::Representation
|
|
2431
|
+
|
|
2432
|
+
property :name, as: 'name'
|
|
2433
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlRedirectAction::Representation
|
|
2434
|
+
|
|
2435
|
+
property :solution_type, as: 'solutionType'
|
|
2436
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ControlSynonymsAction::Representation
|
|
2437
|
+
|
|
2438
|
+
collection :use_cases, as: 'useCases'
|
|
2439
|
+
end
|
|
2440
|
+
end
|
|
2441
|
+
|
|
2442
|
+
class GoogleCloudDiscoveryengineV1ControlBoostAction
|
|
2443
|
+
# @private
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2445
|
+
property :boost, as: 'boost'
|
|
2446
|
+
property :data_store, as: 'dataStore'
|
|
2447
|
+
property :filter, as: 'filter'
|
|
2448
|
+
end
|
|
2449
|
+
end
|
|
2450
|
+
|
|
2451
|
+
class GoogleCloudDiscoveryengineV1ControlFilterAction
|
|
2452
|
+
# @private
|
|
2453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2454
|
+
property :data_store, as: 'dataStore'
|
|
2455
|
+
property :filter, as: 'filter'
|
|
2456
|
+
end
|
|
2457
|
+
end
|
|
2458
|
+
|
|
2459
|
+
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
|
2460
|
+
# @private
|
|
2461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2462
|
+
property :redirect_uri, as: 'redirectUri'
|
|
2463
|
+
end
|
|
2464
|
+
end
|
|
2465
|
+
|
|
2466
|
+
class GoogleCloudDiscoveryengineV1ControlSynonymsAction
|
|
2467
|
+
# @private
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2469
|
+
collection :synonyms, as: 'synonyms'
|
|
2470
|
+
end
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2209
2473
|
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
|
2210
2474
|
# @private
|
|
2211
2475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2480,6 +2744,34 @@ module Google
|
|
|
2480
2744
|
end
|
|
2481
2745
|
end
|
|
2482
2746
|
|
|
2747
|
+
class GoogleCloudDiscoveryengineV1Project
|
|
2748
|
+
# @private
|
|
2749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2750
|
+
property :create_time, as: 'createTime'
|
|
2751
|
+
property :name, as: 'name'
|
|
2752
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
|
2753
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectServiceTerms::Representation
|
|
2754
|
+
|
|
2755
|
+
end
|
|
2756
|
+
end
|
|
2757
|
+
|
|
2758
|
+
class GoogleCloudDiscoveryengineV1ProjectServiceTerms
|
|
2759
|
+
# @private
|
|
2760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2761
|
+
property :accept_time, as: 'acceptTime'
|
|
2762
|
+
property :decline_time, as: 'declineTime'
|
|
2763
|
+
property :id, as: 'id'
|
|
2764
|
+
property :state, as: 'state'
|
|
2765
|
+
property :version, as: 'version'
|
|
2766
|
+
end
|
|
2767
|
+
end
|
|
2768
|
+
|
|
2769
|
+
class GoogleCloudDiscoveryengineV1ProvisionProjectMetadata
|
|
2770
|
+
# @private
|
|
2771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2772
|
+
end
|
|
2773
|
+
end
|
|
2774
|
+
|
|
2483
2775
|
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
|
2484
2776
|
# @private
|
|
2485
2777
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2655,6 +2947,7 @@ module Google
|
|
|
2655
2947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2656
2948
|
property :answer_language_code, as: 'answerLanguageCode'
|
|
2657
2949
|
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
|
2950
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
|
2658
2951
|
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
|
2659
2952
|
property :include_citations, as: 'includeCitations'
|
|
2660
2953
|
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec::Representation
|
|
@@ -2734,6 +3027,8 @@ module Google
|
|
|
2734
3027
|
|
|
2735
3028
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
|
2736
3029
|
|
|
3030
|
+
collection :data_store_specs, as: 'dataStoreSpecs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec::Representation
|
|
3031
|
+
|
|
2737
3032
|
property :filter, as: 'filter'
|
|
2738
3033
|
property :max_return_results, as: 'maxReturnResults'
|
|
2739
3034
|
property :order_by, as: 'orderBy'
|
|
@@ -2859,6 +3154,7 @@ module Google
|
|
|
2859
3154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2860
3155
|
property :document, as: 'document'
|
|
2861
3156
|
property :page_identifier, as: 'pageIdentifier'
|
|
3157
|
+
hash :struct_data, as: 'structData'
|
|
2862
3158
|
property :title, as: 'title'
|
|
2863
3159
|
property :uri, as: 'uri'
|
|
2864
3160
|
end
|
|
@@ -2870,6 +3166,7 @@ module Google
|
|
|
2870
3166
|
collection :chunk_contents, as: 'chunkContents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfoChunkContent::Representation
|
|
2871
3167
|
|
|
2872
3168
|
property :document, as: 'document'
|
|
3169
|
+
hash :struct_data, as: 'structData'
|
|
2873
3170
|
property :title, as: 'title'
|
|
2874
3171
|
property :uri, as: 'uri'
|
|
2875
3172
|
end
|
|
@@ -3155,6 +3452,84 @@ module Google
|
|
|
3155
3452
|
end
|
|
3156
3453
|
end
|
|
3157
3454
|
|
|
3455
|
+
class GoogleCloudDiscoveryengineV1alphaCondition
|
|
3456
|
+
# @private
|
|
3457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3458
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionTimeRange::Representation
|
|
3459
|
+
|
|
3460
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaConditionQueryTerm::Representation
|
|
3461
|
+
|
|
3462
|
+
end
|
|
3463
|
+
end
|
|
3464
|
+
|
|
3465
|
+
class GoogleCloudDiscoveryengineV1alphaConditionQueryTerm
|
|
3466
|
+
# @private
|
|
3467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3468
|
+
property :full_match, as: 'fullMatch'
|
|
3469
|
+
property :value, as: 'value'
|
|
3470
|
+
end
|
|
3471
|
+
end
|
|
3472
|
+
|
|
3473
|
+
class GoogleCloudDiscoveryengineV1alphaConditionTimeRange
|
|
3474
|
+
# @private
|
|
3475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3476
|
+
property :end_time, as: 'endTime'
|
|
3477
|
+
property :start_time, as: 'startTime'
|
|
3478
|
+
end
|
|
3479
|
+
end
|
|
3480
|
+
|
|
3481
|
+
class GoogleCloudDiscoveryengineV1alphaControl
|
|
3482
|
+
# @private
|
|
3483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3484
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
|
3485
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlBoostAction::Representation
|
|
3486
|
+
|
|
3487
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCondition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCondition::Representation
|
|
3488
|
+
|
|
3489
|
+
property :display_name, as: 'displayName'
|
|
3490
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
|
3491
|
+
|
|
3492
|
+
property :name, as: 'name'
|
|
3493
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlRedirectAction::Representation
|
|
3494
|
+
|
|
3495
|
+
property :solution_type, as: 'solutionType'
|
|
3496
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControlSynonymsAction::Representation
|
|
3497
|
+
|
|
3498
|
+
collection :use_cases, as: 'useCases'
|
|
3499
|
+
end
|
|
3500
|
+
end
|
|
3501
|
+
|
|
3502
|
+
class GoogleCloudDiscoveryengineV1alphaControlBoostAction
|
|
3503
|
+
# @private
|
|
3504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3505
|
+
property :boost, as: 'boost'
|
|
3506
|
+
property :data_store, as: 'dataStore'
|
|
3507
|
+
property :filter, as: 'filter'
|
|
3508
|
+
end
|
|
3509
|
+
end
|
|
3510
|
+
|
|
3511
|
+
class GoogleCloudDiscoveryengineV1alphaControlFilterAction
|
|
3512
|
+
# @private
|
|
3513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3514
|
+
property :data_store, as: 'dataStore'
|
|
3515
|
+
property :filter, as: 'filter'
|
|
3516
|
+
end
|
|
3517
|
+
end
|
|
3518
|
+
|
|
3519
|
+
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
|
3520
|
+
# @private
|
|
3521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3522
|
+
property :redirect_uri, as: 'redirectUri'
|
|
3523
|
+
end
|
|
3524
|
+
end
|
|
3525
|
+
|
|
3526
|
+
class GoogleCloudDiscoveryengineV1alphaControlSynonymsAction
|
|
3527
|
+
# @private
|
|
3528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3529
|
+
collection :synonyms, as: 'synonyms'
|
|
3530
|
+
end
|
|
3531
|
+
end
|
|
3532
|
+
|
|
3158
3533
|
class GoogleCloudDiscoveryengineV1alphaConversation
|
|
3159
3534
|
# @private
|
|
3160
3535
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3702,6 +4077,7 @@ module Google
|
|
|
3702
4077
|
property :key_property_type, as: 'keyPropertyType'
|
|
3703
4078
|
property :recs_filterable_option, as: 'recsFilterableOption'
|
|
3704
4079
|
property :retrievable_option, as: 'retrievableOption'
|
|
4080
|
+
collection :schema_org_paths, as: 'schemaOrgPaths'
|
|
3705
4081
|
property :searchable_option, as: 'searchableOption'
|
|
3706
4082
|
end
|
|
3707
4083
|
end
|
|
@@ -3920,6 +4296,15 @@ module Google
|
|
|
3920
4296
|
end
|
|
3921
4297
|
end
|
|
3922
4298
|
|
|
4299
|
+
class GoogleCloudDiscoveryengineV1alphaListControlsResponse
|
|
4300
|
+
# @private
|
|
4301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4302
|
+
collection :controls, as: 'controls', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControl, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaControl::Representation
|
|
4303
|
+
|
|
4304
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4305
|
+
end
|
|
4306
|
+
end
|
|
4307
|
+
|
|
3923
4308
|
class GoogleCloudDiscoveryengineV1alphaListConversationsResponse
|
|
3924
4309
|
# @private
|
|
3925
4310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4190,6 +4575,7 @@ module Google
|
|
|
4190
4575
|
collection :records, as: 'records', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRankingRecord, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaRankingRecord::Representation
|
|
4191
4576
|
|
|
4192
4577
|
property :top_n, as: 'topN'
|
|
4578
|
+
hash :user_labels, as: 'userLabels'
|
|
4193
4579
|
end
|
|
4194
4580
|
end
|
|
4195
4581
|
|
|
@@ -4977,9 +5363,11 @@ module Google
|
|
|
4977
5363
|
property :attribution_token, as: 'attributionToken'
|
|
4978
5364
|
property :completion_info, as: 'completionInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCompletionInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCompletionInfo::Representation
|
|
4979
5365
|
|
|
5366
|
+
property :data_store, as: 'dataStore'
|
|
4980
5367
|
property :direct_user_request, as: 'directUserRequest'
|
|
4981
5368
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocumentInfo::Representation
|
|
4982
5369
|
|
|
5370
|
+
property :engine, as: 'engine'
|
|
4983
5371
|
property :event_time, as: 'eventTime'
|
|
4984
5372
|
property :event_type, as: 'eventType'
|
|
4985
5373
|
property :filter, as: 'filter'
|
|
@@ -5026,6 +5414,84 @@ module Google
|
|
|
5026
5414
|
end
|
|
5027
5415
|
end
|
|
5028
5416
|
|
|
5417
|
+
class GoogleCloudDiscoveryengineV1betaCondition
|
|
5418
|
+
# @private
|
|
5419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5420
|
+
collection :active_time_range, as: 'activeTimeRange', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaConditionTimeRange, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaConditionTimeRange::Representation
|
|
5421
|
+
|
|
5422
|
+
collection :query_terms, as: 'queryTerms', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaConditionQueryTerm, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaConditionQueryTerm::Representation
|
|
5423
|
+
|
|
5424
|
+
end
|
|
5425
|
+
end
|
|
5426
|
+
|
|
5427
|
+
class GoogleCloudDiscoveryengineV1betaConditionQueryTerm
|
|
5428
|
+
# @private
|
|
5429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5430
|
+
property :full_match, as: 'fullMatch'
|
|
5431
|
+
property :value, as: 'value'
|
|
5432
|
+
end
|
|
5433
|
+
end
|
|
5434
|
+
|
|
5435
|
+
class GoogleCloudDiscoveryengineV1betaConditionTimeRange
|
|
5436
|
+
# @private
|
|
5437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5438
|
+
property :end_time, as: 'endTime'
|
|
5439
|
+
property :start_time, as: 'startTime'
|
|
5440
|
+
end
|
|
5441
|
+
end
|
|
5442
|
+
|
|
5443
|
+
class GoogleCloudDiscoveryengineV1betaControl
|
|
5444
|
+
# @private
|
|
5445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5446
|
+
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
|
5447
|
+
property :boost_action, as: 'boostAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlBoostAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlBoostAction::Representation
|
|
5448
|
+
|
|
5449
|
+
collection :conditions, as: 'conditions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCondition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCondition::Representation
|
|
5450
|
+
|
|
5451
|
+
property :display_name, as: 'displayName'
|
|
5452
|
+
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlFilterAction::Representation
|
|
5453
|
+
|
|
5454
|
+
property :name, as: 'name'
|
|
5455
|
+
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlRedirectAction::Representation
|
|
5456
|
+
|
|
5457
|
+
property :solution_type, as: 'solutionType'
|
|
5458
|
+
property :synonyms_action, as: 'synonymsAction', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlSynonymsAction, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaControlSynonymsAction::Representation
|
|
5459
|
+
|
|
5460
|
+
collection :use_cases, as: 'useCases'
|
|
5461
|
+
end
|
|
5462
|
+
end
|
|
5463
|
+
|
|
5464
|
+
class GoogleCloudDiscoveryengineV1betaControlBoostAction
|
|
5465
|
+
# @private
|
|
5466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5467
|
+
property :boost, as: 'boost'
|
|
5468
|
+
property :data_store, as: 'dataStore'
|
|
5469
|
+
property :filter, as: 'filter'
|
|
5470
|
+
end
|
|
5471
|
+
end
|
|
5472
|
+
|
|
5473
|
+
class GoogleCloudDiscoveryengineV1betaControlFilterAction
|
|
5474
|
+
# @private
|
|
5475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5476
|
+
property :data_store, as: 'dataStore'
|
|
5477
|
+
property :filter, as: 'filter'
|
|
5478
|
+
end
|
|
5479
|
+
end
|
|
5480
|
+
|
|
5481
|
+
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
|
5482
|
+
# @private
|
|
5483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5484
|
+
property :redirect_uri, as: 'redirectUri'
|
|
5485
|
+
end
|
|
5486
|
+
end
|
|
5487
|
+
|
|
5488
|
+
class GoogleCloudDiscoveryengineV1betaControlSynonymsAction
|
|
5489
|
+
# @private
|
|
5490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5491
|
+
collection :synonyms, as: 'synonyms'
|
|
5492
|
+
end
|
|
5493
|
+
end
|
|
5494
|
+
|
|
5029
5495
|
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
|
5030
5496
|
# @private
|
|
5031
5497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5320,6 +5786,34 @@ module Google
|
|
|
5320
5786
|
end
|
|
5321
5787
|
end
|
|
5322
5788
|
|
|
5789
|
+
class GoogleCloudDiscoveryengineV1betaProject
|
|
5790
|
+
# @private
|
|
5791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5792
|
+
property :create_time, as: 'createTime'
|
|
5793
|
+
property :name, as: 'name'
|
|
5794
|
+
property :provision_completion_time, as: 'provisionCompletionTime'
|
|
5795
|
+
hash :service_terms_map, as: 'serviceTermsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectServiceTerms, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectServiceTerms::Representation
|
|
5796
|
+
|
|
5797
|
+
end
|
|
5798
|
+
end
|
|
5799
|
+
|
|
5800
|
+
class GoogleCloudDiscoveryengineV1betaProjectServiceTerms
|
|
5801
|
+
# @private
|
|
5802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5803
|
+
property :accept_time, as: 'acceptTime'
|
|
5804
|
+
property :decline_time, as: 'declineTime'
|
|
5805
|
+
property :id, as: 'id'
|
|
5806
|
+
property :state, as: 'state'
|
|
5807
|
+
property :version, as: 'version'
|
|
5808
|
+
end
|
|
5809
|
+
end
|
|
5810
|
+
|
|
5811
|
+
class GoogleCloudDiscoveryengineV1betaProvisionProjectMetadata
|
|
5812
|
+
# @private
|
|
5813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5814
|
+
end
|
|
5815
|
+
end
|
|
5816
|
+
|
|
5323
5817
|
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
|
5324
5818
|
# @private
|
|
5325
5819
|
class Representation < Google::Apis::Core::JsonRepresentation
|