google-apis-discoveryengine_v1alpha 0.81.0 → 0.82.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.
@@ -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.81.0"
19
+ GEM_VERSION = "0.82.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 = "20251023"
25
+ REVISION = "20251030"
26
26
  end
27
27
  end
28
28
  end
@@ -784,6 +784,12 @@ module Google
784
784
  include Google::Apis::Core::JsonObjectSupport
785
785
  end
786
786
 
787
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
787
793
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
788
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
795
 
@@ -1018,6 +1024,12 @@ module Google
1018
1024
  include Google::Apis::Core::JsonObjectSupport
1019
1025
  end
1020
1026
 
1027
+ class GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1021
1033
  class GoogleCloudDiscoveryengineV1alphaAclConfig
1022
1034
  class Representation < Google::Apis::Core::JsonRepresentation; end
1023
1035
 
@@ -1042,6 +1054,18 @@ module Google
1042
1054
  include Google::Apis::Core::JsonObjectSupport
1043
1055
  end
1044
1056
 
1057
+ class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1045
1069
  class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest
1046
1070
  class Representation < Google::Apis::Core::JsonRepresentation; end
1047
1071
 
@@ -1102,6 +1126,30 @@ module Google
1102
1126
  include Google::Apis::Core::JsonObjectSupport
1103
1127
  end
1104
1128
 
1129
+ class GoogleCloudDiscoveryengineV1alphaAgent
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class GoogleCloudDiscoveryengineV1alphaAgentFile
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1141
+ class GoogleCloudDiscoveryengineV1alphaAgentImage
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ class GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1105
1153
  class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
1106
1154
  class Representation < Google::Apis::Core::JsonRepresentation; end
1107
1155
 
@@ -1588,6 +1636,24 @@ module Google
1588
1636
  include Google::Apis::Core::JsonObjectSupport
1589
1637
  end
1590
1638
 
1639
+ class GoogleCloudDiscoveryengineV1alphaAuthorization
1640
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1641
+
1642
+ include Google::Apis::Core::JsonObjectSupport
1643
+ end
1644
+
1645
+ class GoogleCloudDiscoveryengineV1alphaAuthorizationConfig
1646
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1647
+
1648
+ include Google::Apis::Core::JsonObjectSupport
1649
+ end
1650
+
1651
+ class GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2
1652
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1653
+
1654
+ include Google::Apis::Core::JsonObjectSupport
1655
+ end
1656
+
1591
1657
  class GoogleCloudDiscoveryengineV1alphaBapConfig
1592
1658
  class Representation < Google::Apis::Core::JsonRepresentation; end
1593
1659
 
@@ -1696,6 +1762,12 @@ module Google
1696
1762
  include Google::Apis::Core::JsonObjectSupport
1697
1763
  end
1698
1764
 
1765
+ class GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig
1766
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1767
+
1768
+ include Google::Apis::Core::JsonObjectSupport
1769
+ end
1770
+
1699
1771
  class GoogleCloudDiscoveryengineV1alphaBranch
1700
1772
  class Representation < Google::Apis::Core::JsonRepresentation; end
1701
1773
 
@@ -2140,6 +2212,12 @@ module Google
2140
2212
  include Google::Apis::Core::JsonObjectSupport
2141
2213
  end
2142
2214
 
2215
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
2216
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2217
+
2218
+ include Google::Apis::Core::JsonObjectSupport
2219
+ end
2220
+
2143
2221
  class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
2144
2222
  class Representation < Google::Apis::Core::JsonRepresentation; end
2145
2223
 
@@ -2212,6 +2290,12 @@ module Google
2212
2290
  include Google::Apis::Core::JsonObjectSupport
2213
2291
  end
2214
2292
 
2293
+ class GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition
2294
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2295
+
2296
+ include Google::Apis::Core::JsonObjectSupport
2297
+ end
2298
+
2215
2299
  class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
2216
2300
  class Representation < Google::Apis::Core::JsonRepresentation; end
2217
2301
 
