google-apis-discoveryengine_v1beta 0.84.0 → 0.85.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 +4 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +1107 -35
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +470 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +114 -0
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1beta
|
18
18
|
# Version of the google-apis-discoveryengine_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.85.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 = "20250929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -226,6 +226,18 @@ module Google
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
229
241
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
230
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
243
|
|
@@ -346,6 +358,12 @@ module Google
|
|
346
358
|
include Google::Apis::Core::JsonObjectSupport
|
347
359
|
end
|
348
360
|
|
361
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
349
367
|
class GoogleCloudDiscoveryengineV1Control
|
350
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
369
|
|
@@ -760,6 +778,12 @@ module Google
|
|
760
778
|
include Google::Apis::Core::JsonObjectSupport
|
761
779
|
end
|
762
780
|
|
781
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
763
787
|
class GoogleCloudDiscoveryengineV1Project
|
764
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
789
|
|
@@ -1024,6 +1048,18 @@ module Google
|
|
1024
1048
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1049
|
end
|
1026
1050
|
|
1051
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1027
1063
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
1028
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1065
|
|
@@ -1150,6 +1186,102 @@ module Google
|
|
1150
1186
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1187
|
end
|
1152
1188
|
|
1189
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1153
1285
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
1154
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1287
|
|
@@ -1228,6 +1360,12 @@ module Google
|
|
1228
1360
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1361
|
end
|
1230
1362
|
|
1363
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1231
1369
|
class GoogleCloudDiscoveryengineV1alphaControl
|
1232
1370
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1371
|
|
@@ -1768,6 +1906,12 @@ module Google
|
|
1768
1906
|
include Google::Apis::Core::JsonObjectSupport
|
1769
1907
|
end
|
1770
1908
|
|
1909
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
+
|
1912
|
+
include Google::Apis::Core::JsonObjectSupport
|
1913
|
+
end
|
1914
|
+
|
1771
1915
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
1772
1916
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
1917
|
|
@@ -2344,6 +2488,18 @@ module Google
|
|
2344
2488
|
include Google::Apis::Core::JsonObjectSupport
|
2345
2489
|
end
|
2346
2490
|
|
2491
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
2492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
|
+
|
2494
|
+
include Google::Apis::Core::JsonObjectSupport
|
2495
|
+
end
|
2496
|
+
|
2497
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
|
+
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
2501
|
+
end
|
2502
|
+
|
2347
2503
|
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
2348
2504
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
2505
|
|
@@ -3022,6 +3178,12 @@ module Google
|
|
3022
3178
|
include Google::Apis::Core::JsonObjectSupport
|
3023
3179
|
end
|
3024
3180
|
|
3181
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
3182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
|
+
|
3184
|
+
include Google::Apis::Core::JsonObjectSupport
|
3185
|
+
end
|
3186
|
+
|
3025
3187
|
class GoogleCloudDiscoveryengineV1betaControl
|
3026
3188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3027
3189
|
|
@@ -3670,6 +3832,12 @@ module Google
|
|
3670
3832
|
include Google::Apis::Core::JsonObjectSupport
|
3671
3833
|
end
|
3672
3834
|
|
3835
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
3836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3837
|
+
|
3838
|
+
include Google::Apis::Core::JsonObjectSupport
|
3839
|
+
end
|
3840
|
+
|
3673
3841
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
3674
3842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3675
3843
|
|
@@ -5155,6 +5323,27 @@ module Google
|
|
5155
5323
|
end
|
5156
5324
|
end
|
5157
5325
|
|
5326
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig
|
5327
|
+
# @private
|
5328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5329
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment::Representation
|
5330
|
+
|
5331
|
+
property :alert_policy, as: 'alertPolicy'
|
5332
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ContactDetails, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ContactDetails::Representation
|
5333
|
+
|
5334
|
+
property :language_code, as: 'languageCode'
|
5335
|
+
end
|
5336
|
+
end
|
5337
|
+
|
5338
|
+
class GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment
|
5339
|
+
# @private
|
5340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5341
|
+
property :alert_id, as: 'alertId'
|
5342
|
+
property :enroll_state, as: 'enrollState'
|
5343
|
+
hash :notification_params, as: 'notificationParams'
|
5344
|
+
end
|
5345
|
+
end
|
5346
|
+
|
5158
5347
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
5159
5348
|
# @private
|
5160
5349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5346,6 +5535,13 @@ module Google
|
|
5346
5535
|
end
|
5347
5536
|
end
|
5348
5537
|
|
5538
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
5539
|
+
# @private
|
5540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5541
|
+
property :email_address, as: 'emailAddress'
|
5542
|
+
end
|
5543
|
+
end
|
5544
|
+
|
5349
5545
|
class GoogleCloudDiscoveryengineV1Control
|
5350
5546
|
# @private
|
5351
5547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6065,6 +6261,25 @@ module Google
|
|
6065
6261
|
end
|
6066
6262
|
end
|
6067
6263
|
|
6264
|
+
class GoogleCloudDiscoveryengineV1LicenseConfig
|
6265
|
+
# @private
|
6266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6267
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig::Representation
|
6268
|
+
|
6269
|
+
property :auto_renew, as: 'autoRenew'
|
6270
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
6271
|
+
|
6272
|
+
property :free_trial, as: 'freeTrial'
|
6273
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
6274
|
+
property :name, as: 'name'
|
6275
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
6276
|
+
|
6277
|
+
property :state, as: 'state'
|
6278
|
+
property :subscription_term, as: 'subscriptionTerm'
|
6279
|
+
property :subscription_tier, as: 'subscriptionTier'
|
6280
|
+
end
|
6281
|
+
end
|
6282
|
+
|
6068
6283
|
class GoogleCloudDiscoveryengineV1Project
|
6069
6284
|
# @private
|
6070
6285
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6501,6 +6716,27 @@ module Google
|
|
6501
6716
|
end
|
6502
6717
|
end
|
6503
6718
|
|
6719
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig
|
6720
|
+
# @private
|
6721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6722
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment::Representation
|
6723
|
+
|
6724
|
+
property :alert_policy, as: 'alertPolicy'
|
6725
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaContactDetails, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaContactDetails::Representation
|
6726
|
+
|
6727
|
+
property :language_code, as: 'languageCode'
|
6728
|
+
end
|
6729
|
+
end
|
6730
|
+
|
6731
|
+
class GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment
|
6732
|
+
# @private
|
6733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6734
|
+
property :alert_id, as: 'alertId'
|
6735
|
+
property :enroll_state, as: 'enrollState'
|
6736
|
+
hash :notification_params, as: 'notificationParams'
|
6737
|
+
end
|
6738
|
+
end
|
6739
|
+
|
6504
6740
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
6505
6741
|
# @private
|
6506
6742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6725,6 +6961,163 @@ module Google
|
|
6725
6961
|
end
|
6726
6962
|
end
|
6727
6963
|
|
6964
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswer
|
6965
|
+
# @private
|
6966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6967
|
+
collection :assist_skipped_reasons, as: 'assistSkippedReasons'
|
6968
|
+
property :customer_policy_enforcement_result, as: 'customerPolicyEnforcementResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult::Representation
|
6969
|
+
|
6970
|
+
property :name, as: 'name'
|
6971
|
+
collection :replies, as: 'replies', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerReply::Representation
|
6972
|
+
|
6973
|
+
property :state, as: 'state'
|
6974
|
+
end
|
6975
|
+
end
|
6976
|
+
|
6977
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult
|
6978
|
+
# @private
|
6979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6980
|
+
collection :policy_results, as: 'policyResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult::Representation
|
6981
|
+
|
6982
|
+
property :verdict, as: 'verdict'
|
6983
|
+
end
|
6984
|
+
end
|
6985
|
+
|
6986
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult
|
6987
|
+
# @private
|
6988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6989
|
+
collection :banned_phrases, as: 'bannedPhrases'
|
6990
|
+
end
|
6991
|
+
end
|
6992
|
+
|
6993
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult
|
6994
|
+
# @private
|
6995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6996
|
+
property :error, as: 'error', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
6997
|
+
|
6998
|
+
property :model_armor_violation, as: 'modelArmorViolation'
|
6999
|
+
end
|
7000
|
+
end
|
7001
|
+
|
7002
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult
|
7003
|
+
# @private
|
7004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7005
|
+
property :banned_phrase_enforcement_result, as: 'bannedPhraseEnforcementResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult::Representation
|
7006
|
+
|
7007
|
+
property :model_armor_enforcement_result, as: 'modelArmorEnforcementResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult::Representation
|
7008
|
+
|
7009
|
+
end
|
7010
|
+
end
|
7011
|
+
|
7012
|
+
class GoogleCloudDiscoveryengineV1alphaAssistAnswerReply
|
7013
|
+
# @private
|
7014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7015
|
+
property :grounded_content, as: 'groundedContent', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent::Representation
|
7016
|
+
|
7017
|
+
property :reply_id, as: 'replyId'
|
7018
|
+
end
|
7019
|
+
end
|
7020
|
+
|
7021
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContent
|
7022
|
+
# @private
|
7023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7024
|
+
property :code_execution_result, as: 'codeExecutionResult', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult::Representation
|
7025
|
+
|
7026
|
+
property :executable_code, as: 'executableCode', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode::Representation
|
7027
|
+
|
7028
|
+
property :file, as: 'file', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentFile, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentFile::Representation
|
7029
|
+
|
7030
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContentBlob::Representation
|
7031
|
+
|
7032
|
+
property :role, as: 'role'
|
7033
|
+
property :text, as: 'text'
|
7034
|
+
property :thought, as: 'thought'
|
7035
|
+
end
|
7036
|
+
end
|
7037
|
+
|
7038
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentBlob
|
7039
|
+
# @private
|
7040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7041
|
+
property :data, :base64 => true, as: 'data'
|
7042
|
+
property :mime_type, as: 'mimeType'
|
7043
|
+
end
|
7044
|
+
end
|
7045
|
+
|
7046
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult
|
7047
|
+
# @private
|
7048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7049
|
+
property :outcome, as: 'outcome'
|
7050
|
+
property :output, as: 'output'
|
7051
|
+
end
|
7052
|
+
end
|
7053
|
+
|
7054
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode
|
7055
|
+
# @private
|
7056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7057
|
+
property :code, as: 'code'
|
7058
|
+
end
|
7059
|
+
end
|
7060
|
+
|
7061
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantContentFile
|
7062
|
+
# @private
|
7063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7064
|
+
property :file_id, as: 'fileId'
|
7065
|
+
property :mime_type, as: 'mimeType'
|
7066
|
+
end
|
7067
|
+
end
|
7068
|
+
|
7069
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent
|
7070
|
+
# @private
|
7071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7072
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantContent::Representation
|
7073
|
+
|
7074
|
+
property :text_grounding_metadata, as: 'textGroundingMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata::Representation
|
7075
|
+
|
7076
|
+
end
|
7077
|
+
end
|
7078
|
+
|
7079
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata
|
7080
|
+
# @private
|
7081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7082
|
+
collection :references, as: 'references', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference::Representation
|
7083
|
+
|
7084
|
+
collection :segments, as: 'segments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment::Representation
|
7085
|
+
|
7086
|
+
end
|
7087
|
+
end
|
7088
|
+
|
7089
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference
|
7090
|
+
# @private
|
7091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7092
|
+
property :content, as: 'content'
|
7093
|
+
property :document_metadata, as: 'documentMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata::Representation
|
7094
|
+
|
7095
|
+
end
|
7096
|
+
end
|
7097
|
+
|
7098
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata
|
7099
|
+
# @private
|
7100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7101
|
+
property :document, as: 'document'
|
7102
|
+
property :domain, as: 'domain'
|
7103
|
+
property :mime_type, as: 'mimeType'
|
7104
|
+
property :page_identifier, as: 'pageIdentifier'
|
7105
|
+
property :title, as: 'title'
|
7106
|
+
property :uri, as: 'uri'
|
7107
|
+
end
|
7108
|
+
end
|
7109
|
+
|
7110
|
+
class GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment
|
7111
|
+
# @private
|
7112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7113
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
7114
|
+
property :grounding_score, as: 'groundingScore'
|
7115
|
+
collection :reference_indices, as: 'referenceIndices'
|
7116
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
7117
|
+
property :text, as: 'text'
|
7118
|
+
end
|
7119
|
+
end
|
7120
|
+
|
6728
7121
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
6729
7122
|
# @private
|
6730
7123
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6869,6 +7262,13 @@ module Google
|
|
6869
7262
|
end
|
6870
7263
|
end
|
6871
7264
|
|
7265
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
7266
|
+
# @private
|
7267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7268
|
+
property :email_address, as: 'emailAddress'
|
7269
|
+
end
|
7270
|
+
end
|
7271
|
+
|
6872
7272
|
class GoogleCloudDiscoveryengineV1alphaControl
|
6873
7273
|
# @private
|
6874
7274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7795,6 +8195,25 @@ module Google
|
|
7795
8195
|
end
|
7796
8196
|
end
|
7797
8197
|
|
8198
|
+
class GoogleCloudDiscoveryengineV1alphaLicenseConfig
|
8199
|
+
# @private
|
8200
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8201
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig::Representation
|
8202
|
+
|
8203
|
+
property :auto_renew, as: 'autoRenew'
|
8204
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
8205
|
+
|
8206
|
+
property :free_trial, as: 'freeTrial'
|
8207
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
8208
|
+
property :name, as: 'name'
|
8209
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
8210
|
+
|
8211
|
+
property :state, as: 'state'
|
8212
|
+
property :subscription_term, as: 'subscriptionTerm'
|
8213
|
+
property :subscription_tier, as: 'subscriptionTier'
|
8214
|
+
end
|
8215
|
+
end
|
8216
|
+
|
7798
8217
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
7799
8218
|
# @private
|
7800
8219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8431,6 +8850,8 @@ module Google
|
|
8431
8850
|
property :answer, as: 'answer'
|
8432
8851
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
8433
8852
|
|
8853
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
8854
|
+
|
8434
8855
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
8435
8856
|
|
8436
8857
|
hash :query_config, as: 'queryConfig'
|
@@ -8768,6 +9189,27 @@ module Google
|
|
8768
9189
|
end
|
8769
9190
|
end
|
8770
9191
|
|
9192
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig
|
9193
|
+
# @private
|
9194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9195
|
+
collection :alert_enrollments, as: 'alertEnrollments', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment::Representation
|
9196
|
+
|
9197
|
+
property :alert_policy, as: 'alertPolicy'
|
9198
|
+
collection :contact_details, as: 'contactDetails', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaContactDetails, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaContactDetails::Representation
|
9199
|
+
|
9200
|
+
property :language_code, as: 'languageCode'
|
9201
|
+
end
|
9202
|
+
end
|
9203
|
+
|
9204
|
+
class GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment
|
9205
|
+
# @private
|
9206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9207
|
+
property :alert_id, as: 'alertId'
|
9208
|
+
property :enroll_state, as: 'enrollState'
|
9209
|
+
hash :notification_params, as: 'notificationParams'
|
9210
|
+
end
|
9211
|
+
end
|
9212
|
+
|
8771
9213
|
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
8772
9214
|
# @private
|
8773
9215
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9899,6 +10341,13 @@ module Google
|
|
9899
10341
|
end
|
9900
10342
|
end
|
9901
10343
|
|
10344
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
10345
|
+
# @private
|
10346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10347
|
+
property :email_address, as: 'emailAddress'
|
10348
|
+
end
|
10349
|
+
end
|
10350
|
+
|
9902
10351
|
class GoogleCloudDiscoveryengineV1betaControl
|
9903
10352
|
# @private
|
9904
10353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10994,6 +11443,25 @@ module Google
|
|
10994
11443
|
end
|
10995
11444
|
end
|
10996
11445
|
|
11446
|
+
class GoogleCloudDiscoveryengineV1betaLicenseConfig
|
11447
|
+
# @private
|
11448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11449
|
+
property :alert_policy_resource_config, as: 'alertPolicyResourceConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig::Representation
|
11450
|
+
|
11451
|
+
property :auto_renew, as: 'autoRenew'
|
11452
|
+
property :end_date, as: 'endDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
11453
|
+
|
11454
|
+
property :free_trial, as: 'freeTrial'
|
11455
|
+
property :license_count, :numeric_string => true, as: 'licenseCount'
|
11456
|
+
property :name, as: 'name'
|
11457
|
+
property :start_date, as: 'startDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
11458
|
+
|
11459
|
+
property :state, as: 'state'
|
11460
|
+
property :subscription_term, as: 'subscriptionTerm'
|
11461
|
+
property :subscription_tier, as: 'subscriptionTier'
|
11462
|
+
end
|
11463
|
+
end
|
11464
|
+
|
10997
11465
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
10998
11466
|
# @private
|
10999
11467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12376,6 +12844,8 @@ module Google
|
|
12376
12844
|
property :answer, as: 'answer'
|
12377
12845
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer::Representation
|
12378
12846
|
|
12847
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
|
12848
|
+
|
12379
12849
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
12380
12850
|
|
12381
12851
|
hash :query_config, as: 'queryConfig'
|