google-apis-discoveryengine_v1alpha 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,18 +64,132 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class GoogleCloudDiscoveryengineV1BatchCreateTargetSitesResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class GoogleCloudDiscoveryengineV1CreateEngineMetadata
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
67
91
  class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
68
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
93
 
70
94
  include Google::Apis::Core::JsonObjectSupport
71
95
  end
72
96
 
97
+ class GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class GoogleCloudDiscoveryengineV1DataStore
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GoogleCloudDiscoveryengineV1DeleteEngineMetadata
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
73
121
  class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
74
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
123
 
76
124
  include Google::Apis::Core::JsonObjectSupport
77
125
  end
78
126
 
127
+ class GoogleCloudDiscoveryengineV1DeleteTargetSiteMetadata
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleCloudDiscoveryengineV1Engine
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleCloudDiscoveryengineV1EngineChatEngineConfig
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudDiscoveryengineV1EngineChatEngineMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudDiscoveryengineV1EngineCommonConfig
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
79
193
  class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
80
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
195
 
@@ -94,6 +208,18 @@ module Google
94
208
  include Google::Apis::Core::JsonObjectSupport
95
209
  end
96
210
 
211
+ class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
97
223
  class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
98
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
225
 
@@ -118,18 +244,60 @@ module Google
118
244
  include Google::Apis::Core::JsonObjectSupport
119
245
  end
120
246
 
247
+ class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
121
259
  class GoogleCloudDiscoveryengineV1Schema
122
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
261
 
124
262
  include Google::Apis::Core::JsonObjectSupport
125
263
  end
126
264
 
265
+ class GoogleCloudDiscoveryengineV1SiteVerificationInfo
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleCloudDiscoveryengineV1TargetSite
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleCloudDiscoveryengineV1TargetSiteFailureReason
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
127
289
  class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
128
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
291
 
130
292
  include Google::Apis::Core::JsonObjectSupport
131
293
  end
132
294
 
295
+ class GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
133
301
  class GoogleCloudDiscoveryengineV1alphaAdditionalParams
134
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
303
 
@@ -496,6 +664,30 @@ module Google
496
664
  include Google::Apis::Core::JsonObjectSupport
497
665
  end
498
666
 
667
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequest
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequestInlineSource
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
499
691
  class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
500
692
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
693
 
@@ -622,6 +814,24 @@ module Google
622
814
  include Google::Apis::Core::JsonObjectSupport
623
815
  end
624
816
 
817
+ class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesRequest
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
625
835
  class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsMetadata
626
836
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
837
 
@@ -916,6 +1126,12 @@ module Google
916
1126
  include Google::Apis::Core::JsonObjectSupport
917
1127
  end
918
1128
 
1129
+ class GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
919
1135
  class GoogleCloudDiscoveryengineV1alphaTargetSite
920
1136
  class Representation < Google::Apis::Core::JsonRepresentation; end
921
1137
 
@@ -1072,157 +1288,325 @@ module Google
1072
1288
  include Google::Apis::Core::JsonObjectSupport
1073
1289
  end
1074
1290
 
1075
- class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
1291
+ class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
1076
1292
  class Representation < Google::Apis::Core::JsonRepresentation; end
1077
1293
 
1078
1294
  include Google::Apis::Core::JsonObjectSupport
1079
1295
  end
1080
1296
 
1081
- class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
1297
+ class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesResponse
1082
1298
  class Representation < Google::Apis::Core::JsonRepresentation; end
1083
1299
 
1084
1300
  include Google::Apis::Core::JsonObjectSupport
1085
1301
  end
1086
1302
 
1087
- class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
1303
+ class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
1088
1304
  class Representation < Google::Apis::Core::JsonRepresentation; end
1089
1305
 
1090
1306
  include Google::Apis::Core::JsonObjectSupport
1091
1307
  end
1092
1308
 
1093
- class GoogleCloudDiscoveryengineV1betaImportDocumentsResponse
1309
+ class GoogleCloudDiscoveryengineV1betaCreateEngineMetadata
1094
1310
  class Representation < Google::Apis::Core::JsonRepresentation; end
1095
1311
 
1096
1312
  include Google::Apis::Core::JsonObjectSupport
1097
1313
  end
1098
1314
 
1099
- class GoogleCloudDiscoveryengineV1betaImportErrorConfig
1315
+ class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
1100
1316
  class Representation < Google::Apis::Core::JsonRepresentation; end
1101
1317
 
1102
1318
  include Google::Apis::Core::JsonObjectSupport
1103
1319
  end
1104
1320
 
1105
- class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
1321
+ class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
1106
1322
  class Representation < Google::Apis::Core::JsonRepresentation; end
1107
1323
 
1108
1324
  include Google::Apis::Core::JsonObjectSupport
1109
1325
  end
1110
1326
 
1111
- class GoogleCloudDiscoveryengineV1betaImportUserEventsResponse
1327
+ class GoogleCloudDiscoveryengineV1betaDataStore
1112
1328
  class Representation < Google::Apis::Core::JsonRepresentation; end
1113
1329
 
1114
1330
  include Google::Apis::Core::JsonObjectSupport
1115
1331
  end
1116
1332
 
1117
- class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
1333
+ class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
1118
1334
  class Representation < Google::Apis::Core::JsonRepresentation; end
1119
1335
 
1120
1336
  include Google::Apis::Core::JsonObjectSupport
