google-apis-discoveryengine_v1 0.55.0 → 0.57.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.
@@ -1672,6 +1672,12 @@ module Google
1672
1672
  include Google::Apis::Core::JsonObjectSupport
1673
1673
  end
1674
1674
 
1675
+ class GoogleCloudDiscoveryengineV1ListServingConfigsResponse
1676
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1677
+
1678
+ include Google::Apis::Core::JsonObjectSupport
1679
+ end
1680
+
1675
1681
  class GoogleCloudDiscoveryengineV1ListSessionsResponse
1676
1682
  class Representation < Google::Apis::Core::JsonRepresentation; end
1677
1683
 
@@ -1720,6 +1726,12 @@ module Google
1720
1726
  include Google::Apis::Core::JsonObjectSupport
1721
1727
  end
1722
1728
 
1729
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
1730
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1731
+
1732
+ include Google::Apis::Core::JsonObjectSupport
1733
+ end
1734
+
1723
1735
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
1724
1736
  class Representation < Google::Apis::Core::JsonRepresentation; end
1725
1737
 
@@ -2386,6 +2398,12 @@ module Google
2386
2398
  include Google::Apis::Core::JsonObjectSupport
2387
2399
  end
2388
2400
 
2401
+ class GoogleCloudDiscoveryengineV1UserStore
2402
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2403
+
2404
+ include Google::Apis::Core::JsonObjectSupport
2405
+ end
2406
+
2389
2407
  class GoogleCloudDiscoveryengineV1WorkspaceConfig
2390
2408
  class Representation < Google::Apis::Core::JsonRepresentation; end
2391
2409
 
@@ -2908,6 +2926,12 @@ module Google
2908
2926
  include Google::Apis::Core::JsonObjectSupport
2909
2927
  end
2910
2928
 
2929
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
2930
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2931
+
2932
+ include Google::Apis::Core::JsonObjectSupport
2933
+ end
2934
+
2911
2935
  class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
2912
2936
  class Representation < Google::Apis::Core::JsonRepresentation; end
2913
2937
 
@@ -2962,6 +2986,12 @@ module Google
2962
2986
  include Google::Apis::Core::JsonObjectSupport
2963
2987
  end
2964
2988
 
2989
+ class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
2990
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2991
+
2992
+ include Google::Apis::Core::JsonObjectSupport
2993
+ end
2994
+
2965
2995
  class GoogleCloudDiscoveryengineV1alphaDestinationConfig
2966
2996
  class Representation < Google::Apis::Core::JsonRepresentation; end
2967
2997
 
@@ -3334,6 +3364,12 @@ module Google
3334
3364
  include Google::Apis::Core::JsonObjectSupport
3335
3365
  end
3336
3366
 
3367
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
3368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3369
+
3370
+ include Google::Apis::Core::JsonObjectSupport
3371
+ end
3372
+
3337
3373
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
3338
3374
  class Representation < Google::Apis::Core::JsonRepresentation; end
3339
3375
 
@@ -4306,6 +4342,12 @@ module Google
4306
4342
  include Google::Apis::Core::JsonObjectSupport
4307
4343
  end
4308
4344
 
4345
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
4346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4347
+
4348
+ include Google::Apis::Core::JsonObjectSupport
4349
+ end
4350
+
4309
4351
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
4310
4352
  class Representation < Google::Apis::Core::JsonRepresentation; end
4311
4353
 
@@ -4660,6 +4702,12 @@ module Google
4660
4702
  include Google::Apis::Core::JsonObjectSupport
4661
4703
  end
4662
4704
 
4705
+ class GoogleCloudDiscoveryengineV1betaUserStore
4706
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4707
+
4708
+ include Google::Apis::Core::JsonObjectSupport
4709
+ end
4710
+
4663
4711
  class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
4664
4712
  class Representation < Google::Apis::Core::JsonRepresentation; end
4665
4713
 
