google-apis-discoveryengine_v1alpha 0.88.0 → 0.90.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 +554 -2
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +185 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +354 -0
- metadata +2 -2
|
@@ -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.90.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260112"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -568,6 +568,18 @@ module Google
|
|
|
568
568
|
include Google::Apis::Core::JsonObjectSupport
|
|
569
569
|
end
|
|
570
570
|
|
|
571
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
577
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig
|
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
579
|
+
|
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
581
|
+
end
|
|
582
|
+
|
|
571
583
|
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
|
572
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
585
|
|
|
@@ -988,6 +1000,12 @@ module Google
|
|
|
988
1000
|
include Google::Apis::Core::JsonObjectSupport
|
|
989
1001
|
end
|
|
990
1002
|
|
|
1003
|
+
class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest
|
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1005
|
+
|
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1007
|
+
end
|
|
1008
|
+
|
|
991
1009
|
class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
|
|
992
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
1011
|
|
|
@@ -2188,6 +2206,12 @@ module Google
|
|
|
2188
2206
|
include Google::Apis::Core::JsonObjectSupport
|
|
2189
2207
|
end
|
|
2190
2208
|
|
|
2209
|
+
class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest
|
|
2210
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2211
|
+
|
|
2212
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2213
|
+
end
|
|
2214
|
+
|
|
2191
2215
|
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
|
2192
2216
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2193
2217
|
|
|
@@ -2404,6 +2428,18 @@ module Google
|
|
|
2404
2428
|
include Google::Apis::Core::JsonObjectSupport
|
|
2405
2429
|
end
|
|
2406
2430
|
|
|
2431
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2407
2443
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
|
2408
2444
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2409
2445
|
|
|
@@ -3100,6 +3136,12 @@ module Google
|
|
|
3100
3136
|
include Google::Apis::Core::JsonObjectSupport
|
|
3101
3137
|
end
|
|
3102
3138
|
|
|
3139
|
+
class GoogleCloudDiscoveryengineV1alphaPatientFilterOperationMetadata
|
|
3140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3141
|
+
|
|
3142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3143
|
+
end
|
|
3144
|
+
|
|
3103
3145
|
class GoogleCloudDiscoveryengineV1alphaPauseEngineRequest
|
|
3104
3146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3105
3147
|
|
|
@@ -3394,6 +3436,12 @@ module Google
|
|
|
3394
3436
|
include Google::Apis::Core::JsonObjectSupport
|
|
3395
3437
|
end
|
|
3396
3438
|
|
|
3439
|
+
class GoogleCloudDiscoveryengineV1alphaRemovePatientFilterRequest
|
|
3440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3441
|
+
|
|
3442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3443
|
+
end
|
|
3444
|
+
|
|
3397
3445
|
class GoogleCloudDiscoveryengineV1alphaRemoveSuggestionRequest
|
|
3398
3446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3399
3447
|
|
|
@@ -3406,6 +3454,12 @@ module Google
|
|
|
3406
3454
|
include Google::Apis::Core::JsonObjectSupport
|
|
3407
3455
|
end
|
|
3408
3456
|
|
|
3457
|
+
class GoogleCloudDiscoveryengineV1alphaReplacePatientFilterRequest
|
|
3458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3459
|
+
|
|
3460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3461
|
+
end
|
|
3462
|
+
|
|
3409
3463
|
class GoogleCloudDiscoveryengineV1alphaReply
|
|
3410
3464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3411
3465
|
|
|
@@ -4618,6 +4672,18 @@ module Google
|
|
|
4618
4672
|
include Google::Apis::Core::JsonObjectSupport
|
|
4619
4673
|
end
|
|
4620
4674
|
|
|
4675
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig
|
|
4676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4677
|
+
|
|
4678
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4679
|
+
end
|
|
4680
|
+
|
|
4681
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig
|
|
4682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4683
|
+
|
|
4684
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4685
|
+
end
|
|
4686
|
+
|
|
4621
4687
|
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
|
4622
4688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4623
4689
|
|
|
@@ -5815,6 +5881,7 @@ module Google
|
|
|
5815
5881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5816
5882
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
|
|
5817
5883
|
|
|
5884
|
+
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
|
5818
5885
|
property :description, as: 'description'
|
|
5819
5886
|
property :display_name, as: 'displayName'
|
|
5820
5887
|
hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
|
|
@@ -6473,6 +6540,8 @@ module Google
|
|
|
6473
6540
|
property :display_name, as: 'displayName'
|
|
6474
6541
|
hash :features, as: 'features'
|
|
6475
6542
|
property :industry_vertical, as: 'industryVertical'
|
|
6543
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig::Representation
|
|
6544
|
+
|
|
6476
6545
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
6477
6546
|
|
|
6478
6547
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -6518,6 +6587,28 @@ module Google
|
|
|
6518
6587
|
end
|
|
6519
6588
|
end
|
|
6520
6589
|
|
|
6590
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig
|
|
6591
|
+
# @private
|
|
6592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6593
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
6594
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
6595
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
6596
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
6597
|
+
|
|
6598
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
6599
|
+
end
|
|
6600
|
+
end
|
|
6601
|
+
|
|
6602
|
+
class GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfigFeatureConfig
|
|
6603
|
+
# @private
|
|
6604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6605
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
6606
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
6607
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
6608
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
6609
|
+
end
|
|
6610
|
+
end
|
|
6611
|
+
|
|
6521
6612
|
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
|
6522
6613
|
# @private
|
|
6523
6614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6577,6 +6668,7 @@ module Google
|
|
|
6577
6668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6578
6669
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
6579
6670
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
6671
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
6580
6672
|
end
|
|
6581
6673
|
end
|
|
6582
6674
|
|
|
@@ -7201,6 +7293,14 @@ module Google
|
|
|
7201
7293
|
end
|
|
7202
7294
|
end
|
|
7203
7295
|
|
|
7296
|
+
class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest
|
|
7297
|
+
# @private
|
|
7298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7299
|
+
property :data_store, as: 'dataStore'
|
|
7300
|
+
collection :filter_groups, as: 'filterGroups'
|
|
7301
|
+
end
|
|
7302
|
+
end
|
|
7303
|
+
|
|
7204
7304
|
class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
|
|
7205
7305
|
# @private
|
|
7206
7306
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8081,6 +8181,7 @@ module Google
|
|
|
8081
8181
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8082
8182
|
property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAssistantCustomerPolicy::Representation
|
|
8083
8183
|
|
|
8184
|
+
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
|
8084
8185
|
property :description, as: 'description'
|
|
8085
8186
|
property :disable_location_context, as: 'disableLocationContext'
|
|
8086
8187
|
property :display_name, as: 'displayName'
|
|
@@ -8281,6 +8382,7 @@ module Google
|
|
|
8281
8382
|
property :authorization_uri, as: 'authorizationUri'
|
|
8282
8383
|
property :client_id, as: 'clientId'
|
|
8283
8384
|
property :client_secret, as: 'clientSecret'
|
|
8385
|
+
property :pkce_verification_enabled, as: 'pkceVerificationEnabled'
|
|
8284
8386
|
collection :scopes, as: 'scopes'
|
|
8285
8387
|
property :token_uri, as: 'tokenUri'
|
|
8286
8388
|
end
|
|
@@ -9342,6 +9444,13 @@ module Google
|
|
|
9342
9444
|
end
|
|
9343
9445
|
end
|
|
9344
9446
|
|
|
9447
|
+
class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest
|
|
9448
|
+
# @private
|
|
9449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9450
|
+
property :data_store, as: 'dataStore'
|
|
9451
|
+
end
|
|
9452
|
+
end
|
|
9453
|
+
|
|
9345
9454
|
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
|
9346
9455
|
# @private
|
|
9347
9456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9636,6 +9745,8 @@ module Google
|
|
|
9636
9745
|
property :display_name, as: 'displayName'
|
|
9637
9746
|
hash :features, as: 'features'
|
|
9638
9747
|
property :industry_vertical, as: 'industryVertical'
|
|
9748
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig::Representation
|
|
9749
|
+
|
|
9639
9750
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
9640
9751
|
|
|
9641
9752
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -9685,6 +9796,28 @@ module Google
|
|
|
9685
9796
|
end
|
|
9686
9797
|
end
|
|
9687
9798
|
|
|
9799
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig
|
|
9800
|
+
# @private
|
|
9801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9802
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
9803
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
9804
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
9805
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
9806
|
+
|
|
9807
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
9808
|
+
end
|
|
9809
|
+
end
|
|
9810
|
+
|
|
9811
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig
|
|
9812
|
+
# @private
|
|
9813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9814
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
9815
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
9816
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
9817
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
9818
|
+
end
|
|
9819
|
+
end
|
|
9820
|
+
|
|
9688
9821
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
|
9689
9822
|
# @private
|
|
9690
9823
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10050,6 +10183,7 @@ module Google
|
|
|
10050
10183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10051
10184
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
10052
10185
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
10186
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
10053
10187
|
end
|
|
10054
10188
|
end
|
|
10055
10189
|
|
|
@@ -10808,6 +10942,16 @@ module Google
|
|
|
10808
10942
|
end
|
|
10809
10943
|
end
|
|
10810
10944
|
|
|
10945
|
+
class GoogleCloudDiscoveryengineV1alphaPatientFilterOperationMetadata
|
|
10946
|
+
# @private
|
|
10947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10948
|
+
property :create_time, as: 'createTime'
|
|
10949
|
+
property :filters_added_count, :numeric_string => true, as: 'filtersAddedCount'
|
|
10950
|
+
property :filters_removed_count, :numeric_string => true, as: 'filtersRemovedCount'
|
|
10951
|
+
property :update_time, as: 'updateTime'
|
|
10952
|
+
end
|
|
10953
|
+
end
|
|
10954
|
+
|
|
10811
10955
|
class GoogleCloudDiscoveryengineV1alphaPauseEngineRequest
|
|
10812
10956
|
# @private
|
|
10813
10957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11261,6 +11405,14 @@ module Google
|
|
|
11261
11405
|
end
|
|
11262
11406
|
end
|
|
11263
11407
|
|
|
11408
|
+
class GoogleCloudDiscoveryengineV1alphaRemovePatientFilterRequest
|
|
11409
|
+
# @private
|
|
11410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11411
|
+
property :data_store, as: 'dataStore'
|
|
11412
|
+
collection :filter_groups, as: 'filterGroups'
|
|
11413
|
+
end
|
|
11414
|
+
end
|
|
11415
|
+
|
|
11264
11416
|
class GoogleCloudDiscoveryengineV1alphaRemoveSuggestionRequest
|
|
11265
11417
|
# @private
|
|
11266
11418
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11279,6 +11431,14 @@ module Google
|
|
|
11279
11431
|
end
|
|
11280
11432
|
end
|
|
11281
11433
|
|
|
11434
|
+
class GoogleCloudDiscoveryengineV1alphaReplacePatientFilterRequest
|
|
11435
|
+
# @private
|
|
11436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11437
|
+
property :data_store, as: 'dataStore'
|
|
11438
|
+
collection :filter_groups, as: 'filterGroups'
|
|
11439
|
+
end
|
|
11440
|
+
end
|
|
11441
|
+
|
|
11282
11442
|
class GoogleCloudDiscoveryengineV1alphaReply
|
|
11283
11443
|
# @private
|
|
11284
11444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13393,6 +13553,8 @@ module Google
|
|
|
13393
13553
|
property :display_name, as: 'displayName'
|
|
13394
13554
|
hash :features, as: 'features'
|
|
13395
13555
|
property :industry_vertical, as: 'industryVertical'
|
|
13556
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig::Representation
|
|
13557
|
+
|
|
13396
13558
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
13397
13559
|
|
|
13398
13560
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -13438,6 +13600,28 @@ module Google
|
|
|
13438
13600
|
end
|
|
13439
13601
|
end
|
|
13440
13602
|
|
|
13603
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig
|
|
13604
|
+
# @private
|
|
13605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13606
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
13607
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
13608
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
13609
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
13610
|
+
|
|
13611
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
13612
|
+
end
|
|
13613
|
+
end
|
|
13614
|
+
|
|
13615
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig
|
|
13616
|
+
# @private
|
|
13617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13618
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
13619
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
13620
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
13621
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
13622
|
+
end
|
|
13623
|
+
end
|
|
13624
|
+
|
|
13441
13625
|
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
|
13442
13626
|
# @private
|
|
13443
13627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13532,6 +13716,7 @@ module Google
|
|
|
13532
13716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13533
13717
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
13534
13718
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
13719
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
13535
13720
|
end
|
|
13536
13721
|
end
|
|
13537
13722
|
|