1121
1337
  end
1122
1338
 
1123
- class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse
1339
+ class GoogleCloudDiscoveryengineV1betaDeleteEngineMetadata
1124
1340
  class Representation < Google::Apis::Core::JsonRepresentation; end
1125
1341
 
1126
1342
  include Google::Apis::Core::JsonObjectSupport
1127
1343
  end
1128
1344
 
1129
- class GoogleCloudDiscoveryengineV1betaSchema
1345
+ class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
1130
1346
  class Representation < Google::Apis::Core::JsonRepresentation; end
1131
1347
 
1132
1348
  include Google::Apis::Core::JsonObjectSupport
1133
1349
  end
1134
1350
 
1135
- class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
1351
+ class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
1136
1352
  class Representation < Google::Apis::Core::JsonRepresentation; end
1137
1353
 
1138
1354
  include Google::Apis::Core::JsonObjectSupport
1139
1355
  end
1140
1356
 
1141
- class GoogleLongrunningListOperationsResponse
1357
+ class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
1142
1358
  class Representation < Google::Apis::Core::JsonRepresentation; end
1143
1359
 
1144
1360
  include Google::Apis::Core::JsonObjectSupport
1145
1361
  end
1146
1362
 
1147
- class GoogleLongrunningOperation
1363
+ class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchResponse
1148
1364
  class Representation < Google::Apis::Core::JsonRepresentation; end
1149
1365
 
1150
1366
  include Google::Apis::Core::JsonObjectSupport
1151
1367
  end
1152
1368
 
1153
- class GoogleProtobufEmpty
1369
+ class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchMetadata
1154
1370
  class Representation < Google::Apis::Core::JsonRepresentation; end
1155
1371
 
1156
1372
  include Google::Apis::Core::JsonObjectSupport
1157
1373
  end
1158
1374
 
1159
- class GoogleRpcStatus
1375
+ class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse
1160
1376
  class Representation < Google::Apis::Core::JsonRepresentation; end
1161
1377
 
1162
1378
  include Google::Apis::Core::JsonObjectSupport
1163
1379
  end
1164
1380
 
1165
- class GoogleTypeDate
1381
+ class GoogleCloudDiscoveryengineV1betaEngine
1166
1382
  class Representation < Google::Apis::Core::JsonRepresentation; end
1167
1383
 
1168
1384
  include Google::Apis::Core::JsonObjectSupport
1169
1385
  end
1170
1386
 
1171
- class GoogleApiHttpBody
1172
- # @private
1173
- class Representation < Google::Apis::Core::JsonRepresentation
1174
- property :content_type, as: 'contentType'
1175
- property :data, :base64 => true, as: 'data'
1176
- collection :extensions, as: 'extensions'
1177
- end
1178
- end
1387
+ class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
1389
 
1180
- class GoogleCloudDiscoveryengineLoggingErrorContext
1181
- # @private
1182
- class Representation < Google::Apis::Core::JsonRepresentation
1183
- property :http_request, as: 'httpRequest', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingHttpRequestContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingHttpRequestContext::Representation
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1184
1392
 
1185
- property :report_location, as: 'reportLocation', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation::Representation
1393
+ class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1186
1395
 
1187
- end
1396
+ include Google::Apis::Core::JsonObjectSupport
1188
1397
  end
1189
1398
 
1190
- class GoogleCloudDiscoveryengineLoggingErrorLog
1191
- # @private
1192
- class Representation < Google::Apis::Core::JsonRepresentation
1193
- property :context, as: 'context', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingErrorContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingErrorContext::Representation
1194
-
1195
- property :import_payload, as: 'importPayload', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingImportErrorContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingImportErrorContext::Representation
1399
+ class GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1196
1401
 
1197
- property :message, as: 'message'
1198
- hash :request_payload, as: 'requestPayload'
1199
- hash :response_payload, as: 'responsePayload'
1200
- property :service_context, as: 'serviceContext', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext::Representation
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1201
1404
 
1202
- property :status, as: 'status', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
1405
+ class GoogleCloudDiscoveryengineV1betaEngineCommonConfig
1406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
1407
 
1204
- end
1408
+ include Google::Apis::Core::JsonObjectSupport
1205
1409
  end
1206
1410
 
1207
- class GoogleCloudDiscoveryengineLoggingHttpRequestContext
1208
- # @private
1209
- class Representation < Google::Apis::Core::JsonRepresentation
1210
- property :response_status_code, as: 'responseStatusCode'
1211
- end
1411
+ class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
1412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1413
+
1414
+ include Google::Apis::Core::JsonObjectSupport
1212
1415
  end
1213
1416
 
1214
- class GoogleCloudDiscoveryengineLoggingImportErrorContext
1215
- # @private
1216
- class Representation < Google::Apis::Core::JsonRepresentation
1217
- property :document, as: 'document'
1218
- property :gcs_path, as: 'gcsPath'
1219
- property :line_number, as: 'lineNumber'
1220
- property :operation, as: 'operation'
1221
- property :user_event, as: 'userEvent'
1222
- end
1417
+ class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
1418
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1419
+
1420
+ include Google::Apis::Core::JsonObjectSupport
1223
1421
  end
1224
1422
 
