google-apis-discoveryengine_v1 0.56.0 → 0.58.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_v1/classes.rb +1342 -96
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +420 -0
- data/lib/google/apis/discoveryengine_v1/service.rb +513 -13
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.58.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 = "20251109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1612,6 +1612,12 @@ module Google
|
|
|
1612
1612
|
include Google::Apis::Core::JsonObjectSupport
|
|
1613
1613
|
end
|
|
1614
1614
|
|
|
1615
|
+
class GoogleCloudDiscoveryengineV1LicenseConfigUsageStats
|
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
|
+
|
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1615
1621
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
1616
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
1623
|
|
|
@@ -1666,12 +1672,24 @@ module Google
|
|
|
1666
1672
|
include Google::Apis::Core::JsonObjectSupport
|
|
1667
1673
|
end
|
|
1668
1674
|
|
|
1675
|
+
class GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse
|
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1677
|
+
|
|
1678
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1679
|
+
end
|
|
1680
|
+
|
|
1669
1681
|
class GoogleCloudDiscoveryengineV1ListSchemasResponse
|
|
1670
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1671
1683
|
|
|
1672
1684
|
include Google::Apis::Core::JsonObjectSupport
|
|
1673
1685
|
end
|
|
1674
1686
|
|
|
1687
|
+
class GoogleCloudDiscoveryengineV1ListServingConfigsResponse
|
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1689
|
+
|
|
1690
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1691
|
+
end
|
|
1692
|
+
|
|
1675
1693
|
class GoogleCloudDiscoveryengineV1ListSessionsResponse
|
|
1676
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1677
1695
|
|
|
@@ -1720,6 +1738,12 @@ module Google
|
|
|
1720
1738
|
include Google::Apis::Core::JsonObjectSupport
|
|
1721
1739
|
end
|
|
1722
1740
|
|
|
1741
|
+
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
|
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1743
|
+
|
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1745
|
+
end
|
|
1746
|
+
|
|
1723
1747
|
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
|
1724
1748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1725
1749
|
|
|
@@ -2392,6 +2416,96 @@ module Google
|
|
|
2392
2416
|
include Google::Apis::Core::JsonObjectSupport
|
|
2393
2417
|
end
|
|
2394
2418
|
|
|
2419
|
+
class GoogleCloudDiscoveryengineV1WidgetConfig
|
|
2420
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2421
|
+
|
|
2422
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2423
|
+
end
|
|
2424
|
+
|
|
2425
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings
|
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2427
|
+
|
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2429
|
+
end
|
|
2430
|
+
|
|
2431
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2443
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2445
|
+
|
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2447
|
+
end
|
|
2448
|
+
|
|
2449
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent
|
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2451
|
+
|
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2453
|
+
end
|
|
2454
|
+
|
|
2455
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig
|
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2457
|
+
|
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2459
|
+
end
|
|
2460
|
+
|
|
2461
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigFacetField
|
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2463
|
+
|
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2465
|
+
end
|
|
2466
|
+
|
|
2467
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2469
|
+
|
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2473
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut
|
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2475
|
+
|
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2477
|
+
end
|
|
2478
|
+
|
|
2479
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigImage
|
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2481
|
+
|
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2483
|
+
end
|
|
2484
|
+
|
|
2485
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2487
|
+
|
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2489
|
+
end
|
|
2490
|
+
|
|
2491
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings
|
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2493
|
+
|
|
2494
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2495
|
+
end
|
|
2496
|
+
|
|
2497
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings
|
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2499
|
+
|
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2501
|
+
end
|
|
2502
|
+
|
|
2503
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig
|
|
2504
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2505
|
+
|
|
2506
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2507
|
+
end
|
|
2508
|
+
|
|
2395
2509
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
2396
2510
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2397
2511
|
|
|
@@ -2914,6 +3028,12 @@ module Google
|
|
|
2914
3028
|
include Google::Apis::Core::JsonObjectSupport
|
|
2915
3029
|
end
|
|
2916
3030
|
|
|
3031
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
|
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3033
|
+
|
|
3034
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3035
|
+
end
|
|
3036
|
+
|
|
2917
3037
|
class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
|
|
2918
3038
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2919
3039
|
|
|
@@ -3346,6 +3466,12 @@ module Google
|
|
|
3346
3466
|
include Google::Apis::Core::JsonObjectSupport
|
|
3347
3467
|
end
|
|
3348
3468
|
|
|
3469
|
+
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
|
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3471
|
+
|
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3473
|
+
end
|
|
3474
|
+
|
|
3349
3475
|
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
|
3350
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3351
3477
|
|
|
@@ -4318,6 +4444,12 @@ module Google
|
|
|
4318
4444
|
include Google::Apis::Core::JsonObjectSupport
|
|
4319
4445
|
end
|
|
4320
4446
|
|
|
4447
|
+
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
|
|
4448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4449
|
+
|
|
4450
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4451
|
+
end
|
|
4452
|
+
|
|
4321
4453
|
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
|
4322
4454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4323
4455
|
|
|
@@ -6713,6 +6845,7 @@ module Google
|
|
|
6713
6845
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
6714
6846
|
|
|
6715
6847
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
6848
|
+
property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
|
|
6716
6849
|
property :content_config, as: 'contentConfig'
|
|
6717
6850
|
property :create_time, as: 'createTime'
|
|
6718
6851
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -6979,6 +7112,7 @@ module Google
|
|
|
6979
7112
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6980
7113
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
6981
7114
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
7115
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
6982
7116
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
6983
7117
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
6984
7118
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -7030,6 +7164,8 @@ module Google
|
|
|
7030
7164
|
|
|
7031
7165
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
|
7032
7166
|
|
|
7167
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
|
7168
|
+
|
|
7033
7169
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
|
7034
7170
|
|
|
7035
7171
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -7041,6 +7177,7 @@ module Google
|
|
|
7041
7177
|
property :industry_vertical, as: 'industryVertical'
|
|
7042
7178
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
|
|
7043
7179
|
|
|
7180
|
+
hash :model_configs, as: 'modelConfigs'
|
|
7044
7181
|
property :name, as: 'name'
|
|
7045
7182
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
|
7046
7183
|
|
|
@@ -7513,6 +7650,14 @@ module Google
|
|
|
7513
7650
|
end
|
|
7514
7651
|
end
|
|
7515
7652
|
|
|
7653
|
+
class GoogleCloudDiscoveryengineV1LicenseConfigUsageStats
|
|
7654
|
+
# @private
|
|
7655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7656
|
+
property :license_config, as: 'licenseConfig'
|
|
7657
|
+
property :used_license_count, :numeric_string => true, as: 'usedLicenseCount'
|
|
7658
|
+
end
|
|
7659
|
+
end
|
|
7660
|
+
|
|
7516
7661
|
class GoogleCloudDiscoveryengineV1ListCmekConfigsResponse
|
|
7517
7662
|
# @private
|
|
7518
7663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7592,6 +7737,14 @@ module Google
|
|
|
7592
7737
|
end
|
|
7593
7738
|
end
|
|
7594
7739
|
|
|
7740
|
+
class GoogleCloudDiscoveryengineV1ListLicenseConfigsUsageStatsResponse
|
|
7741
|
+
# @private
|
|
7742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7743
|
+
collection :license_config_usage_stats, as: 'licenseConfigUsageStats', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1LicenseConfigUsageStats, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1LicenseConfigUsageStats::Representation
|
|
7744
|
+
|
|
7745
|
+
end
|
|
7746
|
+
end
|
|
7747
|
+
|
|
7595
7748
|
class GoogleCloudDiscoveryengineV1ListSchemasResponse
|
|
7596
7749
|
# @private
|
|
7597
7750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7601,6 +7754,15 @@ module Google
|
|
|
7601
7754
|
end
|
|
7602
7755
|
end
|
|
7603
7756
|
|
|
7757
|
+
class GoogleCloudDiscoveryengineV1ListServingConfigsResponse
|
|
7758
|
+
# @private
|
|
7759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7760
|
+
property :next_page_token, as: 'nextPageToken'
|
|
7761
|
+
collection :serving_configs, as: 'servingConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfig::Representation
|
|
7762
|
+
|
|
7763
|
+
end
|
|
7764
|
+
end
|
|
7765
|
+
|
|
7604
7766
|
class GoogleCloudDiscoveryengineV1ListSessionsResponse
|
|
7605
7767
|
# @private
|
|
7606
7768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7671,6 +7833,8 @@ module Google
|
|
|
7671
7833
|
class GoogleCloudDiscoveryengineV1Project
|
|
7672
7834
|
# @private
|
|
7673
7835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7836
|
+
property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus::Representation
|
|
7837
|
+
|
|
7674
7838
|
property :create_time, as: 'createTime'
|
|
7675
7839
|
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
|
|
7676
7840
|
|
|
@@ -7681,6 +7845,15 @@ module Google
|
|
|
7681
7845
|
end
|
|
7682
7846
|
end
|
|
7683
7847
|
|
|
7848
|
+
class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
|
|
7849
|
+
# @private
|
|
7850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7851
|
+
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
7852
|
+
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
7853
|
+
property :start_time, as: 'startTime'
|
|
7854
|
+
end
|
|
7855
|
+
end
|
|
7856
|
+
|
|
7684
7857
|
class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
|
|
7685
7858
|
# @private
|
|
7686
7859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8849,6 +9022,213 @@ module Google
|
|
|
8849
9022
|
end
|
|
8850
9023
|
end
|
|
8851
9024
|
|
|
9025
|
+
class GoogleCloudDiscoveryengineV1WidgetConfig
|
|
9026
|
+
# @private
|
|
9027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9028
|
+
property :access_settings, as: 'accessSettings', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings::Representation
|
|
9029
|
+
|
|
9030
|
+
property :allow_public_access, as: 'allowPublicAccess'
|
|
9031
|
+
collection :allowlisted_domains, as: 'allowlistedDomains'
|
|
9032
|
+
property :assistant_settings, as: 'assistantSettings', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings::Representation
|
|
9033
|
+
|
|
9034
|
+
collection :collection_components, as: 'collectionComponents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent::Representation
|
|
9035
|
+
|
|
9036
|
+
property :config_id, as: 'configId'
|
|
9037
|
+
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
|
9038
|
+
|
|
9039
|
+
property :create_time, as: 'createTime'
|
|
9040
|
+
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig::Representation
|
|
9041
|
+
|
|
9042
|
+
property :data_store_type, as: 'dataStoreType'
|
|
9043
|
+
collection :data_store_ui_configs, as: 'dataStoreUiConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig::Representation
|
|
9044
|
+
|
|
9045
|
+
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
|
9046
|
+
property :display_name, as: 'displayName'
|
|
9047
|
+
property :enable_autocomplete, as: 'enableAutocomplete'
|
|
9048
|
+
property :enable_conversational_search, as: 'enableConversationalSearch'
|
|
9049
|
+
property :enable_private_knowledge_graph, as: 'enablePrivateKnowledgeGraph'
|
|
9050
|
+
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
|
9051
|
+
property :enable_result_score, as: 'enableResultScore'
|
|
9052
|
+
property :enable_safe_search, as: 'enableSafeSearch'
|
|
9053
|
+
property :enable_search_as_you_type, as: 'enableSearchAsYouType'
|
|
9054
|
+
property :enable_snippet_result_summary, as: 'enableSnippetResultSummary'
|
|
9055
|
+
property :enable_summarization, as: 'enableSummarization'
|
|
9056
|
+
property :enable_web_app, as: 'enableWebApp'
|
|
9057
|
+
collection :facet_field, as: 'facetField', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField::Representation
|
|
9058
|
+
|
|
9059
|
+
hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField::Representation
|
|
9060
|
+
|
|
9061
|
+
property :gemini_bundle, as: 'geminiBundle'
|
|
9062
|
+
property :homepage_setting, as: 'homepageSetting', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting::Representation
|
|
9063
|
+
|
|
9064
|
+
property :industry_vertical, as: 'industryVertical'
|
|
9065
|
+
property :llm_enabled, as: 'llmEnabled'
|
|
9066
|
+
property :minimum_data_term_accepted, as: 'minimumDataTermAccepted'
|
|
9067
|
+
property :name, as: 'name'
|
|
9068
|
+
property :result_display_type, as: 'resultDisplayType'
|
|
9069
|
+
property :solution_type, as: 'solutionType'
|
|
9070
|
+
property :ui_branding, as: 'uiBranding', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings::Representation
|
|
9071
|
+
|
|
9072
|
+
property :ui_settings, as: 'uiSettings', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettings, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettings::Representation
|
|
9073
|
+
|
|
9074
|
+
property :update_time, as: 'updateTime'
|
|
9075
|
+
end
|
|
9076
|
+
end
|
|
9077
|
+
|
|
9078
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAccessSettings
|
|
9079
|
+
# @private
|
|
9080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9081
|
+
property :allow_public_access, as: 'allowPublicAccess'
|
|
9082
|
+
collection :allowlisted_domains, as: 'allowlistedDomains'
|
|
9083
|
+
property :enable_web_app, as: 'enableWebApp'
|
|
9084
|
+
property :language_code, as: 'languageCode'
|
|
9085
|
+
property :workforce_identity_pool_provider, as: 'workforceIdentityPoolProvider'
|
|
9086
|
+
end
|
|
9087
|
+
end
|
|
9088
|
+
|
|
9089
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigAssistantSettings
|
|
9090
|
+
# @private
|
|
9091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9092
|
+
property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
|
|
9093
|
+
property :disable_location_context, as: 'disableLocationContext'
|
|
9094
|
+
property :google_search_grounding_enabled, as: 'googleSearchGroundingEnabled'
|
|
9095
|
+
property :web_grounding_type, as: 'webGroundingType'
|
|
9096
|
+
end
|
|
9097
|
+
end
|
|
9098
|
+
|
|
9099
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCollectionComponent
|
|
9100
|
+
# @private
|
|
9101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9102
|
+
property :connector_icon_link, as: 'connectorIconLink'
|
|
9103
|
+
property :data_source, as: 'dataSource'
|
|
9104
|
+
property :data_source_display_name, as: 'dataSourceDisplayName'
|
|
9105
|
+
collection :data_store_components, as: 'dataStoreComponents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent::Representation
|
|
9106
|
+
|
|
9107
|
+
property :display_name, as: 'displayName'
|
|
9108
|
+
property :id, as: 'id'
|
|
9109
|
+
property :name, as: 'name'
|
|
9110
|
+
end
|
|
9111
|
+
end
|
|
9112
|
+
|
|
9113
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigCustomerProvidedConfig
|
|
9114
|
+
# @private
|
|
9115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9116
|
+
property :customer_type, as: 'customerType'
|
|
9117
|
+
end
|
|
9118
|
+
end
|
|
9119
|
+
|
|
9120
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent
|
|
9121
|
+
# @private
|
|
9122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9123
|
+
property :data_store_config_type, as: 'dataStoreConfigType'
|
|
9124
|
+
property :display_name, as: 'displayName'
|
|
9125
|
+
property :entity_name, as: 'entityName'
|
|
9126
|
+
property :id, as: 'id'
|
|
9127
|
+
property :name, as: 'name'
|
|
9128
|
+
end
|
|
9129
|
+
end
|
|
9130
|
+
|
|
9131
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig
|
|
9132
|
+
# @private
|
|
9133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9134
|
+
collection :facet_field, as: 'facetField', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigFacetField::Representation
|
|
9135
|
+
|
|
9136
|
+
hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField::Representation
|
|
9137
|
+
|
|
9138
|
+
property :id, as: 'id'
|
|
9139
|
+
property :name, as: 'name'
|
|
9140
|
+
end
|
|
9141
|
+
end
|
|
9142
|
+
|
|
9143
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigFacetField
|
|
9144
|
+
# @private
|
|
9145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9146
|
+
property :display_name, as: 'displayName'
|
|
9147
|
+
property :field, as: 'field'
|
|
9148
|
+
end
|
|
9149
|
+
end
|
|
9150
|
+
|
|
9151
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSetting
|
|
9152
|
+
# @private
|
|
9153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9154
|
+
collection :shortcuts, as: 'shortcuts', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut::Representation
|
|
9155
|
+
|
|
9156
|
+
end
|
|
9157
|
+
end
|
|
9158
|
+
|
|
9159
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigHomepageSettingShortcut
|
|
9160
|
+
# @private
|
|
9161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9162
|
+
property :destination_uri, as: 'destinationUri'
|
|
9163
|
+
property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage::Representation
|
|
9164
|
+
|
|
9165
|
+
property :title, as: 'title'
|
|
9166
|
+
end
|
|
9167
|
+
end
|
|
9168
|
+
|
|
9169
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigImage
|
|
9170
|
+
# @private
|
|
9171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9172
|
+
property :url, as: 'url'
|
|
9173
|
+
end
|
|
9174
|
+
end
|
|
9175
|
+
|
|
9176
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiComponentField
|
|
9177
|
+
# @private
|
|
9178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9179
|
+
collection :device_visibility, as: 'deviceVisibility'
|
|
9180
|
+
property :display_template, as: 'displayTemplate'
|
|
9181
|
+
property :field, as: 'field'
|
|
9182
|
+
end
|
|
9183
|
+
end
|
|
9184
|
+
|
|
9185
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiBrandingSettings
|
|
9186
|
+
# @private
|
|
9187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9188
|
+
property :logo, as: 'logo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigImage::Representation
|
|
9189
|
+
|
|
9190
|
+
end
|
|
9191
|
+
end
|
|
9192
|
+
|
|
9193
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings
|
|
9194
|
+
# @private
|
|
9195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9196
|
+
collection :data_store_ui_configs, as: 'dataStoreUiConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig::Representation
|
|
9197
|
+
|
|
9198
|
+
property :default_search_request_order_by, as: 'defaultSearchRequestOrderBy'
|
|
9199
|
+
property :disable_user_events_collection, as: 'disableUserEventsCollection'
|
|
9200
|
+
property :enable_autocomplete, as: 'enableAutocomplete'
|
|
9201
|
+
property :enable_create_agent_button, as: 'enableCreateAgentButton'
|
|
9202
|
+
property :enable_people_search, as: 'enablePeopleSearch'
|
|
9203
|
+
property :enable_quality_feedback, as: 'enableQualityFeedback'
|
|
9204
|
+
property :enable_safe_search, as: 'enableSafeSearch'
|
|
9205
|
+
property :enable_search_as_you_type, as: 'enableSearchAsYouType'
|
|
9206
|
+
property :enable_visual_content_summary, as: 'enableVisualContentSummary'
|
|
9207
|
+
hash :features, as: 'features'
|
|
9208
|
+
property :generative_answer_config, as: 'generativeAnswerConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig::Representation
|
|
9209
|
+
|
|
9210
|
+
property :interaction_type, as: 'interactionType'
|
|
9211
|
+
hash :model_configs, as: 'modelConfigs'
|
|
9212
|
+
property :result_description_type, as: 'resultDescriptionType'
|
|
9213
|
+
end
|
|
9214
|
+
end
|
|
9215
|
+
|
|
9216
|
+
class GoogleCloudDiscoveryengineV1WidgetConfigUiSettingsGenerativeAnswerConfig
|
|
9217
|
+
# @private
|
|
9218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9219
|
+
property :disable_related_questions, as: 'disableRelatedQuestions'
|
|
9220
|
+
property :ignore_adversarial_query, as: 'ignoreAdversarialQuery'
|
|
9221
|
+
property :ignore_low_relevant_content, as: 'ignoreLowRelevantContent'
|
|
9222
|
+
property :ignore_non_answer_seeking_query, as: 'ignoreNonAnswerSeekingQuery'
|
|
9223
|
+
property :image_source, as: 'imageSource'
|
|
9224
|
+
property :language_code, as: 'languageCode'
|
|
9225
|
+
property :max_rephrase_steps, as: 'maxRephraseSteps'
|
|
9226
|
+
property :model_prompt_preamble, as: 'modelPromptPreamble'
|
|
9227
|
+
property :model_version, as: 'modelVersion'
|
|
9228
|
+
property :result_count, as: 'resultCount'
|
|
9229
|
+
end
|
|
9230
|
+
end
|
|
9231
|
+
|
|
8852
9232
|
class GoogleCloudDiscoveryengineV1WorkspaceConfig
|
|
8853
9233
|
# @private
|
|
8854
9234
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9747,6 +10127,7 @@ module Google
|
|
|
9747
10127
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
9748
10128
|
|
|
9749
10129
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
10130
|
+
property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
|
|
9750
10131
|
property :content_config, as: 'contentConfig'
|
|
9751
10132
|
property :create_time, as: 'createTime'
|
|
9752
10133
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -9809,6 +10190,14 @@ module Google
|
|
|
9809
10190
|
end
|
|
9810
10191
|
end
|
|
9811
10192
|
|
|
10193
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
|
|
10194
|
+
# @private
|
|
10195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10196
|
+
property :create_time, as: 'createTime'
|
|
10197
|
+
property :update_time, as: 'updateTime'
|
|
10198
|
+
end
|
|
10199
|
+
end
|
|
10200
|
+
|
|
9812
10201
|
class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
|
|
9813
10202
|
# @private
|
|
9814
10203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9973,6 +10362,7 @@ module Google
|
|
|
9973
10362
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9974
10363
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
9975
10364
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
10365
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
9976
10366
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
9977
10367
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
9978
10368
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -10011,6 +10401,8 @@ module Google
|
|
|
10011
10401
|
|
|
10012
10402
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
|
|
10013
10403
|
|
|
10404
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
|
10405
|
+
|
|
10014
10406
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
|
|
10015
10407
|
|
|
10016
10408
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -10022,6 +10414,7 @@ module Google
|
|
|
10022
10414
|
property :industry_vertical, as: 'industryVertical'
|
|
10023
10415
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
|
|
10024
10416
|
|
|
10417
|
+
hash :model_configs, as: 'modelConfigs'
|
|
10025
10418
|
property :name, as: 'name'
|
|
10026
10419
|
property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
|
|
10027
10420
|
|
|
@@ -10487,6 +10880,8 @@ module Google
|
|
|
10487
10880
|
class GoogleCloudDiscoveryengineV1alphaProject
|
|
10488
10881
|
# @private
|
|
10489
10882
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10883
|
+
property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus::Representation
|
|
10884
|
+
|
|
10490
10885
|
property :create_time, as: 'createTime'
|
|
10491
10886
|
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
|
|
10492
10887
|
|
|
@@ -10497,6 +10892,15 @@ module Google
|
|
|
10497
10892
|
end
|
|
10498
10893
|
end
|
|
10499
10894
|
|
|
10895
|
+
class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
|
|
10896
|
+
# @private
|
|
10897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10898
|
+
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
10899
|
+
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
10900
|
+
property :start_time, as: 'startTime'
|
|
10901
|
+
end
|
|
10902
|
+
end
|
|
10903
|
+
|
|
10500
10904
|
class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
|
|
10501
10905
|
# @private
|
|
10502
10906
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11535,6 +11939,7 @@ module Google
|
|
|
11535
11939
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
11536
11940
|
|
|
11537
11941
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
11942
|
+
property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
|
|
11538
11943
|
property :content_config, as: 'contentConfig'
|
|
11539
11944
|
property :create_time, as: 'createTime'
|
|
11540
11945
|
property :default_schema_id, as: 'defaultSchemaId'
|
|
@@ -11709,6 +12114,7 @@ module Google
|
|
|
11709
12114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11710
12115
|
property :enable_get_processed_document, as: 'enableGetProcessedDocument'
|
|
11711
12116
|
property :enable_image_annotation, as: 'enableImageAnnotation'
|
|
12117
|
+
property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
|
|
11712
12118
|
property :enable_table_annotation, as: 'enableTableAnnotation'
|
|
11713
12119
|
collection :exclude_html_classes, as: 'excludeHtmlClasses'
|
|
11714
12120
|
collection :exclude_html_elements, as: 'excludeHtmlElements'
|
|
@@ -11747,6 +12153,8 @@ module Google
|
|
|
11747
12153
|
|
|
11748
12154
|
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
|
11749
12155
|
|
|
12156
|
+
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
|
12157
|
+
|
|
11750
12158
|
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
|
11751
12159
|
|
|
11752
12160
|
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
|
@@ -11758,6 +12166,7 @@ module Google
|
|
|
11758
12166
|
property :industry_vertical, as: 'industryVertical'
|
|
11759
12167
|
property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
|
|
11760
12168
|
|
|
12169
|
+
hash :model_configs, as: 'modelConfigs'
|
|
11761
12170
|
property :name, as: 'name'
|
|
11762
12171
|
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
|
11763
12172
|
|
|
@@ -12109,6 +12518,8 @@ module Google
|
|
|
12109
12518
|
class GoogleCloudDiscoveryengineV1betaProject
|
|
12110
12519
|
# @private
|
|
12111
12520
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12521
|
+
property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus::Representation
|
|
12522
|
+
|
|
12112
12523
|
property :create_time, as: 'createTime'
|
|
12113
12524
|
property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
|
|
12114
12525
|
|
|
@@ -12119,6 +12530,15 @@ module Google
|
|
|
12119
12530
|
end
|
|
12120
12531
|
end
|
|
12121
12532
|
|
|
12533
|
+
class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
|
|
12534
|
+
# @private
|
|
12535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12536
|
+
property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
|
|
12537
|
+
property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
|
|
12538
|
+
property :start_time, as: 'startTime'
|
|
12539
|
+
end
|
|
12540
|
+
end
|
|
12541
|
+
|
|
12122
12542
|
class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
|
|
12123
12543
|
# @private
|
|
12124
12544
|
class Representation < Google::Apis::Core::JsonRepresentation
|