@@ -2644,6 +2728,18 @@ module Google
2644
2728
  include Google::Apis::Core::JsonObjectSupport
2645
2729
  end
2646
2730
 
2731
+ class GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest
2732
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2733
+
2734
+ include Google::Apis::Core::JsonObjectSupport
2735
+ end
2736
+
2737
+ class GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse
2738
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2739
+
2740
+ include Google::Apis::Core::JsonObjectSupport
2741
+ end
2742
+
2647
2743
  class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
2648
2744
  class Representation < Google::Apis::Core::JsonRepresentation; end
2649
2745
 
@@ -2806,6 +2902,24 @@ module Google
2806
2902
  include Google::Apis::Core::JsonObjectSupport
2807
2903
  end
2808
2904
 
2905
+ class GoogleCloudDiscoveryengineV1alphaListAgentsResponse
2906
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2907
+
2908
+ include Google::Apis::Core::JsonObjectSupport
2909
+ end
2910
+
2911
+ class GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse
2912
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2913
+
2914
+ include Google::Apis::Core::JsonObjectSupport
2915
+ end
2916
+
2917
+ class GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse
2918
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2919
+
2920
+ include Google::Apis::Core::JsonObjectSupport
2921
+ end
2922
+
2809
2923
  class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
2810
2924
  class Representation < Google::Apis::Core::JsonRepresentation; end
2811
2925
 
@@ -3034,6 +3148,12 @@ module Google
3034
3148
  include Google::Apis::Core::JsonObjectSupport
3035
3149
  end
3036
3150
 
3151
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
3152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3153
+
3154
+ include Google::Apis::Core::JsonObjectSupport
3155
+ end
3156
+
3037
3157
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
3038
3158
  class Representation < Google::Apis::Core::JsonRepresentation; end
3039
3159
 
@@ -4036,6 +4156,18 @@ module Google
4036
4156
  include Google::Apis::Core::JsonObjectSupport
4037
4157
  end
4038
4158
 
4159
+ class GoogleCloudDiscoveryengineV1alphaUploadAgentFileRequest
4160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4161
+
4162
+ include Google::Apis::Core::JsonObjectSupport
4163
+ end
4164
+
4165
+ class GoogleCloudDiscoveryengineV1alphaUploadAgentFileResponse
4166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4167
+
4168
+ include Google::Apis::Core::JsonObjectSupport
4169
+ end
4170
+
4039
4171
  class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
4040
4172
  class Representation < Google::Apis::Core::JsonRepresentation; end
4041
4173
 
@@ -4168,6 +4300,12 @@ module Google
4168
4300
  include Google::Apis::Core::JsonObjectSupport
4169
4301
  end
4170
4302
 
4303
+ class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec
4304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4305
+
4306
+ include Google::Apis::Core::JsonObjectSupport
4307
+ end
4308
+
4171
4309
  class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig
4172
4310
  class Representation < Google::Apis::Core::JsonRepresentation; end
4173
4311
 
@@ -4678,6 +4816,12 @@ module Google
4678
4816
  include Google::Apis::Core::JsonObjectSupport
4679
4817
  end
4680
4818
 
4819
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
4820
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4821
+
4822
+ include Google::Apis::Core::JsonObjectSupport
4823
+ end
4824
+
4681
4825
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
4682
4826
  class Representation < Google::Apis::Core::JsonRepresentation; end
4683
4827
 
@@ -6251,6 +6395,7 @@ module Google
6251
6395
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CmekConfig::Representation
6252
6396
 
6253
6397
  property :configurable_billing_approach, as: 'configurableBillingApproach'
6398
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
6254
6399
  property :content_config, as: 'contentConfig'
6255
6400
  property :create_time, as: 'createTime'
6256
6401
  property :default_schema_id, as: 'defaultSchemaId'
@@ -6745,6 +6890,8 @@ module Google
6745
6890
  class GoogleCloudDiscoveryengineV1Project
6746
6891
  # @private
6747
6892
  class Representation < Google::Apis::Core::JsonRepresentation