1225
- class GoogleCloudDiscoveryengineLoggingServiceContext
1423
+ class GoogleCloudDiscoveryengineV1betaImportDocumentsResponse
1424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1425
+
1426
+ include Google::Apis::Core::JsonObjectSupport
1427
+ end
1428
+
1429
+ class GoogleCloudDiscoveryengineV1betaImportErrorConfig
1430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1431
+
1432
+ include Google::Apis::Core::JsonObjectSupport
1433
+ end
1434
+
1435
+ class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata
1436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1437
+
1438
+ include Google::Apis::Core::JsonObjectSupport
1439
+ end
1440
+
1441
+ class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1447
+ class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1453
+ class GoogleCloudDiscoveryengineV1betaImportUserEventsResponse
1454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1455
+
1456
+ include Google::Apis::Core::JsonObjectSupport
1457
+ end
1458
+
1459
+ class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
1460
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1461
+
1462
+ include Google::Apis::Core::JsonObjectSupport
1463
+ end
1464
+
1465
+ class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1471
+ class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
1472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1473
+
1474
+ include Google::Apis::Core::JsonObjectSupport
1475
+ end
1476
+
1477
+ class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse
1478
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1479
+
1480
+ include Google::Apis::Core::JsonObjectSupport
1481
+ end
1482
+
1483
+ class GoogleCloudDiscoveryengineV1betaSchema
1484
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1485
+
1486
+ include Google::Apis::Core::JsonObjectSupport
1487
+ end
1488
+
1489
+ class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
1490
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1491
+
1492
+ include Google::Apis::Core::JsonObjectSupport
1493
+ end
1494
+
1495
+ class GoogleCloudDiscoveryengineV1betaTargetSite
1496
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1497
+
1498
+ include Google::Apis::Core::JsonObjectSupport
1499
+ end
1500
+
1501
+ class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason
1502
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1503
+
1504
+ include Google::Apis::Core::JsonObjectSupport
1505
+ end
1506
+
1507
+ class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure
1508
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1509
+
1510
+ include Google::Apis::Core::JsonObjectSupport
1511
+ end
1512
+
1513
+ class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
1514
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1515
+
1516
+ include Google::Apis::Core::JsonObjectSupport
1517
+ end
1518
+
1519
+ class GoogleCloudDiscoveryengineV1betaUpdateTargetSiteMetadata
1520
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1521
+
1522
+ include Google::Apis::Core::JsonObjectSupport
1523
+ end
1524
+
1525
+ class GoogleLongrunningListOperationsResponse
1526
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1527
+
1528
+ include Google::Apis::Core::JsonObjectSupport
1529
+ end
1530
+
1531
+ class GoogleLongrunningOperation
1532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1533
+
1534
+ include Google::Apis::Core::JsonObjectSupport
1535
+ end
1536
+
1537
+ class GoogleProtobufEmpty
1538
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1539
+
1540
+ include Google::Apis::Core::JsonObjectSupport
1541
+ end
1542
+
1543
+ class GoogleRpcStatus
1544
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1545
+
1546
+ include Google::Apis::Core::JsonObjectSupport
1547
+ end
1548
+
1549
+ class GoogleTypeDate
1550
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1551
+
1552
+ include Google::Apis::Core::JsonObjectSupport
1553
+ end
1554
+
1555
+ class GoogleApiHttpBody
1556
+ # @private
1557
+ class Representation < Google::Apis::Core::JsonRepresentation
1558
+ property :content_type, as: 'contentType'
1559
+ property :data, :base64 => true, as: 'data'
1560
+ collection :extensions, as: 'extensions'
1561
+ end
1562
+ end
1563
+
1564
+ class GoogleCloudDiscoveryengineLoggingErrorContext
1565
+ # @private
1566
+ class Representation < Google::Apis::Core::JsonRepresentation
1567
+ property :http_request, as: 'httpRequest', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingHttpRequestContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingHttpRequestContext::Representation
1568
+
1569
+ property :report_location, as: 'reportLocation', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingSourceLocation::Representation
1570
+
1571
+ end
1572
+ end
1573
+
1574
+ class GoogleCloudDiscoveryengineLoggingErrorLog
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :context, as: 'context', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingErrorContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingErrorContext::Representation
1578
+
1579
+ property :import_payload, as: 'importPayload', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingImportErrorContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingImportErrorContext::Representation
1580
+
1581
+ property :message, as: 'message'
1582
+ hash :request_payload, as: 'requestPayload'
1583
+ hash :response_payload, as: 'responsePayload'
1584
+ property :service_context, as: 'serviceContext', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineLoggingServiceContext::Representation
1585
+
1586
+ property :status, as: 'status', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
1587
+
1588
+ end
1589
+ end
1590
+
1591
+ class GoogleCloudDiscoveryengineLoggingHttpRequestContext
1592
+ # @private
1593
+ class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :response_status_code, as: 'responseStatusCode'
1595
+ end
1596
+ end
1597
+
1598
+ class GoogleCloudDiscoveryengineLoggingImportErrorContext
1599
+ # @private
1600
+ class Representation < Google::Apis::Core::JsonRepresentation
1601
+ property :document, as: 'document'
1602
+ property :gcs_path, as: 'gcsPath'
1603
+ property :line_number, as: 'lineNumber'
1604
+ property :operation, as: 'operation'
1605
+ property :user_event, as: 'userEvent'
1606
+ end
1607
+ end
1608
+
1609
+ class GoogleCloudDiscoveryengineLoggingServiceContext
1226
1610
  # @private
