google-apis-discoveryengine_v1beta 0.62.0 → 0.64.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_v1beta/classes.rb +1036 -38
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +425 -15
- data/lib/google/apis/discoveryengine_v1beta/service.rb +87 -0
- metadata +5 -5
@@ -136,6 +136,18 @@ module Google
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
139
151
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
140
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
153
|
|
@@ -406,6 +418,36 @@ module Google
|
|
406
418
|
include Google::Apis::Core::JsonObjectSupport
|
407
419
|
end
|
408
420
|
|
421
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
409
451
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
410
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
453
|
|
@@ -856,6 +898,18 @@ module Google
|
|
856
898
|
include Google::Apis::Core::JsonObjectSupport
|
857
899
|
end
|
858
900
|
|
901
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesMetadata
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
859
913
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
860
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
915
|
|
@@ -1006,6 +1060,12 @@ module Google
|
|
1006
1060
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1061
|
end
|
1008
1062
|
|
1063
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
|
+
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
1067
|
+
end
|
1068
|
+
|
1009
1069
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
1010
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1071
|
|
@@ -1210,12 +1270,30 @@ module Google
|
|
1210
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1211
1271
|
end
|
1212
1272
|
|
1273
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1213
1285
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
1214
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
1287
|
|
1216
1288
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1289
|
end
|
1218
1290
|
|
1291
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1219
1297
|
class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
|
1220
1298
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1299
|
|
@@ -1864,6 +1942,12 @@ module Google
|
|
1864
1942
|
include Google::Apis::Core::JsonObjectSupport
|
1865
1943
|
end
|
1866
1944
|
|
1945
|
+
class GoogleCloudDiscoveryengineV1alphaUserLicense
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
1949
|
+
end
|
1950
|
+
|
1867
1951
|
class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig
|
1868
1952
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
1953
|
|
@@ -1966,6 +2050,18 @@ module Google
|
|
1966
2050
|
include Google::Apis::Core::JsonObjectSupport
|
1967
2051
|
end
|
1968
2052
|
|
2053
|
+
class GoogleCloudDiscoveryengineV1betaAnswerGenerationSpec
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class GoogleCloudDiscoveryengineV1betaAnswerGenerationSpecUserDefinedClassifierSpec
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
1969
2065
|
class GoogleCloudDiscoveryengineV1betaAnswerGroundingSupport
|
1970
2066
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
2067
|
|
@@ -2266,6 +2362,18 @@ module Google
|
|
2266
2362
|
include Google::Apis::Core::JsonObjectSupport
|
2267
2363
|
end
|
2268
2364
|
|
2365
|
+
class GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequest
|
2366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2367
|
+
|
2368
|
+
include Google::Apis::Core::JsonObjectSupport
|
2369
|
+
end
|
2370
|
+
|
2371
|
+
class GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequestInlineSource
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2373
|
+
|
2374
|
+
include Google::Apis::Core::JsonObjectSupport
|
2375
|
+
end
|
2376
|
+
|
2269
2377
|
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
2270
2378
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
2379
|
|
@@ -2764,6 +2872,36 @@ module Google
|
|
2764
2872
|
include Google::Apis::Core::JsonObjectSupport
|
2765
2873
|
end
|
2766
2874
|
|
2875
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
2876
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2877
|
+
|
2878
|
+
include Google::Apis::Core::JsonObjectSupport
|
2879
|
+
end
|
2880
|
+
|
2881
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
2882
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
|
+
|
2884
|
+
include Google::Apis::Core::JsonObjectSupport
|
2885
|
+
end
|
2886
|
+
|
2887
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
2888
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
|
+
|
2890
|
+
include Google::Apis::Core::JsonObjectSupport
|
2891
|
+
end
|
2892
|
+
|
2893
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
2894
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2895
|
+
|
2896
|
+
include Google::Apis::Core::JsonObjectSupport
|
2897
|
+
end
|
2898
|
+
|
2899
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
2900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
|
+
|
2902
|
+
include Google::Apis::Core::JsonObjectSupport
|
2903
|
+
end
|
2904
|
+
|
2767
2905
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
2768
2906
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2769
2907
|
|
@@ -3124,6 +3262,12 @@ module Google
|
|
3124
3262
|
include Google::Apis::Core::JsonObjectSupport
|
3125
3263
|
end
|
3126
3264
|
|
3265
|
+
class GoogleCloudDiscoveryengineV1betaListUserLicensesResponse
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
|
+
|
3268
|
+
include Google::Apis::Core::JsonObjectSupport
|
3269
|
+
end
|
3270
|
+
|
3127
3271
|
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
3128
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3129
3273
|
|
@@ -3634,12 +3778,6 @@ module Google
|
|
3634
3778
|
include Google::Apis::Core::JsonObjectSupport
|
3635
3779
|
end
|
3636
3780
|
|
3637
|
-
class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest
|
3638
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3639
|
-
|
3640
|
-
include Google::Apis::Core::JsonObjectSupport
|
3641
|
-
end
|
3642
|
-
|
3643
3781
|
class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
3644
3782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3645
3783
|
|
@@ -3946,6 +4084,12 @@ module Google
|
|
3946
4084
|
include Google::Apis::Core::JsonObjectSupport
|
3947
4085
|
end
|
3948
4086
|
|
4087
|
+
class GoogleCloudDiscoveryengineV1betaUserLicense
|
4088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4089
|
+
|
4090
|
+
include Google::Apis::Core::JsonObjectSupport
|
4091
|
+
end
|
4092
|
+
|
3949
4093
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
3950
4094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3951
4095
|
|
@@ -4209,6 +4353,28 @@ module Google
|
|
4209
4353
|
end
|
4210
4354
|
end
|
4211
4355
|
|
4356
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
4357
|
+
# @private
|
4358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4359
|
+
property :user_defined_classifier_spec, as: 'userDefinedClassifierSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec::Representation
|
4360
|
+
|
4361
|
+
end
|
4362
|
+
end
|
4363
|
+
|
4364
|
+
class GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec
|
4365
|
+
# @private
|
4366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4367
|
+
property :enable_user_defined_classifier, as: 'enableUserDefinedClassifier'
|
4368
|
+
property :model_id, as: 'modelId'
|
4369
|
+
property :preamble, as: 'preamble'
|
4370
|
+
property :seed, as: 'seed'
|
4371
|
+
property :task_marker, as: 'taskMarker'
|
4372
|
+
property :temperature, as: 'temperature'
|
4373
|
+
property :top_k, :numeric_string => true, as: 'topK'
|
4374
|
+
property :top_p, as: 'topP'
|
4375
|
+
end
|
4376
|
+
end
|
4377
|
+
|
4212
4378
|
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
4213
4379
|
# @private
|
4214
4380
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4566,6 +4732,9 @@ module Google
|
|
4566
4732
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4567
4733
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
4568
4734
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
4735
|
+
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
4736
|
+
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
4737
|
+
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
4569
4738
|
end
|
4570
4739
|
end
|
4571
4740
|
|
@@ -4605,6 +4774,8 @@ module Google
|
|
4605
4774
|
property :disable_analytics, as: 'disableAnalytics'
|
4606
4775
|
property :display_name, as: 'displayName'
|
4607
4776
|
property :industry_vertical, as: 'industryVertical'
|
4777
|
+
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
4778
|
+
|
4608
4779
|
property :name, as: 'name'
|
4609
4780
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
4610
4781
|
|
@@ -4647,6 +4818,51 @@ module Google
|
|
4647
4818
|
end
|
4648
4819
|
end
|
4649
4820
|
|
4821
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
4822
|
+
# @private
|
4823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4824
|
+
property :engine_features_config, as: 'engineFeaturesConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig::Representation
|
4825
|
+
|
4826
|
+
property :optimization_objective, as: 'optimizationObjective'
|
4827
|
+
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
4828
|
+
|
4829
|
+
property :training_state, as: 'trainingState'
|
4830
|
+
property :type, as: 'type'
|
4831
|
+
end
|
4832
|
+
end
|
4833
|
+
|
4834
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
4835
|
+
# @private
|
4836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4837
|
+
property :most_popular_config, as: 'mostPopularConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig::Representation
|
4838
|
+
|
4839
|
+
property :recommended_for_you_config, as: 'recommendedForYouConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig::Representation
|
4840
|
+
|
4841
|
+
end
|
4842
|
+
end
|
4843
|
+
|
4844
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
4845
|
+
# @private
|
4846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4847
|
+
property :time_window_days, :numeric_string => true, as: 'timeWindowDays'
|
4848
|
+
end
|
4849
|
+
end
|
4850
|
+
|
4851
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
4852
|
+
# @private
|
4853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4854
|
+
property :target_field, as: 'targetField'
|
4855
|
+
property :target_field_value_float, as: 'targetFieldValueFloat'
|
4856
|
+
end
|
4857
|
+
end
|
4858
|
+
|
4859
|
+
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
4860
|
+
# @private
|
4861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4862
|
+
property :context_event_type, as: 'contextEventType'
|
4863
|
+
end
|
4864
|
+
end
|
4865
|
+
|
4650
4866
|
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
4651
4867
|
# @private
|
4652
4868
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4948,6 +5164,8 @@ module Google
|
|
4948
5164
|
class GoogleCloudDiscoveryengineV1ServingConfig
|
4949
5165
|
# @private
|
4950
5166
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5167
|
+
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AnswerGenerationSpec::Representation
|
5168
|
+
|
4951
5169
|
collection :boost_control_ids, as: 'boostControlIds'
|
4952
5170
|
property :create_time, as: 'createTime'
|
4953
5171
|
property :display_name, as: 'displayName'
|
@@ -5393,6 +5611,26 @@ module Google
|
|
5393
5611
|
end
|
5394
5612
|
end
|
5395
5613
|
|
5614
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesMetadata
|
5615
|
+
# @private
|
5616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5617
|
+
property :create_time, as: 'createTime'
|
5618
|
+
property :failure_count, :numeric_string => true, as: 'failureCount'
|
5619
|
+
property :success_count, :numeric_string => true, as: 'successCount'
|
5620
|
+
property :update_time, as: 'updateTime'
|
5621
|
+
end
|
5622
|
+
end
|
5623
|
+
|
5624
|
+
class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse
|
5625
|
+
# @private
|
5626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5627
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
5628
|
+
|
5629
|
+
collection :user_licenses, as: 'userLicenses', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaUserLicense, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaUserLicense::Representation
|
5630
|
+
|
5631
|
+
end
|
5632
|
+
end
|
5633
|
+
|
5396
5634
|
class GoogleCloudDiscoveryengineV1alphaCmekConfig
|
5397
5635
|
# @private
|
5398
5636
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5641,6 +5879,7 @@ module Google
|
|
5641
5879
|
class GoogleCloudDiscoveryengineV1alphaDataConnector
|
5642
5880
|
# @private
|
5643
5881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5882
|
+
property :acl_enabled, as: 'aclEnabled'
|
5644
5883
|
property :action_config, as: 'actionConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfig::Representation
|
5645
5884
|
|
5646
5885
|
collection :alert_policy_configs, as: 'alertPolicyConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig::Representation
|
@@ -5649,11 +5888,15 @@ module Google
|
|
5649
5888
|
property :bap_config, as: 'bapConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaBapConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaBapConfig::Representation
|
5650
5889
|
|
5651
5890
|
collection :blocking_reasons, as: 'blockingReasons'
|
5891
|
+
collection :connector_modes, as: 'connectorModes'
|
5652
5892
|
property :connector_type, as: 'connectorType'
|
5893
|
+
property :create_eua_saas, as: 'createEuaSaas'
|
5653
5894
|
property :create_time, as: 'createTime'
|
5654
5895
|
property :data_source, as: 'dataSource'
|
5655
5896
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDestinationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDestinationConfig::Representation
|
5656
5897
|
|
5898
|
+
property :end_user_config, as: 'endUserConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig::Representation
|
5899
|
+
|
5657
5900
|
collection :entities, as: 'entities', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity::Representation
|
5658
5901
|
|
5659
5902
|
collection :errors, as: 'errors', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
@@ -5681,6 +5924,14 @@ module Google
|
|
5681
5924
|
end
|
5682
5925
|
end
|
5683
5926
|
|
5927
|
+
class GoogleCloudDiscoveryengineV1alphaDataConnectorEndUserConfig
|
5928
|
+
# @private
|
5929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5930
|
+
hash :additional_params, as: 'additionalParams'
|
5931
|
+
hash :auth_params, as: 'authParams'
|
5932
|
+
end
|
5933
|
+
end
|
5934
|
+
|
5684
5935
|
class GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig
|
5685
5936
|
# @private
|
5686
5937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5930,6 +6181,9 @@ module Google
|
|
5930
6181
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5931
6182
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
5932
6183
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
6184
|
+
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
6185
|
+
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
6186
|
+
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
5933
6187
|
end
|
5934
6188
|
end
|
5935
6189
|
|
@@ -6020,6 +6274,8 @@ module Google
|
|
6020
6274
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
6021
6275
|
# @private
|
6022
6276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6277
|
+
property :engine_features_config, as: 'engineFeaturesConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig::Representation
|
6278
|
+
|
6023
6279
|
property :optimization_objective, as: 'optimizationObjective'
|
6024
6280
|
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
6025
6281
|
|
@@ -6028,6 +6284,23 @@ module Google
|
|
6028
6284
|
end
|
6029
6285
|
end
|
6030
6286
|
|
6287
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
6288
|
+
# @private
|
6289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6290
|
+
property :most_popular_config, as: 'mostPopularConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig::Representation
|
6291
|
+
|
6292
|
+
property :recommended_for_you_config, as: 'recommendedForYouConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig::Representation
|
6293
|
+
|
6294
|
+
end
|
6295
|
+
end
|
6296
|
+
|
6297
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
6298
|
+
# @private
|
6299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6300
|
+
property :time_window_days, :numeric_string => true, as: 'timeWindowDays'
|
6301
|
+
end
|
6302
|
+
end
|
6303
|
+
|
6031
6304
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
6032
6305
|
# @private
|
6033
6306
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6036,6 +6309,13 @@ module Google
|
|
6036
6309
|
end
|
6037
6310
|
end
|
6038
6311
|
|
6312
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
6313
|
+
# @private
|
6314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6315
|
+
property :context_event_type, as: 'contextEventType'
|
6316
|
+
end
|
6317
|
+
end
|
6318
|
+
|
6039
6319
|
class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
|
6040
6320
|
# @private
|
6041
6321
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6784,6 +7064,7 @@ module Google
|
|
6784
7064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6785
7065
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec::Representation
|
6786
7066
|
|
7067
|
+
property :custom_search_operators, as: 'customSearchOperators'
|
6787
7068
|
property :data_store, as: 'dataStore'
|
6788
7069
|
property :filter, as: 'filter'
|
6789
7070
|
end
|
@@ -7100,6 +7381,20 @@ module Google
|
|
7100
7381
|
end
|
7101
7382
|
end
|
7102
7383
|
|
7384
|
+
class GoogleCloudDiscoveryengineV1alphaUserLicense
|
7385
|
+
# @private
|
7386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7387
|
+
property :create_time, as: 'createTime'
|
7388
|
+
property :last_login_time, as: 'lastLoginTime'
|
7389
|
+
property :license_assignment_state, as: 'licenseAssignmentState'
|
7390
|
+
property :license_config, as: 'licenseConfig'
|
7391
|
+
property :update_time, as: 'updateTime'
|
7392
|
+
property :user, as: 'user'
|
7393
|
+
property :user_principal, as: 'userPrincipal'
|
7394
|
+
property :user_profile, as: 'userProfile'
|
7395
|
+
end
|
7396
|
+
end
|
7397
|
+
|
7103
7398
|
class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig
|
7104
7399
|
# @private
|
7105
7400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7115,6 +7410,7 @@ module Google
|
|
7115
7410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7116
7411
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec::Representation
|
7117
7412
|
|
7413
|
+
collection :experiment_ids, as: 'experimentIds'
|
7118
7414
|
property :include_tail_suggestions, as: 'includeTailSuggestions'
|
7119
7415
|
property :query, as: 'query'
|
7120
7416
|
property :query_model, as: 'queryModel'
|
@@ -7295,6 +7591,28 @@ module Google
|
|
7295
7591
|
end
|
7296
7592
|
end
|
7297
7593
|
|
7594
|
+
class GoogleCloudDiscoveryengineV1betaAnswerGenerationSpec
|
7595
|
+
# @private
|
7596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7597
|
+
property :user_defined_classifier_spec, as: 'userDefinedClassifierSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerGenerationSpecUserDefinedClassifierSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerGenerationSpecUserDefinedClassifierSpec::Representation
|
7598
|
+
|
7599
|
+
end
|
7600
|
+
end
|
7601
|
+
|
7602
|
+
class GoogleCloudDiscoveryengineV1betaAnswerGenerationSpecUserDefinedClassifierSpec
|
7603
|
+
# @private
|
7604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7605
|
+
property :enable_user_defined_classifier, as: 'enableUserDefinedClassifier'
|
7606
|
+
property :model_id, as: 'modelId'
|
7607
|
+
property :preamble, as: 'preamble'
|
7608
|
+
property :seed, as: 'seed'
|
7609
|
+
property :task_marker, as: 'taskMarker'
|
7610
|
+
property :temperature, as: 'temperature'
|
7611
|
+
property :top_k, :numeric_string => true, as: 'topK'
|
7612
|
+
property :top_p, as: 'topP'
|
7613
|
+
end
|
7614
|
+
end
|
7615
|
+
|
7298
7616
|
class GoogleCloudDiscoveryengineV1betaAnswerGroundingSupport
|
7299
7617
|
# @private
|
7300
7618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7784,6 +8102,26 @@ module Google
|
|
7784
8102
|
end
|
7785
8103
|
end
|
7786
8104
|
|
8105
|
+
class GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequest
|
8106
|
+
# @private
|
8107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8108
|
+
property :delete_unassigned_user_licenses, as: 'deleteUnassignedUserLicenses'
|
8109
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource::Representation
|
8110
|
+
|
8111
|
+
property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequestInlineSource::Representation
|
8112
|
+
|
8113
|
+
end
|
8114
|
+
end
|
8115
|
+
|
8116
|
+
class GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequestInlineSource
|
8117
|
+
# @private
|
8118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8119
|
+
property :update_mask, as: 'updateMask'
|
8120
|
+
collection :user_licenses, as: 'userLicenses', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserLicense, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserLicense::Representation
|
8121
|
+
|
8122
|
+
end
|
8123
|
+
end
|
8124
|
+
|
7787
8125
|
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
7788
8126
|
# @private
|
7789
8127
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7883,6 +8221,7 @@ module Google
|
|
7883
8221
|
property :claim_text, as: 'claimText'
|
7884
8222
|
property :end_pos, as: 'endPos'
|
7885
8223
|
property :grounding_check_required, as: 'groundingCheckRequired'
|
8224
|
+
property :score, as: 'score'
|
7886
8225
|
property :start_pos, as: 'startPos'
|
7887
8226
|
end
|
7888
8227
|
end
|
@@ -7891,6 +8230,7 @@ module Google
|
|
7891
8230
|
# @private
|
7892
8231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7893
8232
|
property :citation_threshold, as: 'citationThreshold'
|
8233
|
+
property :enable_claim_level_score, as: 'enableClaimLevelScore'
|
7894
8234
|
end
|
7895
8235
|
end
|
7896
8236
|
|
@@ -8524,6 +8864,9 @@ module Google
|
|
8524
8864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8525
8865
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
8526
8866
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
8867
|
+
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
8868
|
+
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
8869
|
+
collection :exclude_html_ids, as: 'excludeHtmlIds'
|
8527
8870
|
end
|
8528
8871
|
end
|
8529
8872
|
|
@@ -8583,6 +8926,8 @@ module Google
|
|
8583
8926
|
property :disable_analytics, as: 'disableAnalytics'
|
8584
8927
|
property :display_name, as: 'displayName'
|
8585
8928
|
property :industry_vertical, as: 'industryVertical'
|
8929
|
+
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
8930
|
+
|
8586
8931
|
property :name, as: 'name'
|
8587
8932
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
8588
8933
|
|
@@ -8625,6 +8970,51 @@ module Google
|
|
8625
8970
|
end
|
8626
8971
|
end
|
8627
8972
|
|
8973
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
8974
|
+
# @private
|
8975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8976
|
+
property :engine_features_config, as: 'engineFeaturesConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig::Representation
|
8977
|
+
|
8978
|
+
property :optimization_objective, as: 'optimizationObjective'
|
8979
|
+
property :optimization_objective_config, as: 'optimizationObjectiveConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig::Representation
|
8980
|
+
|
8981
|
+
property :training_state, as: 'trainingState'
|
8982
|
+
property :type, as: 'type'
|
8983
|
+
end
|
8984
|
+
end
|
8985
|
+
|
8986
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigEngineFeaturesConfig
|
8987
|
+
# @private
|
8988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8989
|
+
property :most_popular_config, as: 'mostPopularConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig::Representation
|
8990
|
+
|
8991
|
+
property :recommended_for_you_config, as: 'recommendedForYouConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig::Representation
|
8992
|
+
|
8993
|
+
end
|
8994
|
+
end
|
8995
|
+
|
8996
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigMostPopularFeatureConfig
|
8997
|
+
# @private
|
8998
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8999
|
+
property :time_window_days, :numeric_string => true, as: 'timeWindowDays'
|
9000
|
+
end
|
9001
|
+
end
|
9002
|
+
|
9003
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
9004
|
+
# @private
|
9005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9006
|
+
property :target_field, as: 'targetField'
|
9007
|
+
property :target_field_value_float, as: 'targetFieldValueFloat'
|
9008
|
+
end
|
9009
|
+
end
|
9010
|
+
|
9011
|
+
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfigRecommendedForYouFeatureConfig
|
9012
|
+
# @private
|
9013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9014
|
+
property :context_event_type, as: 'contextEventType'
|
9015
|
+
end
|
9016
|
+
end
|
9017
|
+
|
8628
9018
|
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
8629
9019
|
# @private
|
8630
9020
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8672,9 +9062,12 @@ module Google
|
|
8672
9062
|
# @private
|
8673
9063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8674
9064
|
property :chunk_text, as: 'chunkText'
|
9065
|
+
property :domain, as: 'domain'
|
8675
9066
|
property :index, as: 'index'
|
8676
9067
|
property :source, as: 'source'
|
8677
9068
|
hash :source_metadata, as: 'sourceMetadata'
|
9069
|
+
property :title, as: 'title'
|
9070
|
+
property :uri, as: 'uri'
|
8678
9071
|
end
|
8679
9072
|
end
|
8680
9073
|
|
@@ -9214,6 +9607,15 @@ module Google
|
|
9214
9607
|
end
|
9215
9608
|
end
|
9216
9609
|
|
9610
|
+
class GoogleCloudDiscoveryengineV1betaListUserLicensesResponse
|
9611
|
+
# @private
|
9612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9613
|
+
property :next_page_token, as: 'nextPageToken'
|
9614
|
+
collection :user_licenses, as: 'userLicenses', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserLicense, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserLicense::Representation
|
9615
|
+
|
9616
|
+
end
|
9617
|
+
end
|
9618
|
+
|
9217
9619
|
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
9218
9620
|
# @private
|
9219
9621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9871,6 +10273,7 @@ module Google
|
|
9871
10273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9872
10274
|
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
9873
10275
|
|
10276
|
+
property :custom_search_operators, as: 'customSearchOperators'
|
9874
10277
|
property :data_store, as: 'dataStore'
|
9875
10278
|
property :filter, as: 'filter'
|
9876
10279
|
end
|
@@ -10067,20 +10470,11 @@ module Google
|
|
10067
10470
|
collection :classified_intents, as: 'classifiedIntents'
|
10068
10471
|
property :extracted_filters, as: 'extractedFilters'
|
10069
10472
|
property :rewritten_query, as: 'rewrittenQuery'
|
10070
|
-
property :sql_request, as: 'sqlRequest', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest::Representation
|
10071
|
-
|
10072
10473
|
property :structured_extracted_filter, as: 'structuredExtractedFilter', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter::Representation
|
10073
10474
|
|
10074
10475
|
end
|
10075
10476
|
end
|
10076
10477
|
|
10077
|
-
class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest
|
10078
|
-
# @private
|
10079
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
10080
|
-
property :sql_query, as: 'sqlQuery'
|
10081
|
-
end
|
10082
|
-
end
|
10083
|
-
|
10084
10478
|
class GoogleCloudDiscoveryengineV1betaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter
|
10085
10479
|
# @private
|
10086
10480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10287,6 +10681,8 @@ module Google
|
|
10287
10681
|
class GoogleCloudDiscoveryengineV1betaServingConfig
|
10288
10682
|
# @private
|
10289
10683
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10684
|
+
property :answer_generation_spec, as: 'answerGenerationSpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerGenerationSpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerGenerationSpec::Representation
|
10685
|
+
|
10290
10686
|
collection :boost_control_ids, as: 'boostControlIds'
|
10291
10687
|
property :create_time, as: 'createTime'
|
10292
10688
|
property :display_name, as: 'displayName'
|
@@ -10616,6 +11012,20 @@ module Google
|
|
10616
11012
|
end
|
10617
11013
|
end
|
10618
11014
|
|
11015
|
+
class GoogleCloudDiscoveryengineV1betaUserLicense
|
11016
|
+
# @private
|
11017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11018
|
+
property :create_time, as: 'createTime'
|
11019
|
+
property :last_login_time, as: 'lastLoginTime'
|
11020
|
+
property :license_assignment_state, as: 'licenseAssignmentState'
|
11021
|
+
property :license_config, as: 'licenseConfig'
|
11022
|
+
property :update_time, as: 'updateTime'
|
11023
|
+
property :user, as: 'user'
|
11024
|
+
property :user_principal, as: 'userPrincipal'
|
11025
|
+
property :user_profile, as: 'userProfile'
|
11026
|
+
end
|
11027
|
+
end
|
11028
|
+
|
10619
11029
|
class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
|
10620
11030
|
# @private
|
10621
11031
|
class Representation < Google::Apis::Core::JsonRepresentation
|