6893
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus::Representation
6894
+
6748
6895
  property :create_time, as: 'createTime'
6749
6896
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
6750
6897
 
@@ -6755,6 +6902,15 @@ module Google
6755
6902
  end
6756
6903
  end
6757
6904
 
6905
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
6906
+ # @private
6907
+ class Representation < Google::Apis::Core::JsonRepresentation
6908
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
6909
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
6910
+ property :start_time, as: 'startTime'
6911
+ end
6912
+ end
6913
+
6758
6914
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
6759
6915
  # @private
6760
6916
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7145,6 +7301,13 @@ module Google
7145
7301
  end
7146
7302
  end
7147
7303
 
7304
+ class GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition
7305
+ # @private
7306
+ class Representation < Google::Apis::Core::JsonRepresentation
7307
+ property :json_agent_card, as: 'jsonAgentCard'
7308
+ end
7309
+ end
7310
+
7148
7311
  class GoogleCloudDiscoveryengineV1alphaAclConfig
7149
7312
  # @private
7150
7313
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7180,6 +7343,21 @@ module Google
7180
7343
  end
7181
7344
  end
7182
7345
 
7346
+ class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition
7347
+ # @private
7348
+ class Representation < Google::Apis::Core::JsonRepresentation
7349
+ property :provisioned_reasoning_engine, as: 'provisionedReasoningEngine', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine::Representation
7350
+
7351
+ end
7352
+ end
7353
+
7354
+ class GoogleCloudDiscoveryengineV1alphaAdkAgentDefinitionProvisionedReasoningEngine
7355
+ # @private
7356
+ class Representation < Google::Apis::Core::JsonRepresentation
7357
+ property :reasoning_engine, as: 'reasoningEngine'
7358
+ end
7359
+ end
7360
+
7183
7361
  class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryRequest
7184
7362
  # @private
7185
7363
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7292,6 +7470,59 @@ module Google
7292
7470
  end
7293
7471
  end
7294
7472
 
7473
+ class GoogleCloudDiscoveryengineV1alphaAgent
7474
+ # @private
7475
+ class Representation < Google::Apis::Core::JsonRepresentation
7476
+ property :a2a_agent_definition, as: 'a2aAgentDefinition', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaA2AAgentDefinition::Representation
7477
+
7478
+ property :adk_agent_definition, as: 'adkAgentDefinition', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAdkAgentDefinition::Representation
7479
+
7480
+ property :authorization_config, as: 'authorizationConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAuthorizationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAuthorizationConfig::Representation
7481
+
7482
+ property :create_time, as: 'createTime'
7483
+ property :custom_placeholder_text, as: 'customPlaceholderText'
7484
+ property :deployment_failure_reason, as: 'deploymentFailureReason'
7485
+ property :description, as: 'description'
7486
+ property :dialogflow_agent_definition, as: 'dialogflowAgentDefinition', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition::Representation
7487
+
7488
+ property :display_name, as: 'displayName'
7489
+ property :icon, as: 'icon', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentImage::Representation
7490
+
7491
+ property :language_code, as: 'languageCode'
7492
+ property :name, as: 'name'
7493
+ property :rejection_reason, as: 'rejectionReason'
7494
+ collection :starter_prompts, as: 'starterPrompts', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt::Representation
7495
+
7496
+ property :state, as: 'state'
7497
+ property :suspension_reason, as: 'suspensionReason'
7498
+ property :update_time, as: 'updateTime'
7499
+ end
7500
+ end
7501
+
7502
+ class GoogleCloudDiscoveryengineV1alphaAgentFile
7503
+ # @private
7504
+ class Representation < Google::Apis::Core::JsonRepresentation
7505
+ property :file_name, as: 'fileName'
7506
+ property :mime_type, as: 'mimeType'
7507
+ property :name, as: 'name'
7508
+ end
7509
+ end
7510
+
7511
+ class GoogleCloudDiscoveryengineV1alphaAgentImage
7512
+ # @private
7513
+ class Representation < Google::Apis::Core::JsonRepresentation
7514
+ property :content, as: 'content'
7515
+ property :uri, as: 'uri'
7516
+ end
7517
+ end
7518
+
7519
+ class GoogleCloudDiscoveryengineV1alphaAgentStarterPrompt
7520
+ # @private
7521
+ class Representation < Google::Apis::Core::JsonRepresentation
7522
+ property :text, as: 'text'
7523
+ end
7524
+ end
7525
+
7295
7526
  class GoogleCloudDiscoveryengineV1alphaAlertPolicyConfig