1227
1611
  class Representation < Google::Apis::Core::JsonRepresentation
1228
1612
  property :service, as: 'service'
@@ -1236,6 +1620,38 @@ module Google
1236
1620
  end
1237
1621
  end
1238
1622
 
1623
+ class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
1624
+ # @private
1625
+ class Representation < Google::Apis::Core::JsonRepresentation
1626
+ property :create_time, as: 'createTime'
1627
+ property :update_time, as: 'updateTime'
1628
+ end
1629
+ end
1630
+
1631
+ class GoogleCloudDiscoveryengineV1BatchCreateTargetSitesResponse
1632
+ # @private
1633
+ class Representation < Google::Apis::Core::JsonRepresentation
1634
+ collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1TargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1TargetSite::Representation
1635
+
1636
+ end
1637
+ end
1638
+
1639
+ class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
1640
+ # @private
1641
+ class Representation < Google::Apis::Core::JsonRepresentation
1642
+ property :create_time, as: 'createTime'
1643
+ property :update_time, as: 'updateTime'
1644
+ end
1645
+ end
1646
+
1647
+ class GoogleCloudDiscoveryengineV1CreateEngineMetadata
1648
+ # @private
1649
+ class Representation < Google::Apis::Core::JsonRepresentation
1650
+ property :create_time, as: 'createTime'
1651
+ property :update_time, as: 'updateTime'
1652
+ end
1653
+ end
1654
+
1239
1655
  class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
1240
1656
  # @private
1241
1657
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1244,6 +1660,43 @@ module Google
1244
1660
  end
1245
1661
  end
1246
1662
 
1663
+ class GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :create_time, as: 'createTime'
1667
+ property :update_time, as: 'updateTime'
1668
+ end
1669
+ end
1670
+
1671
+ class GoogleCloudDiscoveryengineV1DataStore
1672
+ # @private
1673
+ class Representation < Google::Apis::Core::JsonRepresentation
1674
+ property :content_config, as: 'contentConfig'
1675
+ property :create_time, as: 'createTime'
1676
+ property :default_schema_id, as: 'defaultSchemaId'
1677
+ property :display_name, as: 'displayName'
1678
+ property :industry_vertical, as: 'industryVertical'
1679
+ property :name, as: 'name'
1680
+ collection :solution_types, as: 'solutionTypes'
1681
+ end
1682
+ end
1683
+
1684
+ class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
1685
+ # @private
1686
+ class Representation < Google::Apis::Core::JsonRepresentation
1687
+ property :create_time, as: 'createTime'
1688
+ property :update_time, as: 'updateTime'
1689
+ end
1690
+ end
1691
+
1692
+ class GoogleCloudDiscoveryengineV1DeleteEngineMetadata
1693
+ # @private
1694
+ class Representation < Google::Apis::Core::JsonRepresentation
1695
+ property :create_time, as: 'createTime'
1696
+ property :update_time, as: 'updateTime'
1697
+ end
1698
+ end
1699
+
1247
1700
  class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
1248
1701
  # @private
1249
1702
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1252,6 +1705,104 @@ module Google
1252
1705
  end
1253
1706
  end
1254
1707
 
1708
+ class GoogleCloudDiscoveryengineV1DeleteTargetSiteMetadata
1709
+ # @private
1710
+ class Representation < Google::Apis::Core::JsonRepresentation
1711
+ property :create_time, as: 'createTime'
1712
+ property :update_time, as: 'updateTime'
1713
+ end
1714
+ end
1715
+
1716
+ class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
1717
+ # @private
1718
+ class Representation < Google::Apis::Core::JsonRepresentation
1719
+ property :create_time, as: 'createTime'
1720
+ property :update_time, as: 'updateTime'
1721
+ end
1722
+ end
1723
+
1724
+ class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchResponse
1725
+ # @private
1726
+ class Representation < Google::Apis::Core::JsonRepresentation
1727
+ end
1728
+ end
1729
+
1730
+ class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata
1731
+ # @private
1732
+ class Representation < Google::Apis::Core::JsonRepresentation
1733
+ property :create_time, as: 'createTime'
1734
+ property :update_time, as: 'updateTime'
1735
+ end
1736
+ end
1737
+
1738
+ class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse
1739
+ # @private
1740
+ class Representation < Google::Apis::Core::JsonRepresentation
1741
+ end
1742
+ end
1743
+
1744
+ class GoogleCloudDiscoveryengineV1Engine
1745
+ # @private
1746
+ class Representation < Google::Apis::Core::JsonRepresentation
1747
+ property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
1748
+
1749
+ property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
1750
+
1751
+ property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
1752
+
1753
+ property :create_time, as: 'createTime'
1754
+ collection :data_store_ids, as: 'dataStoreIds'
1755
+ property :display_name, as: 'displayName'
1756
+ property :industry_vertical, as: 'industryVertical'
1757
+ property :name, as: 'name'
1758
+ property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
1759
+
1760
+ property :solution_type, as: 'solutionType'
1761
+ property :update_time, as: 'updateTime'
1762
+ end
1763
+ end
1764
+
1765
+ class GoogleCloudDiscoveryengineV1EngineChatEngineConfig
1766
+ # @private
1767
+ class Representation < Google::Apis::Core::JsonRepresentation
1768
+ property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig::Representation
1769
+
1770
+ property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
1771
+ end
1772
+ end
1773
+
1774
+ class GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig
1775
+ # @private
1776
+ class Representation < Google::Apis::Core::JsonRepresentation
1777
+ property :business, as: 'business'
1778
+ property :default_language_code, as: 'defaultLanguageCode'
1779
+ property :location, as: 'location'
1780
+ property :time_zone, as: 'timeZone'
1781
+ end
1782
+ end
1783
+
1784
+ class GoogleCloudDiscoveryengineV1EngineChatEngineMetadata
1785
+ # @private
1786
+ class Representation < Google::Apis::Core::JsonRepresentation
1787
+ property :dialogflow_agent, as: 'dialogflowAgent'
1788
+ end
1789
+ end
1790
+
1791
+ class GoogleCloudDiscoveryengineV1EngineCommonConfig
1792
+ # @private
1793
+ class Representation < Google::Apis::Core::JsonRepresentation
1794
+ property :company_name, as: 'companyName'
1795
+ end
1796
+ end
1797
+
1798
+ class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
1799
+ # @private
1800
+ class Representation < Google::Apis::Core::JsonRepresentation
1801
+ collection :search_add_ons, as: 'searchAddOns'
1802
+ property :search_tier, as: 'searchTier'
1803
+ end
1804
+ end
1805
+
1255
1806
  class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
