google-apis-discoveryengine_v1alpha 0.89.0 → 0.91.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 +575 -43
- data/lib/google/apis/discoveryengine_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1alpha/representations.rb +184 -0
- data/lib/google/apis/discoveryengine_v1alpha/service.rb +375 -12
- 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.91.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 = "20260118"
|
|
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
|
|
|
@@ -6474,6 +6540,8 @@ module Google
|
|
|
6474
6540
|
property :display_name, as: 'displayName'
|
|
6475
6541
|
hash :features, as: 'features'
|
|
6476
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
|
+
|
|
6477
6545
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
6478
6546
|
|
|
6479
6547
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -6519,6 +6587,28 @@ module Google
|
|
|
6519
6587
|
end
|
|
6520
6588
|
end
|
|
6521
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
|
+
|
|
6522
6612
|
class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig
|
|
6523
6613
|
# @private
|
|
6524
6614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6578,6 +6668,7 @@ module Google
|
|
|
6578
6668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6579
6669
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
6580
6670
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
6671
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
6581
6672
|
end
|
|
6582
6673
|
end
|
|
6583
6674
|
|
|
@@ -7202,6 +7293,14 @@ module Google
|
|
|
7202
7293
|
end
|
|
7203
7294
|
end
|
|
7204
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
|
+
|
|
7205
7304
|
class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
|
|
7206
7305
|
# @private
|
|
7207
7306
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7406,11 +7505,13 @@ module Google
|
|
|
7406
7505
|
property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage::Representation
|
|
7407
7506
|
|
|
7408
7507
|
property :name, as: 'name'
|
|
7508
|
+
property :owner_display_name, as: 'ownerDisplayName'
|
|
7409
7509
|
property :rejection_reason, as: 'rejectionReason'
|
|
7410
7510
|
property :state, as: 'state'
|
|
7411
7511
|
collection :suggested_prompts, as: 'suggestedPrompts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt::Representation
|
|
7412
7512
|
|
|
7413
7513
|
property :suspension_reason, as: 'suspensionReason'
|
|
7514
|
+
property :update_time, as: 'updateTime'
|
|
7414
7515
|
property :user_annotations, as: 'userAnnotations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUserAnnotations::Representation
|
|
7415
7516
|
|
|
7416
7517
|
property :user_permissions, as: 'userPermissions', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions::Representation
|
|
@@ -9345,6 +9446,13 @@ module Google
|
|
|
9345
9446
|
end
|
|
9346
9447
|
end
|
|
9347
9448
|
|
|
9449
|
+
class GoogleCloudDiscoveryengineV1alphaDeletePatientFiltersRequest
|
|
9450
|
+
# @private
|
|
9451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9452
|
+
property :data_store, as: 'dataStore'
|
|
9453
|
+
end
|
|
9454
|
+
end
|
|
9455
|
+
|
|
9348
9456
|
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
|
9349
9457
|
# @private
|
|
9350
9458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9639,6 +9747,8 @@ module Google
|
|
|
9639
9747
|
property :display_name, as: 'displayName'
|
|
9640
9748
|
hash :features, as: 'features'
|
|
9641
9749
|
property :industry_vertical, as: 'industryVertical'
|
|
9750
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig::Representation
|
|
9751
|
+
|
|
9642
9752
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
9643
9753
|
|
|
9644
9754
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -9688,6 +9798,28 @@ module Google
|
|
|
9688
9798
|
end
|
|
9689
9799
|
end
|
|
9690
9800
|
|
|
9801
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfig
|
|
9802
|
+
# @private
|
|
9803
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9804
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
9805
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
9806
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
9807
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
9808
|
+
|
|
9809
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
9810
|
+
end
|
|
9811
|
+
end
|
|
9812
|
+
|
|
9813
|
+
class GoogleCloudDiscoveryengineV1alphaEngineKnowledgeGraphConfigFeatureConfig
|
|
9814
|
+
# @private
|
|
9815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9816
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
9817
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
9818
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
9819
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
9820
|
+
end
|
|
9821
|
+
end
|
|
9822
|
+
|
|
9691
9823
|
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
|
9692
9824
|
# @private
|
|
9693
9825
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10053,6 +10185,7 @@ module Google
|
|
|
10053
10185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10054
10186
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
10055
10187
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
10188
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
10056
10189
|
end
|
|
10057
10190
|
end
|
|
10058
10191
|
|
|
@@ -10811,6 +10944,16 @@ module Google
|
|
|
10811
10944
|
end
|
|
10812
10945
|
end
|
|
10813
10946
|
|
|
10947
|
+
class GoogleCloudDiscoveryengineV1alphaPatientFilterOperationMetadata
|
|
10948
|
+
# @private
|
|
10949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10950
|
+
property :create_time, as: 'createTime'
|
|
10951
|
+
property :filters_added_count, :numeric_string => true, as: 'filtersAddedCount'
|
|
10952
|
+
property :filters_removed_count, :numeric_string => true, as: 'filtersRemovedCount'
|
|
10953
|
+
property :update_time, as: 'updateTime'
|
|
10954
|
+
end
|
|
10955
|
+
end
|
|
10956
|
+
|
|
10814
10957
|
class GoogleCloudDiscoveryengineV1alphaPauseEngineRequest
|
|
10815
10958
|
# @private
|
|
10816
10959
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11264,6 +11407,14 @@ module Google
|
|
|
11264
11407
|
end
|
|
11265
11408
|
end
|
|
11266
11409
|
|
|
11410
|
+
class GoogleCloudDiscoveryengineV1alphaRemovePatientFilterRequest
|
|
11411
|
+
# @private
|
|
11412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11413
|
+
property :data_store, as: 'dataStore'
|
|
11414
|
+
collection :filter_groups, as: 'filterGroups'
|
|
11415
|
+
end
|
|
11416
|
+
end
|
|
11417
|
+
|
|
11267
11418
|
class GoogleCloudDiscoveryengineV1alphaRemoveSuggestionRequest
|
|
11268
11419
|
# @private
|
|
11269
11420
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11282,6 +11433,14 @@ module Google
|
|
|
11282
11433
|
end
|
|
11283
11434
|
end
|
|
11284
11435
|
|
|
11436
|
+
class GoogleCloudDiscoveryengineV1alphaReplacePatientFilterRequest
|
|
11437
|
+
# @private
|
|
11438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11439
|
+
property :data_store, as: 'dataStore'
|
|
11440
|
+
collection :filter_groups, as: 'filterGroups'
|
|
11441
|
+
end
|
|
11442
|
+
end
|
|
11443
|
+
|
|
11285
11444
|
class GoogleCloudDiscoveryengineV1alphaReply
|
|
11286
11445
|
# @private
|
|
11287
11446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13396,6 +13555,8 @@ module Google
|
|
|
13396
13555
|
property :display_name, as: 'displayName'
|
|
13397
13556
|
hash :features, as: 'features'
|
|
13398
13557
|
property :industry_vertical, as: 'industryVertical'
|
|
13558
|
+
property :knowledge_graph_config, as: 'knowledgeGraphConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig::Representation
|
|
13559
|
+
|
|
13399
13560
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
13400
13561
|
|
|
13401
13562
|
hash :model_configs, as: 'modelConfigs'
|
|
@@ -13441,6 +13602,28 @@ module Google
|
|
|
13441
13602
|
end
|
|
13442
13603
|
end
|
|
13443
13604
|
|
|
13605
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfig
|
|
13606
|
+
# @private
|
|
13607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13608
|
+
collection :cloud_knowledge_graph_types, as: 'cloudKnowledgeGraphTypes'
|
|
13609
|
+
property :enable_cloud_knowledge_graph, as: 'enableCloudKnowledgeGraph'
|
|
13610
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
13611
|
+
property :feature_config, as: 'featureConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig::Representation
|
|
13612
|
+
|
|
13613
|
+
collection :private_knowledge_graph_types, as: 'privateKnowledgeGraphTypes'
|
|
13614
|
+
end
|
|
13615
|
+
end
|
|
13616
|
+
|
|
13617
|
+
class GoogleCloudDiscoveryengineV1betaEngineKnowledgeGraphConfigFeatureConfig
|
|
13618
|
+
# @private
|
|
13619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13620
|
+
property :disable_private_kg_auto_complete, as: 'disablePrivateKgAutoComplete'
|
|
13621
|
+
property :disable_private_kg_enrichment, as: 'disablePrivateKgEnrichment'
|
|
13622
|
+
property :disable_private_kg_query_ui_chips, as: 'disablePrivateKgQueryUiChips'
|
|
13623
|
+
property :disable_private_kg_query_understanding, as: 'disablePrivateKgQueryUnderstanding'
|
|
13624
|
+
end
|
|
13625
|
+
end
|
|
13626
|
+
|
|
13444
13627
|
class GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig
|
|
13445
13628
|
# @private
|
|
13446
13629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13535,6 +13718,7 @@ module Google
|
|
|
13535
13718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13536
13719
|
property :enable_configurable_schema, as: 'enableConfigurableSchema'
|
|
13537
13720
|
property :enable_static_indexing_for_batch_ingestion, as: 'enableStaticIndexingForBatchIngestion'
|
|
13721
|
+
collection :initial_filter_groups, as: 'initialFilterGroups'
|
|
13538
13722
|
end
|
|
13539
13723
|
end
|
|
13540
13724
|
|