7296
7527
  # @private
7297
7528
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8107,6 +8338,35 @@ module Google
8107
8338
  end
8108
8339
  end
8109
8340
 
8341
+ class GoogleCloudDiscoveryengineV1alphaAuthorization
8342
+ # @private
8343
+ class Representation < Google::Apis::Core::JsonRepresentation
8344
+ property :display_name, as: 'displayName'
8345
+ property :name, as: 'name'
8346
+ property :server_side_oauth2, as: 'serverSideOauth2', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2::Representation
8347
+
8348
+ end
8349
+ end
8350
+
8351
+ class GoogleCloudDiscoveryengineV1alphaAuthorizationConfig
8352
+ # @private
8353
+ class Representation < Google::Apis::Core::JsonRepresentation
8354
+ property :agent_authorization, as: 'agentAuthorization'
8355
+ collection :tool_authorizations, as: 'toolAuthorizations'
8356
+ end
8357
+ end
8358
+
8359
+ class GoogleCloudDiscoveryengineV1alphaAuthorizationServerSideOAuth2
8360
+ # @private
8361
+ class Representation < Google::Apis::Core::JsonRepresentation
8362
+ property :authorization_uri, as: 'authorizationUri'
8363
+ property :client_id, as: 'clientId'
8364
+ property :client_secret, as: 'clientSecret'
8365
+ collection :scopes, as: 'scopes'
8366
+ property :token_uri, as: 'tokenUri'
8367
+ end
8368
+ end
8369
+
8110
8370
  class GoogleCloudDiscoveryengineV1alphaBapConfig
8111
8371
  # @private
8112
8372
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8272,6 +8532,27 @@ module Google
8272
8532
  end
8273
8533
  end
8274
8534
 
8535
+ class GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig
8536
+ # @private
8537
+ class Representation < Google::Apis::Core::JsonRepresentation
8538
+ property :auto_renew, as: 'autoRenew'
8539
+ property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
8540
+
8541
+ property :gemini_bundle, as: 'geminiBundle'
8542
+ hash :license_config_distributions, as: 'licenseConfigDistributions'
8543
+ property :license_count, :numeric_string => true, as: 'licenseCount'
8544
+ property :name, as: 'name'
8545
+ property :procurement_entitlement_id, as: 'procurementEntitlementId'
8546
+ property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleTypeDate::Representation
8547
+
8548
+ property :state, as: 'state'
8549
+ property :subscription_display_name, as: 'subscriptionDisplayName'
8550
+ property :subscription_name, as: 'subscriptionName'
8551
+ property :subscription_term, as: 'subscriptionTerm'
8552
+ property :subscription_tier, as: 'subscriptionTier'
8553
+ end
8554
+ end
8555
+
8275
8556
  class GoogleCloudDiscoveryengineV1alphaBranch
8276
8557
  # @private
8277
8558
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9059,6 +9340,7 @@ module Google
9059
9340
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
9060
9341
 
9061
9342
  property :configurable_billing_approach, as: 'configurableBillingApproach'
9343
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
9062
9344
  property :content_config, as: 'contentConfig'
9063
9345
  property :create_time, as: 'createTime'
9064
9346
  property :default_schema_id, as: 'defaultSchemaId'
@@ -9121,6 +9403,14 @@ module Google
9121
9403
  end
9122
9404
  end
9123
9405
 