1256
1807
  # @private
1257
1808
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1279,6 +1830,24 @@ module Google
1279
1830
  end
1280
1831
  end
1281
1832
 
1833
+ class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata
1834
+ # @private
1835
+ class Representation < Google::Apis::Core::JsonRepresentation
1836
+ property :create_time, as: 'createTime'
1837
+ property :update_time, as: 'updateTime'
1838
+ end
1839
+ end
1840
+
1841
+ class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
1842
+ # @private
1843
+ class Representation < Google::Apis::Core::JsonRepresentation
1844
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
1845
+
1846
+ property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
1847
+ property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
1848
+ end
1849
+ end
1850
+
1282
1851
  class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
1283
1852
  # @private
1284
1853
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1319,6 +1888,23 @@ module Google
1319
1888
  end
1320
1889
  end
1321
1890
 
1891
+ class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata
1892
+ # @private
1893
+ class Representation < Google::Apis::Core::JsonRepresentation
1894
+ property :create_time, as: 'createTime'
1895
+ property :update_time, as: 'updateTime'
1896
+ end
1897
+ end
1898
+
1899
+ class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
1900
+ # @private
1901
+ class Representation < Google::Apis::Core::JsonRepresentation
1902
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
1903
+
1904
+ property :purge_count, :numeric_string => true, as: 'purgeCount'
1905
+ end
1906
+ end
1907
+
1322
1908
  class GoogleCloudDiscoveryengineV1Schema
1323
1909
  # @private
1324
1910
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1328,6 +1914,46 @@ module Google
1328
1914
  end
1329
1915
  end
1330
1916
 
1917
+ class GoogleCloudDiscoveryengineV1SiteVerificationInfo
1918
+ # @private
1919
+ class Representation < Google::Apis::Core::JsonRepresentation
1920
+ property :site_verification_state, as: 'siteVerificationState'
1921
+ property :verify_time, as: 'verifyTime'
1922
+ end
1923
+ end
1924
+
1925
+ class GoogleCloudDiscoveryengineV1TargetSite
1926
+ # @private
1927
+ class Representation < Google::Apis::Core::JsonRepresentation
1928
+ property :exact_match, as: 'exactMatch'
1929
+ property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1TargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1TargetSiteFailureReason::Representation
1930
+
1931
+ property :generated_uri_pattern, as: 'generatedUriPattern'
1932
+ property :indexing_status, as: 'indexingStatus'
1933
+ property :name, as: 'name'
1934
+ property :provided_uri_pattern, as: 'providedUriPattern'
1935
+ property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1SiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1SiteVerificationInfo::Representation
1936
+
1937
+ property :type, as: 'type'
1938
+ property :update_time, as: 'updateTime'
1939
+ end
1940
+ end
1941
+
1942
+ class GoogleCloudDiscoveryengineV1TargetSiteFailureReason
1943
+ # @private
1944
+ class Representation < Google::Apis::Core::JsonRepresentation
1945
+ property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure::Representation
1946
+
1947
+ end
1948
+ end
1949
+
1950
+ class GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure
1951
+ # @private
1952
+ class Representation < Google::Apis::Core::JsonRepresentation
1953
+ property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
1954
+ end
1955
+ end
1956
+
1331
1957
  class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
1332
1958
  # @private
1333
1959
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1336,6 +1962,14 @@ module Google
1336
1962
  end
1337
1963
  end
1338
1964
 
1965
+ class GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata
1966
+ # @private
1967
+ class Representation < Google::Apis::Core::JsonRepresentation
1968
+ property :create_time, as: 'createTime'
1969
+ property :update_time, as: 'updateTime'
1970
+ end
1971
+ end
1972
+
1339
1973
  class GoogleCloudDiscoveryengineV1alphaAdditionalParams
1340
1974
  # @private
1341
1975
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1710,6 +2344,7 @@ module Google
1710
2344
  class Representation < Google::Apis::Core::JsonRepresentation
1711
2345
  property :business, as: 'business'
1712
2346
  property :default_language_code, as: 'defaultLanguageCode'
2347
+ property :location, as: 'location'
1713
2348
  property :time_zone, as: 'timeZone'