@@ -6695,6 +6743,7 @@ module Google
6695
6743
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CmekConfig::Representation
6696
6744
 
6697
6745
  property :configurable_billing_approach, as: 'configurableBillingApproach'
6746
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
6698
6747
  property :content_config, as: 'contentConfig'
6699
6748
  property :create_time, as: 'createTime'
6700
6749
  property :default_schema_id, as: 'defaultSchemaId'
@@ -7583,6 +7632,15 @@ module Google
7583
7632
  end
7584
7633
  end
7585
7634
 
7635
+ class GoogleCloudDiscoveryengineV1ListServingConfigsResponse
7636
+ # @private
7637
+ class Representation < Google::Apis::Core::JsonRepresentation
7638
+ property :next_page_token, as: 'nextPageToken'
7639
+ collection :serving_configs, as: 'servingConfigs', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfig::Representation
7640
+
7641
+ end
7642
+ end
7643
+
7586
7644
  class GoogleCloudDiscoveryengineV1ListSessionsResponse
7587
7645
  # @private
7588
7646
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7653,6 +7711,8 @@ module Google
7653
7711
  class GoogleCloudDiscoveryengineV1Project
7654
7712
  # @private
7655
7713
  class Representation < Google::Apis::Core::JsonRepresentation
7714
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus::Representation
7715
+
7656
7716
  property :create_time, as: 'createTime'
7657
7717
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
7658
7718
 
@@ -7663,6 +7723,15 @@ module Google
7663
7723
  end
7664
7724
  end
7665
7725
 
7726
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
7727
+ # @private
7728
+ class Representation < Google::Apis::Core::JsonRepresentation
7729
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
7730
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
7731
+ property :start_time, as: 'startTime'
7732
+ end
7733
+ end
7734
+
7666
7735
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
7667
7736
  # @private
7668
7737
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7676,6 +7745,7 @@ module Google
7676
7745
  class Representation < Google::Apis::Core::JsonRepresentation
7677
7746
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
7678
7747
 
7748
+ property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
7679
7749
  end
7680
7750
  end
7681
7751
 
@@ -8819,6 +8889,17 @@ module Google
8819
8889
  end
8820
8890
  end
8821
8891
 
8892
+ class GoogleCloudDiscoveryengineV1UserStore
8893
+ # @private
8894
+ class Representation < Google::Apis::Core::JsonRepresentation
8895
+ property :default_license_config, as: 'defaultLicenseConfig'
8896
+ property :display_name, as: 'displayName'
8897
+ property :enable_expired_license_auto_update, as: 'enableExpiredLicenseAutoUpdate'
8898
+ property :enable_license_auto_register, as: 'enableLicenseAutoRegister'
8899
+ property :name, as: 'name'
8900
+ end
8901
+ end
8902
+
8822
8903
  class GoogleCloudDiscoveryengineV1WorkspaceConfig
8823
8904
  # @private
8824
8905
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9717,6 +9798,7 @@ module Google
9717
9798
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
9718
9799
 
9719
9800
  property :configurable_billing_approach, as: 'configurableBillingApproach'
9801
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
9720
9802
  property :content_config, as: 'contentConfig'
9721
9803
  property :create_time, as: 'createTime'
9722
9804
  property :default_schema_id, as: 'defaultSchemaId'
@@ -9779,6 +9861,14 @@ module Google
9779
9861
  end
9780
9862
  end
9781
9863
 
9864
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
9865
+ # @private
9866
+ class Representation < Google::Apis::Core::JsonRepresentation
9867
+ property :create_time, as: 'createTime'
9868
+ property :update_time, as: 'updateTime'
9869
+ end
9870
+ end
9871
+
9782
9872
  class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
9783
9873
  # @private
9784
9874
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9850,6 +9940,14 @@ module Google
9850
9940
  end
9851
9941
  end
9852
9942
 
