google-apis-discoveryengine_v1alpha 0.60.0 → 0.62.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 +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/discoveryengine_v1alpha/classes.rb +1088 -108
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +412 -15
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +138 -13
- metadata +5 -5
@@ -214,6 +214,18 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
217
229
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
218
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
231
|
|
@@ -484,6 +496,36 @@ module Google
|
|
484
496
|
include Google::Apis::Core::JsonObjectSupport
|
485
497
|
end
|
486
498
|
|
499
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
487
529
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
488
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
531
|
|
@@ -880,6 +922,18 @@ module Google
|
|
880
922
|
include Google::Apis::Core::JsonObjectSupport
|
881
923
|
end
|
882
924
|
|
925
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpec
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
883
937
|
class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
|
884
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
939
|
|
@@ -1186,6 +1240,30 @@ module Google
|
|
1186
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1241
|
end
|
1188
1242
|
|
1243
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesMetadata
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1189
1267
|
class GoogleCloudDiscoveryengineV1alphaBatchVerifyTargetSitesRequest
|
1190
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1269
|
|
@@ -1522,6 +1600,12 @@ module Google
|
|
1522
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1601
|
end
|
1524
1602
|
|
1603
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1525
1609
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
1526
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1611
|
|
@@ -1786,12 +1870,30 @@ module Google
|
|
1786
1870
|
include Google::Apis::Core::JsonObjectSupport
|
1787
1871
|
end
|
1788
1872
|
|
1873
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1789
1885
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
1790
1886
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1791
1887
|
|
1792
1888
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1889
|
end
|
1794
1890
|
|
1891
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
|
+
|
1894
|
+
include Google::Apis::Core::JsonObjectSupport
|
1895
|
+
end
|
1896
|
+
|
1795
1897
|
class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
|
1796
1898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
1899
|
|
@@ -2272,6 +2374,12 @@ module Google
|
|
2272
2374
|
include Google::Apis::Core::JsonObjectSupport
|
2273
2375
|
end
|
2274
2376
|
|
2377
|
+
class GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse
|
2378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2379
|
+
|
2380
|
+
include Google::Apis::Core::JsonObjectSupport
|
2381
|
+
end
|
2382
|
+
|
2275
2383
|
class GoogleCloudDiscoveryengineV1alphaMediaInfo
|
2276
2384
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
2385
|
|
@@ -2872,12 +2980,6 @@ module Google
|
|
2872
2980
|
include Google::Apis::Core::JsonObjectSupport
|
2873
2981
|
end
|
2874
2982
|
|
2875
|
-
class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest
|
2876
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2877
|
-
|
2878
|
-
include Google::Apis::Core::JsonObjectSupport
|
2879
|
-
end
|
2880
|
-
|
2881
2983
|
class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
2882
2984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
2985
|
|
@@ -3238,6 +3340,12 @@ module Google
|
|
3238
3340
|
include Google::Apis::Core::JsonObjectSupport
|
3239
3341
|
end
|
3240
3342
|
|
3343
|
+
class GoogleCloudDiscoveryengineV1alphaUserLicense
|
3344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3345
|
+
|
3346
|
+
include Google::Apis::Core::JsonObjectSupport
|
3347
|
+
end
|
3348
|
+
|
3241
3349
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
3242
3350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
3351
|
|
@@ -3622,6 +3730,36 @@ module Google
|
|
3622
3730
|
include Google::Apis::Core::JsonObjectSupport
|
3623
3731
|
end
|
3624
3732
|
|
3733
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
3734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3735
|
+
|
3736
|
+
include Google::Apis::Core::JsonObjectSupport
|
3737
|
+
end
|
3738
|
+
|
3739
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
3740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3741
|
+
|
3742
|
+
include Google::Apis::Core::JsonObjectSupport
|
3743
|
+
end
|
3744
|
+
|
3745
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
3746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3747
|
+
|
3748
|
+
include Google::Apis::Core::JsonObjectSupport
|
3749
|
+
end
|
3750
|
+
|
3751
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
3752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3753
|
+
|
3754
|
+
include Google::Apis::Core::JsonObjectSupport
|
3755
|
+
end
|
3756
|
+
|
3757
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
3758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3759
|
+
|
3760
|
+
include Google::Apis::Core::JsonObjectSupport
|
3761
|
+
end
|
3762
|
+
|
3625
3763
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
3626
3764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3627
3765
|
|
@@ -4564,6 +4702,28 @@ module Google
|
|
4564
4702
|
end
|
4565
4703
|
end
|
4566
4704
|
|
4705
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
4706
|
+
# @private
|
4707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4708
|
+
property :user_defined_classifier_spec, as: 'userDefinedClassifierSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec::Representation
|
4709
|
+
|
4710
|
+
end
|
4711
|
+
end
|
4712
|
+
|
4713
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec
|
4714
|
+
# @private
|
4715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4716
|
+
property :enable_user_defined_classifier, as: 'enableUserDefinedClassifier'
|
4717
|
+
property :model_id, as: 'modelId'
|
4718
|
+
property :preamble, as: 'preamble'
|
4719
|
+
property :seed, as: 'seed'
|
4720
|
+
property :task_marker, as: 'taskMarker'
|
4721
|
+
property :temperature, as: 'temperature'
|
4722
|
+
property :top_k, :numeric_string => true, as: 'topK'
|
4723
|
+
property :top_p, as: 'topP'
|
4724
|
+
end
|
4725
|
+
end
|
4726
|
+
|
4567
4727
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
4568
4728
|
# @private
|
4569
4729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4921,6 +5081,9 @@ module Google
|
|
4921
5081
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4922
5082
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
4923
5083
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
5084
|
+
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
5085
|
+
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
5086
|
+
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
4924
5087
|
end
|
4925
5088
|
end
|
4926
5089
|
|
@@ -4960,6 +5123,8 @@ module Google
|
|
4960
5123
|
property :disable_analytics, as: 'disableAnalytics'
|
4961
5124
|
property :display_name, as: 'displayName'
|
4962
5125
|
property :industry_vertical, as: 'industryVertical'
|
5126
|
+
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
5127
|
+
|
4963
5128
|
property :name, as: 'name'
|
4964
5129
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
4965
5130
|
|
@@ -5002,6 +5167,51 @@ module Google
|
|
5002
5167
|
end
|
5003
5168
|
end
|
5004
5169
|
|
5170
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
5171
|
+
# @private
|
5172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5173
|
+
property :engine_features_config, as: 'engineFeaturesConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig::Representation
|
5174
|
+
|
5175
|
+
property :optimization_objective, as: 'optimizationObjective'
|
5176
|
+
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
5177
|
+
|
5178
|
+
property :training_state, as: 'trainingState'
|
5179
|
+
property :type, as: 'type'
|
5180
|
+
end
|
5181
|
+
end
|
5182
|
+
|
5183
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
5184
|
+
# @private
|
5185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5186
|
+
property :most_popular_config, as: 'mostPopularConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig::Representation
|
5187
|
+
|
5188
|
+
property :recommended_for_you_config, as: 'recommendedForYouConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig::Representation
|
5189
|
+
|
5190
|
+
end
|
5191
|
+
end
|
5192
|
+
|
5193
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
5194
|
+
# @private
|
5195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5196
|
+
property :time_window_days, :numeric_string => true, as: 'timeWindowDays'
|
5197
|
+
end
|
5198
|
+
end
|
5199
|
+
|
5200
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
5201
|
+
# @private
|
5202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5203
|
+
property :target_field, as: 'targetField'
|
5204
|
+
property :target_field_value_float, as: 'targetFieldValueFloat'
|
5205
|
+
end
|
5206
|
+
end
|
5207
|
+
|
5208
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
5209
|
+
# @private
|
5210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5211
|
+
property :context_event_type, as: 'contextEventType'
|
5212
|
+
end
|
5213
|
+
end
|
5214
|
+
|
5005
5215
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
5006
5216
|
# @private
|
5007
5217
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5303,6 +5513,8 @@ module Google
|
|
5303
5513
|
class GoogleCloudDiscoveryengineV1ServingConfig
|
5304
5514
|
# @private
|
5305
5515
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5516
|
+
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AnswerGenerationSpec::Representation
|
5517
|
+
|
5306
5518
|
collection :boost_control_ids, as: 'boostControlIds'
|
5307
5519
|
property :create_time, as: 'createTime'
|
5308
5520
|
property :display_name, as: 'displayName'
|
@@ -5481,6 +5693,7 @@ module Google
|
|
5481
5693
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5482
5694
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequestBoostSpec::Representation
|
5483
5695
|
|
5696
|
+
collection :experiment_ids, as: 'experimentIds'
|
5484
5697
|
property :include_tail_suggestions, as: 'includeTailSuggestions'
|
5485
5698
|
property :query, as: 'query'
|
5486
5699
|
property :query_model, as: 'queryModel'
|
@@ -5678,6 +5891,28 @@ module Google
|
|
5678
5891
|
end
|
5679
5892
|
end
|
5680
5893
|
|
5894
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpec
|
5895
|
+
# @private
|
5896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5897
|
+
property :user_defined_classifier_spec, as: 'userDefinedClassifierSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec::Representation
|
5898
|
+
|
5899
|
+
end
|
5900
|
+
end
|
5901
|
+
|
5902
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec
|
5903
|
+
# @private
|
5904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5905
|
+
property :enable_user_defined_classifier, as: 'enableUserDefinedClassifier'
|
5906
|
+
property :model_id, as: 'modelId'
|
5907
|
+
property :preamble, as: 'preamble'
|
5908
|
+
property :seed, as: 'seed'
|
5909
|
+
property :task_marker, as: 'taskMarker'
|
5910
|
+
property :temperature, as: 'temperature'
|
5911
|
+
property :top_k, :numeric_string => true, as: 'topK'
|
5912
|
+
property :top_p, as: 'topP'
|
5913
|
+
end
|
5914
|
+
end
|
5915
|
+
|
5681
5916
|
class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
|
5682
5917
|
# @private
|
5683
5918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6176,6 +6411,46 @@ module Google
|
|
6176
6411
|
end
|
6177
6412
|
end
|
6178
6413
|
|
6414
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesMetadata
|
6415
|
+
# @private
|
6416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6417
|
+
property :create_time, as: 'createTime'
|
6418
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
6419
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
6420
|
+
property :update_time, as: 'updateTime'
|
6421
|
+
end
|
6422
|
+
end
|
6423
|
+
|
6424
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest
|
6425
|
+
# @private
|
6426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6427
|
+
property :delete_unassigned_user_licenses, as: 'deleteUnassignedUserLicenses'
|
6428
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource::Representation
|
6429
|
+
|
6430
|
+
property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource::Representation
|
6431
|
+
|
6432
|
+
end
|
6433
|
+
end
|
6434
|
+
|
6435
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource
|
6436
|
+
# @private
|
6437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6438
|
+
property :update_mask, as: 'updateMask'
|
6439
|
+
collection :user_licenses, as: 'userLicenses', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserLicense, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserLicense::Representation
|
6440
|
+
|
6441
|
+
end
|
6442
|
+
end
|
6443
|
+
|
6444
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse
|
6445
|
+
# @private
|
6446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6447
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
6448
|
+
|
6449
|
+
collection :user_licenses, as: 'userLicenses', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserLicense, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserLicense::Representation
|
6450
|
+
|
6451
|
+
end
|
6452
|
+
end
|
6453
|
+
|
6179
6454
|
class GoogleCloudDiscoveryengineV1alphaBatchVerifyTargetSitesRequest
|
6180
6455
|
# @private
|
6181
6456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6275,6 +6550,7 @@ module Google
|
|
6275
6550
|
property :claim_text, as: 'claimText'
|
6276
6551
|
property :end_pos, as: 'endPos'
|
6277
6552
|
property :grounding_check_required, as: 'groundingCheckRequired'
|
6553
|
+
property :score, as: 'score'
|
6278
6554
|
property :start_pos, as: 'startPos'
|
6279
6555
|
end
|
6280
6556
|
end
|
@@ -6283,6 +6559,7 @@ module Google
|
|
6283
6559
|
# @private
|
6284
6560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6285
6561
|
property :citation_threshold, as: 'citationThreshold'
|
6562
|
+
property :enable_claim_level_score, as: 'enableClaimLevelScore'
|
6286
6563
|
end
|
6287
6564
|
end
|
6288
6565
|
|
@@ -6759,6 +7036,7 @@ module Google
|
|
6759
7036
|
class GoogleCloudDiscoveryengineV1alphaDataConnector
|
6760
7037
|
# @private
|
6761
7038
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7039
|
+
property :acl_enabled, as: 'aclEnabled'
|
6762
7040
|
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
|
6763
7041
|
|
6764
7042
|
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
|
@@ -6767,11 +7045,15 @@ module Google
|
|
6767
7045
|
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBapConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBapConfig::Representation
|
6768
7046
|
|
6769
7047
|
collection :blocking_reasons, as: 'blockingReasons'
|
7048
|
+
collection :connector_modes, as: 'connectorModes'
|
6770
7049
|
property :connector_type, as: 'connectorType'
|
7050
|
+
property :create_eua_saas, as: 'createEuaSaas'
|
6771
7051
|
property :create_time, as: 'createTime'
|
6772
7052
|
property :data_source, as: 'dataSource'
|
6773
7053
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDestinationConfig::Representation
|
6774
7054
|
|
7055
|
+
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig::Representation
|
7056
|
+
|
6775
7057
|
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity::Representation
|
6776
7058
|
|
6777
7059
|
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
|
@@ -6779,6 +7061,8 @@ module Google
|
|
6779
7061
|
property :identity_refresh_interval, as: 'identityRefreshInterval'
|
6780
7062
|
property :identity_schedule_config, as: 'identityScheduleConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig::Representation
|
6781
7063
|
|
7064
|
+
property :incremental_refresh_interval, as: 'incrementalRefreshInterval'
|
7065
|
+
property :incremental_sync_disabled, as: 'incrementalSyncDisabled'
|
6782
7066
|
property :kms_key_name, as: 'kmsKeyName'
|
6783
7067
|
property :last_sync_time, as: 'lastSyncTime'
|
6784
7068
|
property :latest_pause_time, as: 'latestPauseTime'
|
@@ -6799,6 +7083,14 @@ module Google
|
|
6799
7083
|
end
|
6800
7084
|
end
|
6801
7085
|
|
7086
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
7087
|
+
# @private
|
7088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7089
|
+
hash :additional_params, as: 'additionalParams'
|
7090
|
+
hash :auth_params, as: 'authParams'
|
7091
|
+
end
|
7092
|
+
end
|
7093
|
+
|
6802
7094
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
6803
7095
|
# @private
|
6804
7096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7123,6 +7415,9 @@ module Google
|
|
7123
7415
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7124
7416
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
7125
7417
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
7418
|
+
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
7419
|
+
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
7420
|
+
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
7126
7421
|
end
|
7127
7422
|
end
|
7128
7423
|
|
@@ -7233,6 +7528,8 @@ module Google
|
|
7233
7528
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
7234
7529
|
# @private
|
7235
7530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7531
|
+
property :engine_features_config, as: 'engineFeaturesConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig::Representation
|
7532
|
+
|
7236
7533
|
property :optimization_objective, as: 'optimizationObjective'
|
7237
7534
|
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
7238
7535
|
|
@@ -7241,6 +7538,23 @@ module Google
|
|
7241
7538
|
end
|
7242
7539
|
end
|
7243
7540
|
|
7541
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
7542
|
+
# @private
|
7543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7544
|
+
property :most_popular_config, as: 'mostPopularConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig::Representation
|
7545
|
+
|
7546
|
+
property :recommended_for_you_config, as: 'recommendedForYouConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig::Representation
|
7547
|
+
|
7548
|
+
end
|
7549
|
+
end
|
7550
|
+
|
7551
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
7552
|
+
# @private
|
7553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7554
|
+
property :time_window_days, :numeric_string => true, as: 'timeWindowDays'
|
7555
|
+
end
|
7556
|
+
end
|
7557
|
+
|
7244
7558
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
7245
7559
|
# @private
|
7246
7560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7249,6 +7563,13 @@ module Google
|
|
7249
7563
|
end
|
7250
7564
|
end
|
7251
7565
|
|
7566
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
7567
|
+
# @private
|
7568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7569
|
+
property :context_event_type, as: 'contextEventType'
|
7570
|
+
end
|
7571
|
+
end
|
7572
|
+
|
7252
7573
|
class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
|
7253
7574
|
# @private
|
7254
7575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7364,9 +7685,12 @@ module Google
|
|
7364
7685
|
# @private
|
7365
7686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7366
7687
|
property :chunk_text, as: 'chunkText'
|
7688
|
+
property :domain, as: 'domain'
|
7367
7689
|
property :index, as: 'index'
|
7368
7690
|
property :source, as: 'source'
|
7369
7691
|
hash :source_metadata, as: 'sourceMetadata'
|
7692
|
+
property :title, as: 'title'
|
7693
|
+
property :uri, as: 'uri'
|
7370
7694
|
end
|
7371
7695
|
end
|
7372
7696
|
|
@@ -7446,6 +7770,7 @@ module Google
|
|
7446
7770
|
# @private
|
7447
7771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7448
7772
|
property :app, as: 'app'
|
7773
|
+
property :authorization_uri, as: 'authorizationUri'
|
7449
7774
|
property :client_id, as: 'clientId'
|
7450
7775
|
property :instance, as: 'instance'
|
7451
7776
|
property :redirect_uri, as: 'redirectUri'
|
@@ -8024,6 +8349,15 @@ module Google
|
|
8024
8349
|
end
|
8025
8350
|
end
|
8026
8351
|
|
8352
|
+
class GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse
|
8353
|
+
# @private
|
8354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8355
|
+
property :next_page_token, as: 'nextPageToken'
|
8356
|
+
collection :user_licenses, as: 'userLicenses', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserLicense, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserLicense::Representation
|
8357
|
+
|
8358
|
+
end
|
8359
|
+
end
|
8360
|
+
|
8027
8361
|
class GoogleCloudDiscoveryengineV1alphaMediaInfo
|
8028
8362
|
# @private
|
8029
8363
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8836,6 +9170,7 @@ module Google
|
|
8836
9170
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8837
9171
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec::Representation
|
8838
9172
|
|
9173
|
+
property :custom_search_operators, as: 'customSearchOperators'
|
8839
9174
|
property :data_store, as: 'dataStore'
|
8840
9175
|
property :filter, as: 'filter'
|
8841
9176
|
end
|
@@ -9032,20 +9367,11 @@ module Google
|
|
9032
9367
|
collection :classified_intents, as: 'classifiedIntents'
|
9033
9368
|
property :extracted_filters, as: 'extractedFilters'
|
9034
9369
|
property :rewritten_query, as: 'rewrittenQuery'
|
9035
|
-
property :sql_request, as: 'sqlRequest', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest::Representation
|
9036
|
-
|
9037
9370
|
property :structured_extracted_filter, as: 'structuredExtractedFilter', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter::Representation
|
9038
9371
|
|
9039
9372
|
end
|
9040
9373
|
end
|
9041
9374
|
|
9042
|
-
class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest
|
9043
|
-
# @private
|
9044
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9045
|
-
property :sql_query, as: 'sqlQuery'
|
9046
|
-
end
|
9047
|
-
end
|
9048
|
-
|
9049
9375
|
class GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
9050
9376
|
# @private
|
9051
9377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9252,6 +9578,8 @@ module Google
|
|
9252
9578
|
class GoogleCloudDiscoveryengineV1alphaServingConfig
|
9253
9579
|
# @private
|
9254
9580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9581
|
+
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpec::Representation
|
9582
|
+
|
9255
9583
|
collection :boost_control_ids, as: 'boostControlIds'
|
9256
9584
|
property :create_time, as: 'createTime'
|
9257
9585
|
property :custom_fine_tuning_spec, as: 'customFineTuningSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCustomFineTuningSpec::Representation
|
@@ -9660,6 +9988,20 @@ module Google
|
|
9660
9988
|
end
|
9661
9989
|
end
|
9662
9990
|
|
9991
|
+
class GoogleCloudDiscoveryengineV1alphaUserLicense
|
9992
|
+
# @private
|
9993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9994
|
+
property :create_time, as: 'createTime'
|
9995
|
+
property :last_login_time, as: 'lastLoginTime'
|
9996
|
+
property :license_assignment_state, as: 'licenseAssignmentState'
|
9997
|
+
property :license_config, as: 'licenseConfig'
|
9998
|
+
property :update_time, as: 'updateTime'
|
9999
|
+
property :user, as: 'user'
|
10000
|
+
property :user_principal, as: 'userPrincipal'
|
10001
|
+
property :user_profile, as: 'userProfile'
|
10002
|
+
end
|
10003
|
+
end
|
10004
|
+
|
9663
10005
|
class GoogleCloudDiscoveryengineV1alphaWidgetConfig
|
9664
10006
|
# @private
|
9665
10007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9684,6 +10026,7 @@ module Google
|
|
9684
10026
|
property :display_name, as: 'displayName'
|
9685
10027
|
property :enable_autocomplete, as: 'enableAutocomplete'
|
9686
10028
|
property :enable_conversational_search, as: 'enableConversationalSearch'
|
10029
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
9687
10030
|
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
9688
10031
|
property :enable_result_score, as: 'enableResultScore'
|
9689
10032
|
property :enable_safe_search, as: 'enableSafeSearch'
|
@@ -9727,6 +10070,7 @@ module Google
|
|
9727
10070
|
# @private
|
9728
10071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9729
10072
|
property :google_search_grounding_enabled, as: 'googleSearchGroundingEnabled'
|
10073
|
+
property :web_grounding_type, as: 'webGroundingType'
|
9730
10074
|
end
|
9731
10075
|
end
|
9732
10076
|
|
@@ -9832,6 +10176,7 @@ module Google
|
|
9832
10176
|
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
9833
10177
|
property :disable_user_events_collection, as: 'disableUserEventsCollection'
|
9834
10178
|
property :enable_autocomplete, as: 'enableAutocomplete'
|
10179
|
+
property :enable_people_search, as: 'enablePeopleSearch'
|
9835
10180
|
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
9836
10181
|
property :enable_safe_search, as: 'enableSafeSearch'
|
9837
10182
|
property :enable_search_as_you_type, as: 'enableSearchAsYouType'
|
@@ -10258,6 +10603,9 @@ module Google
|
|
10258
10603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10259
10604
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
10260
10605
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
10606
|
+
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
10607
|
+
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
10608
|
+
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
10261
10609
|
end
|
10262
10610
|
end
|
10263
10611
|
|
@@ -10297,6 +10645,8 @@ module Google
|
|
10297
10645
|
property :disable_analytics, as: 'disableAnalytics'
|
10298
10646
|
property :display_name, as: 'displayName'
|
10299
10647
|
property :industry_vertical, as: 'industryVertical'
|
10648
|
+
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
10649
|
+
|
10300
10650
|
property :name, as: 'name'
|
10301
10651
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
10302
10652
|
|
@@ -10339,6 +10689,51 @@ module Google
|
|
10339
10689
|
end
|
10340
10690
|
end
|
10341
10691
|
|
10692
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
10693
|
+
# @private
|
10694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10695
|
+
property :engine_features_config, as: 'engineFeaturesConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig::Representation
|
10696
|
+
|
10697
|
+
property :optimization_objective, as: 'optimizationObjective'
|
10698
|
+
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
10699
|
+
|
10700
|
+
property :training_state, as: 'trainingState'
|
10701
|
+
property :type, as: 'type'
|
10702
|
+
end
|
10703
|
+
end
|
10704
|
+
|
10705
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
10706
|
+
# @private
|
10707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10708
|
+
property :most_popular_config, as: 'mostPopularConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig::Representation
|
10709
|
+
|
10710
|
+
property :recommended_for_you_config, as: 'recommendedForYouConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig::Representation
|
10711
|
+
|
10712
|
+
end
|
10713
|
+
end
|
10714
|
+
|
10715
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
10716
|
+
# @private
|
10717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10718
|
+
property :time_window_days, :numeric_string => true, as: 'timeWindowDays'
|
10719
|
+
end
|
10720
|
+
end
|
10721
|
+
|
10722
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
10723
|
+
# @private
|
10724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10725
|
+
property :target_field, as: 'targetField'
|
10726
|
+
property :target_field_value_float, as: 'targetFieldValueFloat'
|
10727
|
+
end
|
10728
|
+
end
|
10729
|
+
|
10730
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
10731
|
+
# @private
|
10732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10733
|
+
property :context_event_type, as: 'contextEventType'
|
10734
|
+
end
|
10735
|
+
end
|
10736
|
+
|
10342
10737
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
10343
10738
|
# @private
|
10344
10739
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10876,6 +11271,7 @@ module Google
|
|
10876
11271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10877
11272
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
10878
11273
|
|
11274
|
+
property :custom_search_operators, as: 'customSearchOperators'
|
10879
11275
|
property :data_store, as: 'dataStore'
|
10880
11276
|
property :filter, as: 'filter'
|
10881
11277
|
end
|
@@ -11145,6 +11541,7 @@ module Google
|
|
11145
11541
|
|
11146
11542
|
property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
|
11147
11543
|
|
11544
|
+
property :source_id, as: 'sourceId'
|
11148
11545
|
end
|
11149
11546
|
end
|
11150
11547
|
|