1714
2349
  end
1715
2350
  end
@@ -1866,45 +2501,81 @@ module Google
1866
2501
  end
1867
2502
  end
1868
2503
 
1869
- class GoogleCloudDiscoveryengineV1alphaImportDocumentsRequest
2504
+ class GoogleCloudDiscoveryengineV1alphaImportDocumentsRequest
2505
+ # @private
2506
+ class Representation < Google::Apis::Core::JsonRepresentation
2507
+ property :auto_generate_ids, as: 'autoGenerateIds'
2508
+ property :bigquery_source, as: 'bigquerySource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQuerySource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQuerySource::Representation
2509
+
2510
+ property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
2511
+
2512
+ property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource::Representation
2513
+
2514
+ property :id_field, as: 'idField'
2515
+ property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource::Representation
2516
+
2517
+ property :reconciliation_mode, as: 'reconciliationMode'
2518
+ end
2519
+ end
2520
+
2521
+ class GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource
2522
+ # @private
2523
+ class Representation < Google::Apis::Core::JsonRepresentation
2524
+ collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocument, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocument::Representation
2525
+
2526
+ end
2527
+ end
2528
+
2529
+ class GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse
2530
+ # @private
2531
+ class Representation < Google::Apis::Core::JsonRepresentation
2532
+ property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
2533
+
2534
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
2535
+
2536
+ end
2537
+ end
2538
+
2539
+ class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
2540
+ # @private
2541
+ class Representation < Google::Apis::Core::JsonRepresentation
2542
+ property :gcs_prefix, as: 'gcsPrefix'
2543
+ end
2544
+ end
2545
+
2546
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata
2547
+ # @private
2548
+ class Representation < Google::Apis::Core::JsonRepresentation
2549
+ property :create_time, as: 'createTime'
2550
+ property :update_time, as: 'updateTime'
2551
+ end
2552
+ end
2553
+
2554
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequest
1870
2555
  # @private
1871
2556
  class Representation < Google::Apis::Core::JsonRepresentation
1872
- property :auto_generate_ids, as: 'autoGenerateIds'
1873
- property :bigquery_source, as: 'bigquerySource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQuerySource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaBigQuerySource::Representation
1874
-
1875
- property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
1876
-
1877
2557
  property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaGcsSource::Representation
1878
2558
 
1879
- property :id_field, as: 'idField'
1880
- property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource::Representation
2559
+ property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequestInlineSource::Representation
1881
2560
 
1882
- property :reconciliation_mode, as: 'reconciliationMode'
1883
2561
  end
1884
2562
  end
1885
2563
 
1886
- class GoogleCloudDiscoveryengineV1alphaImportDocumentsRequestInlineSource
2564
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesRequestInlineSource
1887
2565
  # @private
1888
2566
  class Representation < Google::Apis::Core::JsonRepresentation
1889
- collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocument, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaDocument::Representation
2567
+ collection :entries, as: 'entries', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry::Representation
1890
2568
 
1891
2569
  end
1892
2570
  end
1893
2571
 
1894
- class GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse
2572
+ class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse
1895
2573
  # @private
1896
2574
  class Representation < Google::Apis::Core::JsonRepresentation
1897
- property :error_config, as: 'errorConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaImportErrorConfig::Representation
1898
-
1899
2575
  collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
1900
2576
 
1901
- end
1902
- end
1903
-
1904
- class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
1905
- # @private
1906
- class Representation < Google::Apis::Core::JsonRepresentation
1907
- property :gcs_prefix, as: 'gcsPrefix'
2577
+ property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
2578
+ property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
1908
2579
  end
1909
2580
  end
1910
2581
 
@@ -2101,6 +2772,29 @@ module Google
2101
2772
  end
2102
2773
  end
2103
2774
 
2775
+ class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata
2776
+ # @private
2777
+ class Representation < Google::Apis::Core::JsonRepresentation
2778
+ property :create_time, as: 'createTime'
2779
+ property :update_time, as: 'updateTime'
2780
+ end
2781
+ end
2782
+
2783
+ class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesRequest
2784
+ # @private
2785
+ class Representation < Google::Apis::Core::JsonRepresentation
2786
+ end
2787
+ end
2788
+
2789
+ class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
2790
+ # @private
2791
+ class Representation < Google::Apis::Core::JsonRepresentation
2792
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
2793
+
2794
+ property :purge_count, :numeric_string => true, as: 'purgeCount'
2795
+ end
2796
+ end
2797
+
2104
2798
  class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsMetadata
2105
2799
  # @private
2106
2800
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2596,6 +3290,14 @@ module Google
2596
3290
  end
2597
3291
  end
2598
3292
 
3293
+ class GoogleCloudDiscoveryengineV1alphaSuggestionDenyListEntry
3294
+ # @private
3295
+ class Representation < Google::Apis::Core::JsonRepresentation
3296
+ property :block_phrase, as: 'blockPhrase'
3297
+ property :match_operator, as: 'matchOperator'
3298
+ end
3299
+ end
3300
+
2599
3301
  class GoogleCloudDiscoveryengineV1alphaTargetSite
2600
3302
  # @private
2601
3303
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2624,6 +3326,7 @@ module Google
2624
3326
  class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
2625
3327
  # @private
2626
3328
  class Representation < Google::Apis::Core::JsonRepresentation