9943
+ class GoogleCloudDiscoveryengineV1alphaDeleteUserStoreMetadata
9944
+ # @private
9945
+ class Representation < Google::Apis::Core::JsonRepresentation
9946
+ property :failure_count, :numeric_string => true, as: 'failureCount'
9947
+ property :success_count, :numeric_string => true, as: 'successCount'
9948
+ end
9949
+ end
9950
+
9853
9951
  class GoogleCloudDiscoveryengineV1alphaDestinationConfig
9854
9952
  # @private
9855
9953
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10449,6 +10547,8 @@ module Google
10449
10547
  class GoogleCloudDiscoveryengineV1alphaProject
10450
10548
  # @private
10451
10549
  class Representation < Google::Apis::Core::JsonRepresentation
10550
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus::Representation
10551
+
10452
10552
  property :create_time, as: 'createTime'
10453
10553
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
10454
10554
 
@@ -10459,6 +10559,15 @@ module Google
10459
10559
  end
10460
10560
  end
10461
10561
 
10562
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
10563
+ # @private
10564
+ class Representation < Google::Apis::Core::JsonRepresentation
10565
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
10566
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
10567
+ property :start_time, as: 'startTime'
10568
+ end
10569
+ end
10570
+
10462
10571
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
10463
10572
  # @private
10464
10573
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10472,6 +10581,7 @@ module Google
10472
10581
  class Representation < Google::Apis::Core::JsonRepresentation
10473
10582
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
10474
10583
 
10584
+ property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
10475
10585
  end
10476
10586
  end
10477
10587
 
@@ -11496,6 +11606,7 @@ module Google
11496
11606
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
11497
11607
 
11498
11608
  property :configurable_billing_approach, as: 'configurableBillingApproach'
11609
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
11499
11610
  property :content_config, as: 'contentConfig'
11500
11611
  property :create_time, as: 'createTime'
11501
11612
  property :default_schema_id, as: 'defaultSchemaId'
@@ -12070,6 +12181,8 @@ module Google
12070
12181
  class GoogleCloudDiscoveryengineV1betaProject
12071
12182
  # @private
12072
12183
  class Representation < Google::Apis::Core::JsonRepresentation
12184
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus::Representation
12185
+
12073
12186
  property :create_time, as: 'createTime'
12074
12187
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
12075
12188
 
@@ -12080,6 +12193,15 @@ module Google
12080
12193
  end
12081
12194
  end
12082
12195
 
12196
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
12197
+ # @private
12198
+ class Representation < Google::Apis::Core::JsonRepresentation
12199
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
12200
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
12201
+ property :start_time, as: 'startTime'
12202
+ end
12203
+ end
12204
+
12083
12205
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
12084
12206
  # @private
12085
12207
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12093,6 +12215,7 @@ module Google
12093
12215
  class Representation < Google::Apis::Core::JsonRepresentation
12094
12216
  property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig::Representation
12095
12217
 
12218
+ property :opt_out_notebook_sharing, as: 'optOutNotebookSharing'
12096
12219
  end
12097
12220
  end
12098
12221
 
@@ -12675,6 +12798,17 @@ module Google
12675
12798
  end
12676
12799
  end
12677
12800
 
12801
+ class GoogleCloudDiscoveryengineV1betaUserStore
12802
+ # @private
12803
+ class Representation < Google::Apis::Core::JsonRepresentation
12804
+ property :default_license_config, as: 'defaultLicenseConfig'
12805
+ property :display_name, as: 'displayName'
12806
+ property :enable_expired_license_auto_update, as: 'enableExpiredLicenseAutoUpdate'
12807
+ property :enable_license_auto_register, as: 'enableLicenseAutoRegister'
12808
+ property :name, as: 'name'
12809
+ end
12810
+ end
12811
+
12678
12812
  class GoogleCloudDiscoveryengineV1betaWorkspaceConfig
12679
12813
  # @private
12680
12814
  class Representation < Google::Apis::Core::JsonRepresentation