9406
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
9407
+ # @private
9408
+ class Representation < Google::Apis::Core::JsonRepresentation
9409
+ property :create_time, as: 'createTime'
9410
+ property :update_time, as: 'updateTime'
9411
+ end
9412
+ end
9413
+
9124
9414
  class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
9125
9415
  # @private
9126
9416
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9219,6 +9509,13 @@ module Google
9219
9509
  end
9220
9510
  end
9221
9511
 
9512
+ class GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition
9513
+ # @private
9514
+ class Representation < Google::Apis::Core::JsonRepresentation
9515
+ property :dialogflow_agent, as: 'dialogflowAgent'
9516
+ end
9517
+ end
9518
+
9222
9519
  class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
9223
9520
  # @private
9224
9521
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9917,6 +10214,22 @@ module Google
9917
10214
  end
9918
10215
  end
9919
10216
 
10217
+ class GoogleCloudDiscoveryengineV1alphaImportAgentFileRequest
10218
+ # @private
10219
+ class Representation < Google::Apis::Core::JsonRepresentation
10220
+ property :file_name, as: 'fileName'
10221
+ property :mime_type, as: 'mimeType'
10222
+ end
10223
+ end
10224
+
10225
+ class GoogleCloudDiscoveryengineV1alphaImportAgentFileResponse
10226
+ # @private
10227
+ class Representation < Google::Apis::Core::JsonRepresentation
10228
+ property :agent_file, as: 'agentFile', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentFile, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentFile::Representation
10229
+
10230
+ end
10231
+ end
10232
+
9920
10233
  class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsMetadata
9921
10234
  # @private
9922
10235
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10213,6 +10526,33 @@ module Google
10213
10526
  end
10214
10527
  end
10215
10528
 
10529
+ class GoogleCloudDiscoveryengineV1alphaListAgentsResponse
10530
+ # @private
10531
+ class Representation < Google::Apis::Core::JsonRepresentation
10532
+ collection :agents, as: 'agents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgent, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgent::Representation
10533
+
10534
+ property :next_page_token, as: 'nextPageToken'
10535
+ end
10536
+ end
10537
+
10538
+ class GoogleCloudDiscoveryengineV1alphaListAuthorizationsResponse
10539
+ # @private
10540
+ class Representation < Google::Apis::Core::JsonRepresentation
10541
+ collection :authorizations, as: 'authorizations', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAuthorization, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAuthorization::Representation
10542
+
10543
+ property :next_page_token, as: 'nextPageToken'
10544
+ end
10545
+ end
10546
+
10547
+ class GoogleCloudDiscoveryengineV1alphaListBillingAccountLicenseConfigsResponse
10548
+ # @private
10549
+ class Representation < Google::Apis::Core::JsonRepresentation
10550
+ collection :billing_account_license_configs, as: 'billingAccountLicenseConfigs', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBillingAccountLicenseConfig::Representation
10551
+
10552
+ property :next_page_token, as: 'nextPageToken'
10553
+ end
10554
+ end
10555
+
10216
10556
  class GoogleCloudDiscoveryengineV1alphaListBranchesResponse
10217
10557
  # @private
10218
10558
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10549,6 +10889,8 @@ module Google
10549
10889
  class GoogleCloudDiscoveryengineV1alphaProject
10550
10890
  # @private
10551
10891
  class Representation < Google::Apis::Core::JsonRepresentation
10892
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus::Representation
10893
+
10552
10894
  property :create_time, as: 'createTime'
10553
10895
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
10554
10896
 
@@ -10559,6 +10901,15 @@ module Google
10559
10901
  end
10560
10902
  end
10561
10903
 
10904
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
10905
+ # @private
10906
+ class Representation < Google::Apis::Core::JsonRepresentation
10907
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
10908
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
10909
+ property :start_time, as: 'startTime'
10910
+ end
10911
+ end
10912
+
10562
10913
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
10563
10914
  # @private
10564
10915
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12236,6 +12587,26 @@ module Google
12236
12587
  end
12237
12588
  end
12238
12589
 