3329
+ property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
2627
3330
  end
2628
3331
  end
2629
3332
 
@@ -2813,6 +3516,7 @@ module Google
2813
3516
 
2814
3517
  hash :fields_ui_components_map, as: 'fieldsUiComponentsMap', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaWidgetConfigUiComponentField::Representation
2815
3518
 
3519
+ property :industry_vertical, as: 'industryVertical'
2816
3520
  property :llm_enabled, as: 'llmEnabled'
2817
3521
  property :minimum_data_term_accepted, as: 'minimumDataTermAccepted'
2818
3522
  property :name, as: 'name'
@@ -2881,6 +3585,38 @@ module Google
2881
3585
  end
2882
3586
  end
2883
3587
 
3588
+ class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
3589
+ # @private
3590
+ class Representation < Google::Apis::Core::JsonRepresentation
3591
+ property :create_time, as: 'createTime'
3592
+ property :update_time, as: 'updateTime'
3593
+ end
3594
+ end
3595
+
3596
+ class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesResponse
3597
+ # @private
3598
+ class Representation < Google::Apis::Core::JsonRepresentation
3599
+ collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTargetSite, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTargetSite::Representation
3600
+
3601
+ end
3602
+ end
3603
+
3604
+ class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
3605
+ # @private
3606
+ class Representation < Google::Apis::Core::JsonRepresentation
3607
+ property :create_time, as: 'createTime'
3608
+ property :update_time, as: 'updateTime'
3609
+ end
3610
+ end
3611
+
3612
+ class GoogleCloudDiscoveryengineV1betaCreateEngineMetadata
3613
+ # @private
3614
+ class Representation < Google::Apis::Core::JsonRepresentation
3615
+ property :create_time, as: 'createTime'
3616
+ property :update_time, as: 'updateTime'
3617
+ end
3618
+ end
3619
+
2884
3620
  class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
2885
3621
  # @private
2886
3622
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2889,6 +3625,43 @@ module Google
2889
3625
  end
2890
3626
  end
2891
3627
 
3628
+ class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
3629
+ # @private
3630
+ class Representation < Google::Apis::Core::JsonRepresentation
3631
+ property :create_time, as: 'createTime'
3632
+ property :update_time, as: 'updateTime'
3633
+ end
3634
+ end
3635
+
3636
+ class GoogleCloudDiscoveryengineV1betaDataStore
3637
+ # @private
3638
+ class Representation < Google::Apis::Core::JsonRepresentation
3639
+ property :content_config, as: 'contentConfig'
3640
+ property :create_time, as: 'createTime'
3641
+ property :default_schema_id, as: 'defaultSchemaId'
3642
+ property :display_name, as: 'displayName'
3643
+ property :industry_vertical, as: 'industryVertical'
3644
+ property :name, as: 'name'
3645
+ collection :solution_types, as: 'solutionTypes'
3646
+ end
3647
+ end
3648
+
3649
+ class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
3650
+ # @private
3651
+ class Representation < Google::Apis::Core::JsonRepresentation
3652
+ property :create_time, as: 'createTime'
3653
+ property :update_time, as: 'updateTime'
3654
+ end
3655
+ end
3656
+
3657
+ class GoogleCloudDiscoveryengineV1betaDeleteEngineMetadata
3658
+ # @private
3659
+ class Representation < Google::Apis::Core::JsonRepresentation
3660
+ property :create_time, as: 'createTime'
3661
+ property :update_time, as: 'updateTime'
3662
+ end
3663
+ end
3664
+
2892
3665
  class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
2893
3666
  # @private
2894
3667
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2897,6 +3670,104 @@ module Google
2897
3670
  end
2898
3671
  end
2899
3672
 
3673
+ class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
3674
+ # @private
3675
+ class Representation < Google::Apis::Core::JsonRepresentation
3676
+ property :create_time, as: 'createTime'
3677
+ property :update_time, as: 'updateTime'
3678
+ end
3679
+ end
3680
+
3681
+ class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
3682
+ # @private
3683
+ class Representation < Google::Apis::Core::JsonRepresentation
3684
+ property :create_time, as: 'createTime'
3685
+ property :update_time, as: 'updateTime'
3686
+ end
3687
+ end
3688
+
3689
+ class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchResponse
3690
+ # @private
3691
+ class Representation < Google::Apis::Core::JsonRepresentation
3692
+ end
3693
+ end
3694
+
3695
+ class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchMetadata
3696
+ # @private
3697
+ class Representation < Google::Apis::Core::JsonRepresentation
3698
+ property :create_time, as: 'createTime'
3699
+ property :update_time, as: 'updateTime'
3700
+ end
3701
+ end
3702
+
3703
+ class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse
3704
+ # @private
3705
+ class Representation < Google::Apis::Core::JsonRepresentation
3706
+ end
3707
+ end
3708
+
3709
+ class GoogleCloudDiscoveryengineV1betaEngine
3710
+ # @private
3711
+ class Representation < Google::Apis::Core::JsonRepresentation
3712
+ property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig::Representation
3713
+
3714
+ property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
3715
+
3716
+ property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
3717
+
3718
+ property :create_time, as: 'createTime'
3719
+ collection :data_store_ids, as: 'dataStoreIds'
3720
+ property :display_name, as: 'displayName'
3721
+ property :industry_vertical, as: 'industryVertical'
3722
+ property :name, as: 'name'
3723
+ property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
3724
+
3725
+ property :solution_type, as: 'solutionType'
3726
+ property :update_time, as: 'updateTime'
3727
+ end
3728
+ end
3729
+
3730
+ class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig
3731
+ # @private
3732
+ class Representation < Google::Apis::Core::JsonRepresentation
3733
+ property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig::Representation
3734
+
3735
+ property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
3736
+ end
3737
+ end
3738
+
3739
+ class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig
3740
+ # @private
3741
+ class Representation < Google::Apis::Core::JsonRepresentation
3742
+ property :business, as: 'business'
3743
+ property :default_language_code, as: 'defaultLanguageCode'
3744
+ property :location, as: 'location'
3745
+ property :time_zone, as: 'timeZone'
3746
+ end
3747
+ end
3748
+
3749
+ class GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
3750
+ # @private
3751
+ class Representation < Google::Apis::Core::JsonRepresentation
3752
+ property :dialogflow_agent, as: 'dialogflowAgent'
3753
+ end
3754
+ end
3755
+
3756
+ class GoogleCloudDiscoveryengineV1betaEngineCommonConfig
3757
+ # @private
3758
+ class Representation < Google::Apis::Core::JsonRepresentation
3759
+ property :company_name, as: 'companyName'
3760
+ end
3761
+ end
3762
+
3763
+ class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
3764
+ # @private
3765
+ class Representation < Google::Apis::Core::JsonRepresentation
3766
+ collection :search_add_ons, as: 'searchAddOns'
3767
+ property :search_tier, as: 'searchTier'
3768
+ end
3769
+ end
3770
+
2900
3771
  class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
