google-apis-discoveryengine_v1beta 0.83.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 +8 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +1193 -55
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +482 -0
- data/lib/google/apis/discoveryengine_v1beta/service.rb +249 -15
- metadata +2 -2
@@ -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
|
|
@@ -5124,6 +5292,7 @@ module Google
|
|
5124
5292
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5125
5293
|
hash :action_params, as: 'actionParams'
|
5126
5294
|
property :is_action_configured, as: 'isActionConfigured'
|
5295
|
+
property :json_action_params, as: 'jsonActionParams'
|
5127
5296
|
property :service_name, as: 'serviceName'
|
5128
5297
|
property :use_static_secrets, as: 'useStaticSecrets'
|
5129
5298
|
end
|
@@ -5154,6 +5323,27 @@ module Google
|
|
5154
5323
|
end
|
5155
5324
|
end
|
5156
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
|
+
|
5157
5347
|
class GoogleCloudDiscoveryengineV1AnswerGenerationSpec
|
5158
5348
|
# @private
|
5159
5349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5253,6 +5443,7 @@ module Google
|
|
5253
5443
|
class GoogleCloudDiscoveryengineV1BapConfig
|
5254
5444
|
# @private
|
5255
5445
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5446
|
+
collection :enabled_actions, as: 'enabledActions'
|
5256
5447
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
5257
5448
|
end
|
5258
5449
|
end
|
@@ -5344,6 +5535,13 @@ module Google
|
|
5344
5535
|
end
|
5345
5536
|
end
|
5346
5537
|
|
5538
|
+
class GoogleCloudDiscoveryengineV1ContactDetails
|
5539
|
+
# @private
|
5540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5541
|
+
property :email_address, as: 'emailAddress'
|
5542
|
+
end
|
5543
|
+
end
|
5544
|
+
|
5347
5545
|
class GoogleCloudDiscoveryengineV1Control
|
5348
5546
|
# @private
|
5349
5547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5530,6 +5728,7 @@ module Google
|
|
5530
5728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5531
5729
|
hash :additional_params, as: 'additionalParams'
|
5532
5730
|
hash :auth_params, as: 'authParams'
|
5731
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
5533
5732
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Tenant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1Tenant::Representation
|
5534
5733
|
|
5535
5734
|
end
|
@@ -5540,6 +5739,7 @@ module Google
|
|
5540
5739
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5541
5740
|
hash :additional_params, as: 'additionalParams'
|
5542
5741
|
hash :auth_params, as: 'authParams'
|
5742
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
5543
5743
|
end
|
5544
5744
|
end
|
5545
5745
|
|
@@ -5587,6 +5787,7 @@ module Google
|
|
5587
5787
|
|
5588
5788
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig::Representation
|
5589
5789
|
|
5790
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
5590
5791
|
property :content_config, as: 'contentConfig'
|
5591
5792
|
property :create_time, as: 'createTime'
|
5592
5793
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -6060,6 +6261,25 @@ module Google
|
|
6060
6261
|
end
|
6061
6262
|
end
|
6062
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
|
+
|
6063
6283
|
class GoogleCloudDiscoveryengineV1Project
|
6064
6284
|
# @private
|
6065
6285
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6465,6 +6685,7 @@ module Google
|
|
6465
6685
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6466
6686
|
hash :action_params, as: 'actionParams'
|
6467
6687
|
property :is_action_configured, as: 'isActionConfigured'
|
6688
|
+
property :json_action_params, as: 'jsonActionParams'
|
6468
6689
|
property :service_name, as: 'serviceName'
|
6469
6690
|
property :use_static_secrets, as: 'useStaticSecrets'
|
6470
6691
|
end
|
@@ -6495,6 +6716,27 @@ module Google
|
|
6495
6716
|
end
|
6496
6717
|
end
|
6497
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
|
+
|
6498
6740
|
class GoogleCloudDiscoveryengineV1alphaAnswer
|
6499
6741
|
# @private
|
6500
6742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6719,9 +6961,167 @@ module Google
|
|
6719
6961
|
end
|
6720
6962
|
end
|
6721
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
|
+
|
6722
7121
|
class GoogleCloudDiscoveryengineV1alphaBapConfig
|
6723
7122
|
# @private
|
6724
7123
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7124
|
+
collection :enabled_actions, as: 'enabledActions'
|
6725
7125
|
collection :supported_connector_modes, as: 'supportedConnectorModes'
|
6726
7126
|
end
|
6727
7127
|
end
|
@@ -6862,6 +7262,13 @@ module Google
|
|
6862
7262
|
end
|
6863
7263
|
end
|
6864
7264
|
|
7265
|
+
class GoogleCloudDiscoveryengineV1alphaContactDetails
|
7266
|
+
# @private
|
7267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7268
|
+
property :email_address, as: 'emailAddress'
|
7269
|
+
end
|
7270
|
+
end
|
7271
|
+
|
6865
7272
|
class GoogleCloudDiscoveryengineV1alphaControl
|
6866
7273
|
# @private
|
6867
7274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7069,6 +7476,7 @@ module Google
|
|
7069
7476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7070
7477
|
hash :additional_params, as: 'additionalParams'
|
7071
7478
|
hash :auth_params, as: 'authParams'
|
7479
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
7072
7480
|
property :tenant, as: 'tenant', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTenant::Representation
|
7073
7481
|
|
7074
7482
|
end
|
@@ -7079,6 +7487,7 @@ module Google
|
|
7079
7487
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7080
7488
|
hash :additional_params, as: 'additionalParams'
|
7081
7489
|
hash :auth_params, as: 'authParams'
|
7490
|
+
property :json_auth_params, as: 'jsonAuthParams'
|
7082
7491
|
end
|
7083
7492
|
end
|
7084
7493
|
|
@@ -7126,6 +7535,7 @@ module Google
|
|
7126
7535
|
|
7127
7536
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
|
7128
7537
|
|
7538
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
7129
7539
|
property :content_config, as: 'contentConfig'
|
7130
7540
|
property :create_time, as: 'createTime'
|
7131
7541
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -7785,6 +8195,25 @@ module Google
|
|
7785
8195
|
end
|
7786
8196
|
end
|
7787
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
|
+
|
7788
8217
|
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
7789
8218
|
# @private
|
7790
8219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8421,6 +8850,8 @@ module Google
|
|
8421
8850
|
property :answer, as: 'answer'
|
8422
8851
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
8423
8852
|
|
8853
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAssistAnswer::Representation
|
8854
|
+
|
8424
8855
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
8425
8856
|
|
8426
8857
|
hash :query_config, as: 'queryConfig'
|
@@ -8758,6 +9189,27 @@ module Google
|
|
8758
9189
|
end
|
8759
9190
|
end
|
8760
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
|
+
|
8761
9213
|
class GoogleCloudDiscoveryengineV1betaAlloyDbSource
|
8762
9214
|
# @private
|
8763
9215
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9889,6 +10341,13 @@ module Google
|
|
9889
10341
|
end
|
9890
10342
|
end
|
9891
10343
|
|
10344
|
+
class GoogleCloudDiscoveryengineV1betaContactDetails
|
10345
|
+
# @private
|
10346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10347
|
+
property :email_address, as: 'emailAddress'
|
10348
|
+
end
|
10349
|
+
end
|
10350
|
+
|
9892
10351
|
class GoogleCloudDiscoveryengineV1betaControl
|
9893
10352
|
# @private
|
9894
10353
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10132,6 +10591,7 @@ module Google
|
|
10132
10591
|
|
10133
10592
|
property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
|
10134
10593
|
|
10594
|
+
property :configurable_billing_approach, as: 'configurableBillingApproach'
|
10135
10595
|
property :content_config, as: 'contentConfig'
|
10136
10596
|
property :create_time, as: 'createTime'
|
10137
10597
|
property :default_schema_id, as: 'defaultSchemaId'
|
@@ -10983,6 +11443,25 @@ module Google
|
|
10983
11443
|
end
|
10984
11444
|
end
|
10985
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
|
+
|
10986
11465
|
class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
|
10987
11466
|
# @private
|
10988
11467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12365,6 +12844,8 @@ module Google
|
|
12365
12844
|
property :answer, as: 'answer'
|
12366
12845
|
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswer::Representation
|
12367
12846
|
|
12847
|
+
property :detailed_assist_answer, as: 'detailedAssistAnswer', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistAnswer::Representation
|
12848
|
+
|
12368
12849
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaQuery::Representation
|
12369
12850
|
|
12370
12851
|
hash :query_config, as: 'queryConfig'
|
@@ -12743,6 +13224,7 @@ module Google
|
|
12743
13224
|
property :next_page_token, as: 'nextPageToken'
|
12744
13225
|
collection :operations, as: 'operations', class: Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleLongrunningOperation::Representation
|
12745
13226
|
|
13227
|
+
collection :unreachable, as: 'unreachable'
|
12746
13228
|
end
|
12747
13229
|
end
|
12748
13230
|
|