12590
+ class GoogleCloudDiscoveryengineV1alphaUploadAgentFileRequest
12591
+ # @private
12592
+ class Representation < Google::Apis::Core::JsonRepresentation
12593
+ property :blob, as: 'blob', class: Google::Apis::DiscoveryengineV1alpha::GdataMedia, decorator: Google::Apis::DiscoveryengineV1alpha::GdataMedia::Representation
12594
+
12595
+ property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaRequestInfo::Representation
12596
+
12597
+ end
12598
+ end
12599
+
12600
+ class GoogleCloudDiscoveryengineV1alphaUploadAgentFileResponse
12601
+ # @private
12602
+ class Representation < Google::Apis::Core::JsonRepresentation
12603
+ property :agent_file, as: 'agentFile', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentFile, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaAgentFile::Representation
12604
+
12605
+ property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo, decorator: Google::Apis::DiscoveryengineV1alpha::ApiservingMediaResponseInfo::Representation
12606
+
12607
+ end
12608
+ end
12609
+
12239
12610
  class GoogleCloudDiscoveryengineV1alphaUploadSessionFileRequest
12240
12611
  # @private
12241
12612
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12372,7 +12743,6 @@ module Google
12372
12743
  property :enable_snippet_result_summary, as: 'enableSnippetResultSummary'
12373
12744
  property :enable_summarization, as: 'enableSummarization'
12374
12745
  property :enable_web_app, as: 'enableWebApp'
12375
- hash :experimental_features, as: 'experimentalFeatures'
12376
12746
  collection :facet_field, as: 'facetField', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField::Representation
12377
12747
 
12378
12748
  hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField::Representation
@@ -12530,6 +12900,8 @@ module Google
12530
12900
 
12531
12901
  property :interaction_type, as: 'interactionType'
12532
12902
  property :result_description_type, as: 'resultDescriptionType'
12903
+ property :search_addon_spec, as: 'searchAddonSpec', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec::Representation
12904
+
12533
12905
  end
12534
12906
  end
12535
12907
 
@@ -12549,6 +12921,15 @@ module Google
12549
12921
  end
12550
12922
  end
12551
12923
 
12924
+ class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec
12925
+ # @private
12926
+ class Representation < Google::Apis::Core::JsonRepresentation
12927
+ property :generative_answer_add_on_disabled, as: 'generativeAnswerAddOnDisabled'
12928
+ property :kpi_personalization_add_on_disabled, as: 'kpiPersonalizationAddOnDisabled'
12929
+ property :semantic_add_on_disabled, as: 'semanticAddOnDisabled'
12930
+ end
12931
+ end
12932
+
12552
12933
  class GoogleCloudDiscoveryengineV1alphaWorkspaceConfig
12553
12934
  # @private
12554
12935
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12811,6 +13192,7 @@ module Google
12811
13192
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
12812
13193
 
12813
13194
  property :configurable_billing_approach, as: 'configurableBillingApproach'
13195
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
12814
13196
  property :content_config, as: 'contentConfig'
12815
13197
  property :create_time, as: 'createTime'
12816
13198
  property :default_schema_id, as: 'defaultSchemaId'
@@ -13385,6 +13767,8 @@ module Google
13385
13767
  class GoogleCloudDiscoveryengineV1betaProject
13386
13768
  # @private
13387
13769
  class Representation < Google::Apis::Core::JsonRepresentation
13770
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus::Representation
13771
+
13388
13772
  property :create_time, as: 'createTime'
13389
13773
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
13390
13774
 
@@ -13395,6 +13779,15 @@ module Google
13395
13779
  end
13396
13780
  end
13397
13781
 
13782
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
13783
+ # @private
13784
+ class Representation < Google::Apis::Core::JsonRepresentation
13785
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
13786
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
13787
+ property :start_time, as: 'startTime'
13788
+ end
13789
+ end
13790
+
13398
13791
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
13399
13792
  # @private
13400
13793
  class Representation < Google::Apis::Core::JsonRepresentation