2901
3772
  # @private
2902
3773
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2924,6 +3795,24 @@ module Google
2924
3795
  end
2925
3796
  end
2926
3797
 
3798
+ class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata
3799
+ # @private
3800
+ class Representation < Google::Apis::Core::JsonRepresentation
3801
+ property :create_time, as: 'createTime'
3802
+ property :update_time, as: 'updateTime'
3803
+ end
3804
+ end
3805
+
3806
+ class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse
3807
+ # @private
3808
+ class Representation < Google::Apis::Core::JsonRepresentation
3809
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
3810
+
3811
+ property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
3812
+ property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
3813
+ end
3814
+ end
3815
+
2927
3816
  class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
2928
3817
  # @private
2929
3818
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2964,6 +3853,23 @@ module Google
2964
3853
  end
2965
3854
  end
2966
3855
 
3856
+ class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
3857
+ # @private
3858
+ class Representation < Google::Apis::Core::JsonRepresentation
3859
+ property :create_time, as: 'createTime'
3860
+ property :update_time, as: 'updateTime'
3861
+ end
3862
+ end
3863
+
3864
+ class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse
3865
+ # @private
3866
+ class Representation < Google::Apis::Core::JsonRepresentation
3867
+ collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleRpcStatus::Representation
3868
+
3869
+ property :purge_count, :numeric_string => true, as: 'purgeCount'
3870
+ end
3871
+ end
3872
+
2967
3873
  class GoogleCloudDiscoveryengineV1betaSchema
2968
3874
  # @private
2969
3875
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2973,6 +3879,46 @@ module Google
2973
3879
  end
2974
3880
  end
2975
3881
 
3882
+ class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
3883
+ # @private
3884
+ class Representation < Google::Apis::Core::JsonRepresentation
3885
+ property :site_verification_state, as: 'siteVerificationState'
3886
+ property :verify_time, as: 'verifyTime'
3887
+ end
3888
+ end
3889
+
3890
+ class GoogleCloudDiscoveryengineV1betaTargetSite
3891
+ # @private
3892
+ class Representation < Google::Apis::Core::JsonRepresentation
3893
+ property :exact_match, as: 'exactMatch'
3894
+ property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason::Representation
3895
+
3896
+ property :generated_uri_pattern, as: 'generatedUriPattern'
3897
+ property :indexing_status, as: 'indexingStatus'
3898
+ property :name, as: 'name'
3899
+ property :provided_uri_pattern, as: 'providedUriPattern'
3900
+ property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo::Representation
3901
+
3902
+ property :type, as: 'type'
3903
+ property :update_time, as: 'updateTime'
3904
+ end
3905
+ end
3906
+
3907
+ class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason
3908
+ # @private
3909
+ class Representation < Google::Apis::Core::JsonRepresentation
3910
+ property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure::Representation
3911
+
3912
+ end
3913
+ end
3914
+
3915
+ class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure
3916
+ # @private
3917
+ class Representation < Google::Apis::Core::JsonRepresentation
3918
+ property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
3919
+ end
3920
+ end
3921
+
2976
3922
  class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
2977
3923
  # @private
2978
3924
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2981,6 +3927,14 @@ module Google
2981
3927
  end
2982
3928
  end
2983
3929
 
3930
+ class GoogleCloudDiscoveryengineV1betaUpdateTargetSiteMetadata
3931
+ # @private
3932
+ class Representation < Google::Apis::Core::JsonRepresentation
3933
+ property :create_time, as: 'createTime'
3934
+ property :update_time, as: 'updateTime'
3935
+ end
3936
+ end
3937
+
2984
3938
  class GoogleLongrunningListOperationsResponse
2985
3939
  # @private
2986
3940
  class Representation < Google::Apis::Core::JsonRepresentation