google-apis-discoveryengine_v1beta 0.31.0 → 0.32.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 +5 -0
- data/lib/google/apis/discoveryengine_v1beta/classes.rb +3824 -1601
- data/lib/google/apis/discoveryengine_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/discoveryengine_v1beta/representations.rb +1363 -257
- data/lib/google/apis/discoveryengine_v1beta/service.rb +2219 -685
- metadata +6 -6
@@ -64,917 +64,1367 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class GoogleCloudDiscoveryengineV1BatchCreateTargetSitesResponse
|
74
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
75
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class
|
79
|
+
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
80
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
81
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
-
class
|
85
|
+
class GoogleCloudDiscoveryengineV1CreateEngineMetadata
|
86
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
87
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
-
class
|
91
|
+
class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
|
92
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
93
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
-
class
|
97
|
+
class GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
|
98
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
99
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class
|
103
|
+
class GoogleCloudDiscoveryengineV1DataStore
|
104
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
105
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
-
class
|
109
|
+
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
110
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
111
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
-
class
|
115
|
+
class GoogleCloudDiscoveryengineV1DeleteEngineMetadata
|
116
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
117
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class
|
121
|
+
class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
|
122
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
123
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
-
class
|
127
|
+
class GoogleCloudDiscoveryengineV1DeleteTargetSiteMetadata
|
128
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
129
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
-
class
|
133
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
134
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
135
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
-
class
|
139
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchResponse
|
140
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
141
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
-
class
|
145
|
+
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata
|
146
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
147
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
-
class
|
151
|
+
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse
|
152
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
153
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
-
class
|
157
|
+
class GoogleCloudDiscoveryengineV1Engine
|
158
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
159
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
-
class
|
163
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineConfig
|
164
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
165
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
-
class
|
169
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig
|
170
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
171
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
-
class
|
175
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineMetadata
|
176
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
177
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
-
class
|
181
|
+
class GoogleCloudDiscoveryengineV1EngineCommonConfig
|
182
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
183
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class
|
187
|
+
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
188
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
189
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
-
class
|
193
|
+
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
194
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
195
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
-
class
|
199
|
+
class GoogleCloudDiscoveryengineV1ImportDocumentsResponse
|
200
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
201
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class
|
205
|
+
class GoogleCloudDiscoveryengineV1ImportErrorConfig
|
206
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
207
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
-
class
|
211
|
+
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata
|
212
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
213
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
-
class
|
217
|
+
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
|
218
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
219
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
-
class
|
223
|
+
class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
|
224
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
225
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
-
class
|
229
|
+
class GoogleCloudDiscoveryengineV1ImportUserEventsResponse
|
230
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
231
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
234
|
|
235
|
-
class
|
235
|
+
class GoogleCloudDiscoveryengineV1PurgeDocumentsMetadata
|
236
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
237
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
239
239
|
end
|
240
240
|
|
241
|
-
class
|
241
|
+
class GoogleCloudDiscoveryengineV1PurgeDocumentsResponse
|
242
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
243
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
-
class
|
247
|
+
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata
|
248
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
249
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
251
251
|
end
|
252
252
|
|
253
|
-
class
|
253
|
+
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
|
254
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
255
|
|
256
256
|
include Google::Apis::Core::JsonObjectSupport
|
257
257
|
end
|
258
258
|
|
259
|
-
class
|
259
|
+
class GoogleCloudDiscoveryengineV1Schema
|
260
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
261
|
|
262
262
|
include Google::Apis::Core::JsonObjectSupport
|
263
263
|
end
|
264
264
|
|
265
|
-
class
|
265
|
+
class GoogleCloudDiscoveryengineV1SiteVerificationInfo
|
266
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
267
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
-
class
|
271
|
+
class GoogleCloudDiscoveryengineV1TargetSite
|
272
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
273
|
|
274
274
|
include Google::Apis::Core::JsonObjectSupport
|
275
275
|
end
|
276
276
|
|
277
|
-
class
|
277
|
+
class GoogleCloudDiscoveryengineV1TargetSiteFailureReason
|
278
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
279
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
-
class
|
283
|
+
class GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure
|
284
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
285
|
|
286
286
|
include Google::Apis::Core::JsonObjectSupport
|
287
287
|
end
|
288
288
|
|
289
|
-
class
|
289
|
+
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
290
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
291
|
|
292
292
|
include Google::Apis::Core::JsonObjectSupport
|
293
293
|
end
|
294
294
|
|
295
|
-
class
|
295
|
+
class GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata
|
296
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
297
|
|
298
298
|
include Google::Apis::Core::JsonObjectSupport
|
299
299
|
end
|
300
300
|
|
301
|
-
class
|
301
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSiteMetadata
|
302
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
303
|
|
304
304
|
include Google::Apis::Core::JsonObjectSupport
|
305
305
|
end
|
306
306
|
|
307
|
-
class
|
307
|
+
class GoogleCloudDiscoveryengineV1alphaBatchCreateTargetSitesResponse
|
308
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
309
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
-
class
|
313
|
+
class GoogleCloudDiscoveryengineV1alphaCreateDataStoreMetadata
|
314
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
315
|
|
316
316
|
include Google::Apis::Core::JsonObjectSupport
|
317
317
|
end
|
318
318
|
|
319
|
-
class
|
319
|
+
class GoogleCloudDiscoveryengineV1alphaCreateEngineMetadata
|
320
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
321
|
|
322
322
|
include Google::Apis::Core::JsonObjectSupport
|
323
323
|
end
|
324
324
|
|
325
|
-
class
|
325
|
+
class GoogleCloudDiscoveryengineV1alphaCreateSchemaMetadata
|
326
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
327
|
|
328
328
|
include Google::Apis::Core::JsonObjectSupport
|
329
329
|
end
|
330
330
|
|
331
|
-
class
|
331
|
+
class GoogleCloudDiscoveryengineV1alphaCreateTargetSiteMetadata
|
332
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
333
|
|
334
334
|
include Google::Apis::Core::JsonObjectSupport
|
335
335
|
end
|
336
336
|
|
337
|
-
class
|
337
|
+
class GoogleCloudDiscoveryengineV1alphaDataStore
|
338
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
339
|
|
340
340
|
include Google::Apis::Core::JsonObjectSupport
|
341
341
|
end
|
342
342
|
|
343
|
-
class
|
343
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata
|
344
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
345
|
|
346
346
|
include Google::Apis::Core::JsonObjectSupport
|
347
347
|
end
|
348
348
|
|
349
|
-
class
|
349
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteEngineMetadata
|
350
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
351
|
|
352
352
|
include Google::Apis::Core::JsonObjectSupport
|
353
353
|
end
|
354
354
|
|
355
|
-
class
|
355
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSchemaMetadata
|
356
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
357
|
|
358
358
|
include Google::Apis::Core::JsonObjectSupport
|
359
359
|
end
|
360
360
|
|
361
|
-
class
|
361
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteTargetSiteMetadata
|
362
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
363
|
|
364
364
|
include Google::Apis::Core::JsonObjectSupport
|
365
365
|
end
|
366
366
|
|
367
|
-
class
|
367
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchMetadata
|
368
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
369
|
|
370
370
|
include Google::Apis::Core::JsonObjectSupport
|
371
371
|
end
|
372
372
|
|
373
|
-
class
|
373
|
+
class GoogleCloudDiscoveryengineV1alphaDisableAdvancedSiteSearchResponse
|
374
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
375
|
|
376
376
|
include Google::Apis::Core::JsonObjectSupport
|
377
377
|
end
|
378
378
|
|
379
|
-
class
|
379
|
+
class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfig
|
380
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
381
|
|
382
382
|
include Google::Apis::Core::JsonObjectSupport
|
383
383
|
end
|
384
384
|
|
385
|
-
class
|
385
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchMetadata
|
386
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
387
|
|
388
388
|
include Google::Apis::Core::JsonObjectSupport
|
389
389
|
end
|
390
390
|
|
391
|
-
class
|
391
|
+
class GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchResponse
|
392
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
393
|
|
394
394
|
include Google::Apis::Core::JsonObjectSupport
|
395
395
|
end
|
396
396
|
|
397
|
-
class
|
397
|
+
class GoogleCloudDiscoveryengineV1alphaEngine
|
398
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
399
|
|
400
400
|
include Google::Apis::Core::JsonObjectSupport
|
401
401
|
end
|
402
402
|
|
403
|
-
class
|
403
|
+
class GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig
|
404
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
405
|
|
406
406
|
include Google::Apis::Core::JsonObjectSupport
|
407
407
|
end
|
408
408
|
|
409
|
-
class
|
409
|
+
class GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig
|
410
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
411
|
|
412
412
|
include Google::Apis::Core::JsonObjectSupport
|
413
413
|
end
|
414
414
|
|
415
|
-
class
|
415
|
+
class GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata
|
416
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
417
|
|
418
418
|
include Google::Apis::Core::JsonObjectSupport
|
419
419
|
end
|
420
420
|
|
421
|
-
class
|
421
|
+
class GoogleCloudDiscoveryengineV1alphaEngineCommonConfig
|
422
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
423
|
|
424
424
|
include Google::Apis::Core::JsonObjectSupport
|
425
425
|
end
|
426
426
|
|
427
|
-
class
|
427
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig
|
428
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
429
|
|
430
430
|
include Google::Apis::Core::JsonObjectSupport
|
431
431
|
end
|
432
432
|
|
433
|
-
class
|
433
|
+
class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
|
434
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
435
|
|
436
436
|
include Google::Apis::Core::JsonObjectSupport
|
437
437
|
end
|
438
438
|
|
439
|
-
class
|
439
|
+
class GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata
|
440
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
441
|
|
442
442
|
include Google::Apis::Core::JsonObjectSupport
|
443
443
|
end
|
444
444
|
|
445
|
-
class
|
445
|
+
class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
|
446
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
447
|
|
448
448
|
include Google::Apis::Core::JsonObjectSupport
|
449
449
|
end
|
450
450
|
|
451
|
-
class
|
451
|
+
class GoogleCloudDiscoveryengineV1alphaEngineSimilarDocumentsEngineConfig
|
452
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
453
|
|
454
454
|
include Google::Apis::Core::JsonObjectSupport
|
455
455
|
end
|
456
456
|
|
457
|
-
class
|
457
|
+
class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeMetadata
|
458
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
459
|
|
460
460
|
include Google::Apis::Core::JsonObjectSupport
|
461
461
|
end
|
462
462
|
|
463
|
-
class
|
463
|
+
class GoogleCloudDiscoveryengineV1alphaEstimateDataSizeResponse
|
464
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
465
|
|
466
466
|
include Google::Apis::Core::JsonObjectSupport
|
467
467
|
end
|
468
468
|
|
469
|
-
class
|
469
|
+
class GoogleCloudDiscoveryengineV1alphaFieldConfig
|
470
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
471
|
|
472
472
|
include Google::Apis::Core::JsonObjectSupport
|
473
473
|
end
|
474
474
|
|
475
|
-
class
|
475
|
+
class GoogleCloudDiscoveryengineV1alphaImportDocumentsMetadata
|
476
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
477
|
|
478
478
|
include Google::Apis::Core::JsonObjectSupport
|
479
479
|
end
|
480
480
|
|
481
|
-
class
|
481
|
+
class GoogleCloudDiscoveryengineV1alphaImportDocumentsResponse
|
482
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
483
|
|
484
484
|
include Google::Apis::Core::JsonObjectSupport
|
485
485
|
end
|
486
486
|
|
487
|
-
class
|
487
|
+
class GoogleCloudDiscoveryengineV1alphaImportErrorConfig
|
488
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
489
|
|
490
490
|
include Google::Apis::Core::JsonObjectSupport
|
491
491
|
end
|
492
492
|
|
493
|
-
class
|
493
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata
|
494
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
495
|
|
496
496
|
include Google::Apis::Core::JsonObjectSupport
|
497
497
|
end
|
498
498
|
|
499
|
-
class
|
499
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse
|
500
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
501
|
|
502
502
|
include Google::Apis::Core::JsonObjectSupport
|
503
503
|
end
|
504
504
|
|
505
|
-
class
|
505
|
+
class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
|
506
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
507
|
|
508
508
|
include Google::Apis::Core::JsonObjectSupport
|
509
509
|
end
|
510
510
|
|
511
|
-
class
|
511
|
+
class GoogleCloudDiscoveryengineV1alphaImportUserEventsResponse
|
512
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
513
|
|
514
514
|
include Google::Apis::Core::JsonObjectSupport
|
515
515
|
end
|
516
516
|
|
517
|
-
class
|
517
|
+
class GoogleCloudDiscoveryengineV1alphaOcrConfig
|
518
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
519
|
|
520
520
|
include Google::Apis::Core::JsonObjectSupport
|
521
521
|
end
|
522
522
|
|
523
|
-
class
|
523
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsMetadata
|
524
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
525
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
527
527
|
end
|
528
528
|
|
529
|
-
class
|
529
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeDocumentsResponse
|
530
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
531
|
|
532
532
|
include Google::Apis::Core::JsonObjectSupport
|
533
533
|
end
|
534
534
|
|
535
|
-
class
|
535
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata
|
536
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
537
|
|
538
538
|
include Google::Apis::Core::JsonObjectSupport
|
539
539
|
end
|
540
540
|
|
541
|
-
class
|
541
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
|
542
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
543
|
|
544
544
|
include Google::Apis::Core::JsonObjectSupport
|
545
545
|
end
|
546
546
|
|
547
|
-
class
|
547
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsMetadata
|
548
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
549
|
|
550
550
|
include Google::Apis::Core::JsonObjectSupport
|
551
551
|
end
|
552
552
|
|
553
|
-
class
|
553
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
|
554
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
555
|
|
556
556
|
include Google::Apis::Core::JsonObjectSupport
|
557
557
|
end
|
558
558
|
|
559
|
-
class
|
559
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisMetadata
|
560
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
561
|
|
562
562
|
include Google::Apis::Core::JsonObjectSupport
|
563
563
|
end
|
564
564
|
|
565
|
-
class
|
565
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponse
|
566
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
567
|
|
568
568
|
include Google::Apis::Core::JsonObjectSupport
|
569
569
|
end
|
570
570
|
|
571
|
-
class
|
571
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfo
|
572
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
573
|
|
574
574
|
include Google::Apis::Core::JsonObjectSupport
|
575
575
|
end
|
576
576
|
|
577
|
-
class
|
577
|
+
class GoogleCloudDiscoveryengineV1alphaRecrawlUrisResponseFailureInfoFailureReason
|
578
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
579
|
|
580
580
|
include Google::Apis::Core::JsonObjectSupport
|
581
581
|
end
|
582
582
|
|
583
|
-
class
|
583
|
+
class GoogleCloudDiscoveryengineV1alphaSchema
|
584
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
585
|
|
586
586
|
include Google::Apis::Core::JsonObjectSupport
|
587
587
|
end
|
588
588
|
|
589
|
-
class
|
589
|
+
class GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
|
590
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
591
|
|
592
592
|
include Google::Apis::Core::JsonObjectSupport
|
593
593
|
end
|
594
594
|
|
595
|
-
class
|
595
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSite
|
596
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
597
|
|
598
598
|
include Google::Apis::Core::JsonObjectSupport
|
599
599
|
end
|
600
600
|
|
601
|
-
class
|
601
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
|
602
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
603
|
|
604
604
|
include Google::Apis::Core::JsonObjectSupport
|
605
605
|
end
|
606
606
|
|
607
|
-
class
|
607
|
+
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
|
608
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
609
|
|
610
610
|
include Google::Apis::Core::JsonObjectSupport
|
611
611
|
end
|
612
612
|
|
613
|
-
class
|
613
|
+
class GoogleCloudDiscoveryengineV1alphaTrainCustomModelMetadata
|
614
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
615
|
|
616
616
|
include Google::Apis::Core::JsonObjectSupport
|
617
617
|
end
|
618
618
|
|
619
|
-
class
|
619
|
+
class GoogleCloudDiscoveryengineV1alphaTrainCustomModelResponse
|
620
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
621
|
|
622
622
|
include Google::Apis::Core::JsonObjectSupport
|
623
623
|
end
|
624
624
|
|
625
|
-
class
|
625
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata
|
626
626
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
627
|
|
628
628
|
include Google::Apis::Core::JsonObjectSupport
|
629
629
|
end
|
630
630
|
|
631
|
-
class
|
631
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineResponse
|
632
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
633
|
|
634
634
|
include Google::Apis::Core::JsonObjectSupport
|
635
635
|
end
|
636
636
|
|
637
|
-
class
|
637
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
638
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
639
|
|
640
640
|
include Google::Apis::Core::JsonObjectSupport
|
641
641
|
end
|
642
642
|
|
643
|
-
class
|
643
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
644
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
645
|
|
646
646
|
include Google::Apis::Core::JsonObjectSupport
|
647
647
|
end
|
648
648
|
|
649
|
-
class
|
649
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
650
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
651
|
|
652
652
|
include Google::Apis::Core::JsonObjectSupport
|
653
653
|
end
|
654
654
|
|
655
|
-
class
|
655
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
|
656
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
657
|
|
658
658
|
include Google::Apis::Core::JsonObjectSupport
|
659
659
|
end
|
660
660
|
|
661
|
-
class
|
661
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesResponse
|
662
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
663
|
|
664
664
|
include Google::Apis::Core::JsonObjectSupport
|
665
665
|
end
|
666
666
|
|
667
|
-
class
|
667
|
+
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
668
668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
669
|
|
670
670
|
include Google::Apis::Core::JsonObjectSupport
|
671
671
|
end
|
672
672
|
|
673
|
-
class
|
673
|
+
class GoogleCloudDiscoveryengineV1betaBigQuerySource
|
674
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
675
|
|
676
676
|
include Google::Apis::Core::JsonObjectSupport
|
677
677
|
end
|
678
678
|
|
679
|
-
class
|
679
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
680
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
681
|
|
682
682
|
include Google::Apis::Core::JsonObjectSupport
|
683
683
|
end
|
684
684
|
|
685
|
-
class
|
685
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion
|
686
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
687
|
|
688
688
|
include Google::Apis::Core::JsonObjectSupport
|
689
689
|
end
|
690
690
|
|
691
|
-
class
|
691
|
+
class GoogleCloudDiscoveryengineV1betaCompletionInfo
|
692
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
693
|
|
694
694
|
include Google::Apis::Core::JsonObjectSupport
|
695
695
|
end
|
696
696
|
|
697
|
-
class
|
697
|
+
class GoogleCloudDiscoveryengineV1betaConversation
|
698
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
699
|
|
700
700
|
include Google::Apis::Core::JsonObjectSupport
|
701
701
|
end
|
702
702
|
|
703
|
-
class
|
703
|
+
class GoogleCloudDiscoveryengineV1betaConversationContext
|
704
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
705
|
|
706
706
|
include Google::Apis::Core::JsonObjectSupport
|
707
707
|
end
|
708
708
|
|
709
|
-
class
|
709
|
+
class GoogleCloudDiscoveryengineV1betaConversationMessage
|
710
710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
711
|
|
712
712
|
include Google::Apis::Core::JsonObjectSupport
|
713
713
|
end
|
714
714
|
|
715
|
-
class
|
715
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
716
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
717
|
|
718
718
|
include Google::Apis::Core::JsonObjectSupport
|
719
719
|
end
|
720
720
|
|
721
|
-
class
|
721
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationResponse
|
722
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
723
|
|
724
724
|
include Google::Apis::Core::JsonObjectSupport
|
725
725
|
end
|
726
726
|
|
727
|
-
class
|
727
|
+
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
728
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
729
|
|
730
730
|
include Google::Apis::Core::JsonObjectSupport
|
731
731
|
end
|
732
732
|
|
733
|
-
class
|
733
|
+
class GoogleCloudDiscoveryengineV1betaCreateEngineMetadata
|
734
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
735
|
|
736
736
|
include Google::Apis::Core::JsonObjectSupport
|
737
737
|
end
|
738
738
|
|
739
|
-
class
|
739
|
+
class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
|
740
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
741
|
|
742
742
|
include Google::Apis::Core::JsonObjectSupport
|
743
743
|
end
|
744
744
|
|
745
|
-
class
|
745
|
+
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
746
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
747
|
|
748
748
|
include Google::Apis::Core::JsonObjectSupport
|
749
749
|
end
|
750
750
|
|
751
|
-
class
|
751
|
+
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest
|
752
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
753
|
|
754
754
|
include Google::Apis::Core::JsonObjectSupport
|
755
755
|
end
|
756
756
|
|
757
|
-
class
|
757
|
+
class GoogleCloudDiscoveryengineV1betaCustomAttribute
|
758
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
759
|
|
760
760
|
include Google::Apis::Core::JsonObjectSupport
|
761
761
|
end
|
762
762
|
|
763
|
-
class
|
763
|
+
class GoogleCloudDiscoveryengineV1betaDataStore
|
764
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
765
|
|
766
766
|
include Google::Apis::Core::JsonObjectSupport
|
767
767
|
end
|
768
768
|
|
769
|
-
class
|
769
|
+
class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
|
770
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
771
|
|
772
772
|
include Google::Apis::Core::JsonObjectSupport
|
773
773
|
end
|
774
774
|
|
775
|
-
class
|
775
|
+
class GoogleCloudDiscoveryengineV1betaDeleteEngineMetadata
|
776
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
777
|
|
778
778
|
include Google::Apis::Core::JsonObjectSupport
|
779
779
|
end
|
780
780
|
|
781
|
-
class
|
781
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
|
782
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
783
|
|
784
784
|
include Google::Apis::Core::JsonObjectSupport
|
785
785
|
end
|
786
786
|
|
787
|
-
class
|
787
|
+
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
788
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
789
|
|
790
790
|
include Google::Apis::Core::JsonObjectSupport
|
791
791
|
end
|
792
792
|
|
793
|
-
class
|
793
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
|
794
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
795
|
|
796
796
|
include Google::Apis::Core::JsonObjectSupport
|
797
797
|
end
|
798
798
|
|
799
|
-
class
|
799
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest
|
800
800
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
801
|
|
802
802
|
include Google::Apis::Core::JsonObjectSupport
|
803
803
|
end
|
804
804
|
|
805
|
-
class
|
805
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchResponse
|
806
806
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
807
|
|
808
808
|
include Google::Apis::Core::JsonObjectSupport
|
809
809
|
end
|
810
810
|
|
811
|
-
class
|
811
|
+
class GoogleCloudDiscoveryengineV1betaDocument
|
812
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
813
|
|
814
814
|
include Google::Apis::Core::JsonObjectSupport
|
815
815
|
end
|
816
816
|
|
817
|
-
class
|
817
|
+
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
818
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
819
|
|
820
820
|
include Google::Apis::Core::JsonObjectSupport
|
821
821
|
end
|
822
822
|
|
823
|
-
class
|
823
|
+
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
824
824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
825
|
|
826
826
|
include Google::Apis::Core::JsonObjectSupport
|
827
827
|
end
|
828
828
|
|
829
|
-
class
|
829
|
+
class GoogleCloudDiscoveryengineV1betaDoubleList
|
830
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
831
|
|
832
832
|
include Google::Apis::Core::JsonObjectSupport
|
833
833
|
end
|
834
834
|
|
835
|
-
class
|
835
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchMetadata
|
836
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
837
|
|
838
838
|
include Google::Apis::Core::JsonObjectSupport
|
839
839
|
end
|
840
840
|
|
841
|
-
class
|
841
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest
|
842
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
843
|
|
844
844
|
include Google::Apis::Core::JsonObjectSupport
|
845
845
|
end
|
846
846
|
|
847
|
-
class
|
847
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse
|
848
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
849
|
|
850
850
|
include Google::Apis::Core::JsonObjectSupport
|
851
851
|
end
|
852
852
|
|
853
|
-
class
|
853
|
+
class GoogleCloudDiscoveryengineV1betaEngine
|
854
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
855
|
|
856
856
|
include Google::Apis::Core::JsonObjectSupport
|
857
857
|
end
|
858
858
|
|
859
|
-
class
|
859
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig
|
860
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
861
|
|
862
862
|
include Google::Apis::Core::JsonObjectSupport
|
863
863
|
end
|
864
864
|
|
865
|
-
class
|
865
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig
|
866
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
867
|
|
868
868
|
include Google::Apis::Core::JsonObjectSupport
|
869
869
|
end
|
870
870
|
|
871
|
-
class
|
871
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
|
872
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
873
|
|
874
874
|
include Google::Apis::Core::JsonObjectSupport
|
875
875
|
end
|
876
876
|
|
877
|
-
class
|
877
|
+
class GoogleCloudDiscoveryengineV1betaEngineCommonConfig
|
878
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
879
|
|
880
880
|
include Google::Apis::Core::JsonObjectSupport
|
881
881
|
end
|
882
882
|
|
883
|
-
class
|
883
|
+
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
884
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
885
|
|
886
886
|
include Google::Apis::Core::JsonObjectSupport
|
887
887
|
end
|
888
888
|
|
889
|
-
class
|
889
|
+
class GoogleCloudDiscoveryengineV1betaFetchDomainVerificationStatusResponse
|
890
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
891
|
|
892
892
|
include Google::Apis::Core::JsonObjectSupport
|
893
893
|
end
|
894
894
|
|
895
|
-
class
|
895
|
+
class GoogleCloudDiscoveryengineV1betaGcsSource
|
896
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
897
|
|
898
898
|
include Google::Apis::Core::JsonObjectSupport
|
899
899
|
end
|
900
900
|
|
901
|
-
class
|
901
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsMetadata
|
902
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
903
|
|
904
904
|
include Google::Apis::Core::JsonObjectSupport
|
905
905
|
end
|
906
906
|
|
907
|
-
class
|
907
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsRequest
|
908
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
909
|
|
910
910
|
include Google::Apis::Core::JsonObjectSupport
|
911
911
|
end
|
912
912
|
|
913
|
-
class
|
913
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsRequestInlineSource
|
914
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
915
|
|
916
916
|
include Google::Apis::Core::JsonObjectSupport
|
917
917
|
end
|
918
918
|
|
919
|
-
class
|
919
|
+
class GoogleCloudDiscoveryengineV1betaImportDocumentsResponse
|
920
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
921
|
|
922
922
|
include Google::Apis::Core::JsonObjectSupport
|
923
923
|
end
|
924
924
|
|
925
|
-
class
|
925
|
+
class GoogleCloudDiscoveryengineV1betaImportErrorConfig
|
926
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
927
|
|
928
928
|
include Google::Apis::Core::JsonObjectSupport
|
929
929
|
end
|
930
930
|
|
931
|
-
class
|
931
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata
|
932
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
933
|
|
934
934
|
include Google::Apis::Core::JsonObjectSupport
|
935
935
|
end
|
936
936
|
|
937
|
-
class
|
937
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest
|
938
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
939
|
|
940
940
|
include Google::Apis::Core::JsonObjectSupport
|
941
941
|
end
|
942
942
|
|
943
|
-
class
|
943
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequestInlineSource
|
944
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
945
|
|
946
946
|
include Google::Apis::Core::JsonObjectSupport
|
947
947
|
end
|
948
948
|
|
949
|
-
class
|
949
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse
|
950
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
951
|
|
952
952
|
include Google::Apis::Core::JsonObjectSupport
|
953
953
|
end
|
954
954
|
|
955
|
-
class
|
955
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
|
956
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
957
|
|
958
958
|
include Google::Apis::Core::JsonObjectSupport
|
959
959
|
end
|
960
960
|
|
961
|
-
class
|
962
|
-
|
963
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
964
|
-
property :content_type, as: 'contentType'
|
965
|
-
property :data, :base64 => true, as: 'data'
|
966
|
-
collection :extensions, as: 'extensions'
|
967
|
-
end
|
968
|
-
end
|
969
|
-
|
970
|
-
class GoogleCloudDiscoveryengineLoggingErrorContext
|
971
|
-
# @private
|
972
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
973
|
-
property :http_request, as: 'httpRequest', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext::Representation
|
974
|
-
|
975
|
-
property :report_location, as: 'reportLocation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingSourceLocation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingSourceLocation::Representation
|
961
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsRequest
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
976
963
|
|
977
|
-
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
965
|
+
end
|
966
|
+
|
967
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsRequestInlineSource
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
|
+
|
970
|
+
include Google::Apis::Core::JsonObjectSupport
|
971
|
+
end
|
972
|
+
|
973
|
+
class GoogleCloudDiscoveryengineV1betaImportUserEventsResponse
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
|
+
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
977
|
+
end
|
978
|
+
|
979
|
+
class GoogleCloudDiscoveryengineV1betaInterval
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
985
|
+
class GoogleCloudDiscoveryengineV1betaListConversationsResponse
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
991
|
+
class GoogleCloudDiscoveryengineV1betaListDataStoresResponse
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
997
|
+
class GoogleCloudDiscoveryengineV1betaListDocumentsResponse
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class GoogleCloudDiscoveryengineV1betaListEnginesResponse
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class GoogleCloudDiscoveryengineV1betaListSchemasResponse
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class GoogleCloudDiscoveryengineV1betaListTargetSitesResponse
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class GoogleCloudDiscoveryengineV1betaPageInfo
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class GoogleCloudDiscoveryengineV1betaPanelInfo
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsMetadata
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class GoogleCloudDiscoveryengineV1betaPurgeDocumentsResponse
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
|
+
|
1066
|
+
include Google::Apis::Core::JsonObjectSupport
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
+
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class GoogleCloudDiscoveryengineV1betaRecommendRequest
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class GoogleCloudDiscoveryengineV1betaRecommendResponse
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class GoogleCloudDiscoveryengineV1betaRecommendResponseRecommendationResult
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class GoogleCloudDiscoveryengineV1betaReply
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
|
+
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class GoogleCloudDiscoveryengineV1betaReplyReference
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class GoogleCloudDiscoveryengineV1betaSchema
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudDiscoveryengineV1betaSearchInfo
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpec
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpec
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSnippetSpec
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelPromptSpec
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpecModelSpec
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
|
+
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpec
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestFacetSpecFacetKey
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestImageQuery
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudDiscoveryengineV1betaSearchRequestSpellCorrectionSpec
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponse
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacet
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseFacetFacetValue
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGeoSearchDebugInfo
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResult
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummary
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitation
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationMetadata
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryCitationSource
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummaryReference
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySafetyAttributes
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class GoogleCloudDiscoveryengineV1betaSearchResponseSummarySummaryWithMetadata
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class GoogleCloudDiscoveryengineV1betaSiteSearchEngine
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class GoogleCloudDiscoveryengineV1betaTargetSite
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
+
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleCloudDiscoveryengineV1betaTextInput
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class GoogleCloudDiscoveryengineV1betaTransactionInfo
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class GoogleCloudDiscoveryengineV1betaUpdateSchemaMetadata
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
+
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class GoogleCloudDiscoveryengineV1betaUpdateTargetSiteMetadata
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class GoogleCloudDiscoveryengineV1betaUserEvent
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class GoogleCloudDiscoveryengineV1betaUserInfo
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
|
+
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class GoogleLongrunningListOperationsResponse
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
|
+
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class GoogleLongrunningOperation
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class GoogleProtobufEmpty
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class GoogleRpcStatus
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
|
+
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class GoogleTypeDate
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class GoogleApiHttpBody
|
1412
|
+
# @private
|
1413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1414
|
+
property :content_type, as: 'contentType'
|
1415
|
+
property :data, :base64 => true, as: 'data'
|
1416
|
+
collection :extensions, as: 'extensions'
|
1417
|
+
end
|
1418
|
+
end
|
1419
|
+
|
1420
|
+
class GoogleCloudDiscoveryengineLoggingErrorContext
|
1421
|
+
# @private
|
1422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1423
|
+
property :http_request, as: 'httpRequest', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingHttpRequestContext::Representation
|
1424
|
+
|
1425
|
+
property :report_location, as: 'reportLocation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingSourceLocation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineLoggingSourceLocation::Representation
|
1426
|
+
|
1427
|
+
end
|
978
1428
|
end
|
979
1429
|
|
980
1430
|
class GoogleCloudDiscoveryengineLoggingErrorLog
|
@@ -1026,6 +1476,38 @@ module Google
|
|
1026
1476
|
end
|
1027
1477
|
end
|
1028
1478
|
|
1479
|
+
class GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata
|
1480
|
+
# @private
|
1481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1482
|
+
property :create_time, as: 'createTime'
|
1483
|
+
property :update_time, as: 'updateTime'
|
1484
|
+
end
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
class GoogleCloudDiscoveryengineV1BatchCreateTargetSitesResponse
|
1488
|
+
# @private
|
1489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1490
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSite::Representation
|
1491
|
+
|
1492
|
+
end
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class GoogleCloudDiscoveryengineV1CreateDataStoreMetadata
|
1496
|
+
# @private
|
1497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1498
|
+
property :create_time, as: 'createTime'
|
1499
|
+
property :update_time, as: 'updateTime'
|
1500
|
+
end
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
class GoogleCloudDiscoveryengineV1CreateEngineMetadata
|
1504
|
+
# @private
|
1505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1506
|
+
property :create_time, as: 'createTime'
|
1507
|
+
property :update_time, as: 'updateTime'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1029
1511
|
class GoogleCloudDiscoveryengineV1CreateSchemaMetadata
|
1030
1512
|
# @private
|
1031
1513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1034,6 +1516,43 @@ module Google
|
|
1034
1516
|
end
|
1035
1517
|
end
|
1036
1518
|
|
1519
|
+
class GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :create_time, as: 'createTime'
|
1523
|
+
property :update_time, as: 'updateTime'
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class GoogleCloudDiscoveryengineV1DataStore
|
1528
|
+
# @private
|
1529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
+
property :content_config, as: 'contentConfig'
|
1531
|
+
property :create_time, as: 'createTime'
|
1532
|
+
property :default_schema_id, as: 'defaultSchemaId'
|
1533
|
+
property :display_name, as: 'displayName'
|
1534
|
+
property :industry_vertical, as: 'industryVertical'
|
1535
|
+
property :name, as: 'name'
|
1536
|
+
collection :solution_types, as: 'solutionTypes'
|
1537
|
+
end
|
1538
|
+
end
|
1539
|
+
|
1540
|
+
class GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata
|
1541
|
+
# @private
|
1542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
property :create_time, as: 'createTime'
|
1544
|
+
property :update_time, as: 'updateTime'
|
1545
|
+
end
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class GoogleCloudDiscoveryengineV1DeleteEngineMetadata
|
1549
|
+
# @private
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1551
|
+
property :create_time, as: 'createTime'
|
1552
|
+
property :update_time, as: 'updateTime'
|
1553
|
+
end
|
1554
|
+
end
|
1555
|
+
|
1037
1556
|
class GoogleCloudDiscoveryengineV1DeleteSchemaMetadata
|
1038
1557
|
# @private
|
1039
1558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1042,6 +1561,104 @@ module Google
|
|
1042
1561
|
end
|
1043
1562
|
end
|
1044
1563
|
|
1564
|
+
class GoogleCloudDiscoveryengineV1DeleteTargetSiteMetadata
|
1565
|
+
# @private
|
1566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1567
|
+
property :create_time, as: 'createTime'
|
1568
|
+
property :update_time, as: 'updateTime'
|
1569
|
+
end
|
1570
|
+
end
|
1571
|
+
|
1572
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchMetadata
|
1573
|
+
# @private
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1575
|
+
property :create_time, as: 'createTime'
|
1576
|
+
property :update_time, as: 'updateTime'
|
1577
|
+
end
|
1578
|
+
end
|
1579
|
+
|
1580
|
+
class GoogleCloudDiscoveryengineV1DisableAdvancedSiteSearchResponse
|
1581
|
+
# @private
|
1582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1583
|
+
end
|
1584
|
+
end
|
1585
|
+
|
1586
|
+
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata
|
1587
|
+
# @private
|
1588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1589
|
+
property :create_time, as: 'createTime'
|
1590
|
+
property :update_time, as: 'updateTime'
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
1594
|
+
class GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchResponse
|
1595
|
+
# @private
|
1596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1597
|
+
end
|
1598
|
+
end
|
1599
|
+
|
1600
|
+
class GoogleCloudDiscoveryengineV1Engine
|
1601
|
+
# @private
|
1602
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1603
|
+
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfig::Representation
|
1604
|
+
|
1605
|
+
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
|
1606
|
+
|
1607
|
+
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
|
1608
|
+
|
1609
|
+
property :create_time, as: 'createTime'
|
1610
|
+
collection :data_store_ids, as: 'dataStoreIds'
|
1611
|
+
property :display_name, as: 'displayName'
|
1612
|
+
property :industry_vertical, as: 'industryVertical'
|
1613
|
+
property :name, as: 'name'
|
1614
|
+
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
|
1615
|
+
|
1616
|
+
property :solution_type, as: 'solutionType'
|
1617
|
+
property :update_time, as: 'updateTime'
|
1618
|
+
end
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineConfig
|
1622
|
+
# @private
|
1623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1624
|
+
property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig::Representation
|
1625
|
+
|
1626
|
+
property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
|
1627
|
+
end
|
1628
|
+
end
|
1629
|
+
|
1630
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineConfigAgentCreationConfig
|
1631
|
+
# @private
|
1632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1633
|
+
property :business, as: 'business'
|
1634
|
+
property :default_language_code, as: 'defaultLanguageCode'
|
1635
|
+
property :location, as: 'location'
|
1636
|
+
property :time_zone, as: 'timeZone'
|
1637
|
+
end
|
1638
|
+
end
|
1639
|
+
|
1640
|
+
class GoogleCloudDiscoveryengineV1EngineChatEngineMetadata
|
1641
|
+
# @private
|
1642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1643
|
+
property :dialogflow_agent, as: 'dialogflowAgent'
|
1644
|
+
end
|
1645
|
+
end
|
1646
|
+
|
1647
|
+
class GoogleCloudDiscoveryengineV1EngineCommonConfig
|
1648
|
+
# @private
|
1649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1650
|
+
property :company_name, as: 'companyName'
|
1651
|
+
end
|
1652
|
+
end
|
1653
|
+
|
1654
|
+
class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
|
1655
|
+
# @private
|
1656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1657
|
+
collection :search_add_ons, as: 'searchAddOns'
|
1658
|
+
property :search_tier, as: 'searchTier'
|
1659
|
+
end
|
1660
|
+
end
|
1661
|
+
|
1045
1662
|
class GoogleCloudDiscoveryengineV1ImportDocumentsMetadata
|
1046
1663
|
# @private
|
1047
1664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1069,6 +1686,24 @@ module Google
|
|
1069
1686
|
end
|
1070
1687
|
end
|
1071
1688
|
|
1689
|
+
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesMetadata
|
1690
|
+
# @private
|
1691
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1692
|
+
property :create_time, as: 'createTime'
|
1693
|
+
property :update_time, as: 'updateTime'
|
1694
|
+
end
|
1695
|
+
end
|
1696
|
+
|
1697
|
+
class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
|
1698
|
+
# @private
|
1699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1700
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
1701
|
+
|
1702
|
+
property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
|
1703
|
+
property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
|
1704
|
+
end
|
1705
|
+
end
|
1706
|
+
|
1072
1707
|
class GoogleCloudDiscoveryengineV1ImportUserEventsMetadata
|
1073
1708
|
# @private
|
1074
1709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1101,24 +1736,89 @@ module Google
|
|
1101
1736
|
end
|
1102
1737
|
end
|
1103
1738
|
|
1104
|
-
class GoogleCloudDiscoveryengineV1PurgeDocumentsResponse
|
1739
|
+
class GoogleCloudDiscoveryengineV1PurgeDocumentsResponse
|
1740
|
+
# @private
|
1741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1742
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
1743
|
+
collection :purge_sample, as: 'purgeSample'
|
1744
|
+
end
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesMetadata
|
1748
|
+
# @private
|
1749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1750
|
+
property :create_time, as: 'createTime'
|
1751
|
+
property :update_time, as: 'updateTime'
|
1752
|
+
end
|
1753
|
+
end
|
1754
|
+
|
1755
|
+
class GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
|
1756
|
+
# @private
|
1757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1758
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
1759
|
+
|
1760
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
1761
|
+
end
|
1762
|
+
end
|
1763
|
+
|
1764
|
+
class GoogleCloudDiscoveryengineV1Schema
|
1765
|
+
# @private
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1767
|
+
property :json_schema, as: 'jsonSchema'
|
1768
|
+
property :name, as: 'name'
|
1769
|
+
hash :struct_schema, as: 'structSchema'
|
1770
|
+
end
|
1771
|
+
end
|
1772
|
+
|
1773
|
+
class GoogleCloudDiscoveryengineV1SiteVerificationInfo
|
1774
|
+
# @private
|
1775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1776
|
+
property :site_verification_state, as: 'siteVerificationState'
|
1777
|
+
property :verify_time, as: 'verifyTime'
|
1778
|
+
end
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
class GoogleCloudDiscoveryengineV1TargetSite
|
1782
|
+
# @private
|
1783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1784
|
+
property :exact_match, as: 'exactMatch'
|
1785
|
+
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReason::Representation
|
1786
|
+
|
1787
|
+
property :generated_uri_pattern, as: 'generatedUriPattern'
|
1788
|
+
property :indexing_status, as: 'indexingStatus'
|
1789
|
+
property :name, as: 'name'
|
1790
|
+
property :provided_uri_pattern, as: 'providedUriPattern'
|
1791
|
+
property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1SiteVerificationInfo::Representation
|
1792
|
+
|
1793
|
+
property :type, as: 'type'
|
1794
|
+
property :update_time, as: 'updateTime'
|
1795
|
+
end
|
1796
|
+
end
|
1797
|
+
|
1798
|
+
class GoogleCloudDiscoveryengineV1TargetSiteFailureReason
|
1799
|
+
# @private
|
1800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1801
|
+
property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure::Representation
|
1802
|
+
|
1803
|
+
end
|
1804
|
+
end
|
1805
|
+
|
1806
|
+
class GoogleCloudDiscoveryengineV1TargetSiteFailureReasonQuotaFailure
|
1105
1807
|
# @private
|
1106
1808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1107
|
-
property :
|
1108
|
-
collection :purge_sample, as: 'purgeSample'
|
1809
|
+
property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
|
1109
1810
|
end
|
1110
1811
|
end
|
1111
1812
|
|
1112
|
-
class
|
1813
|
+
class GoogleCloudDiscoveryengineV1UpdateSchemaMetadata
|
1113
1814
|
# @private
|
1114
1815
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1115
|
-
property :
|
1116
|
-
property :
|
1117
|
-
hash :struct_schema, as: 'structSchema'
|
1816
|
+
property :create_time, as: 'createTime'
|
1817
|
+
property :update_time, as: 'updateTime'
|
1118
1818
|
end
|
1119
1819
|
end
|
1120
1820
|
|
1121
|
-
class
|
1821
|
+
class GoogleCloudDiscoveryengineV1UpdateTargetSiteMetadata
|
1122
1822
|
# @private
|
1123
1823
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1124
1824
|
property :create_time, as: 'createTime'
|
@@ -1297,6 +1997,7 @@ module Google
|
|
1297
1997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1298
1998
|
property :business, as: 'business'
|
1299
1999
|
property :default_language_code, as: 'defaultLanguageCode'
|
2000
|
+
property :location, as: 'location'
|
1300
2001
|
property :time_zone, as: 'timeZone'
|
1301
2002
|
end
|
1302
2003
|
end
|
@@ -1415,6 +2116,24 @@ module Google
|
|
1415
2116
|
end
|
1416
2117
|
end
|
1417
2118
|
|
2119
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesMetadata
|
2120
|
+
# @private
|
2121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2122
|
+
property :create_time, as: 'createTime'
|
2123
|
+
property :update_time, as: 'updateTime'
|
2124
|
+
end
|
2125
|
+
end
|
2126
|
+
|
2127
|
+
class GoogleCloudDiscoveryengineV1alphaImportSuggestionDenyListEntriesResponse
|
2128
|
+
# @private
|
2129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2130
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2131
|
+
|
2132
|
+
property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
|
2133
|
+
property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
|
2134
|
+
end
|
2135
|
+
end
|
2136
|
+
|
1418
2137
|
class GoogleCloudDiscoveryengineV1alphaImportUserEventsMetadata
|
1419
2138
|
# @private
|
1420
2139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1464,6 +2183,23 @@ module Google
|
|
1464
2183
|
end
|
1465
2184
|
end
|
1466
2185
|
|
2186
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesMetadata
|
2187
|
+
# @private
|
2188
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2189
|
+
property :create_time, as: 'createTime'
|
2190
|
+
property :update_time, as: 'updateTime'
|
2191
|
+
end
|
2192
|
+
end
|
2193
|
+
|
2194
|
+
class GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
|
2195
|
+
# @private
|
2196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2197
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2198
|
+
|
2199
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
2200
|
+
end
|
2201
|
+
end
|
2202
|
+
|
1467
2203
|
class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsMetadata
|
1468
2204
|
# @private
|
1469
2205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1567,6 +2303,7 @@ module Google
|
|
1567
2303
|
class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
|
1568
2304
|
# @private
|
1569
2305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2306
|
+
property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
|
1570
2307
|
end
|
1571
2308
|
end
|
1572
2309
|
|
@@ -1596,13 +2333,244 @@ module Google
|
|
1596
2333
|
end
|
1597
2334
|
end
|
1598
2335
|
|
1599
|
-
class GoogleCloudDiscoveryengineV1alphaTuneEngineResponse
|
2336
|
+
class GoogleCloudDiscoveryengineV1alphaTuneEngineResponse
|
2337
|
+
# @private
|
2338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2339
|
+
end
|
2340
|
+
end
|
2341
|
+
|
2342
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
|
2343
|
+
# @private
|
2344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2345
|
+
property :create_time, as: 'createTime'
|
2346
|
+
property :update_time, as: 'updateTime'
|
2347
|
+
end
|
2348
|
+
end
|
2349
|
+
|
2350
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
2351
|
+
# @private
|
2352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2353
|
+
property :create_time, as: 'createTime'
|
2354
|
+
property :update_time, as: 'updateTime'
|
2355
|
+
end
|
2356
|
+
end
|
2357
|
+
|
2358
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata
|
2359
|
+
# @private
|
2360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2361
|
+
property :create_time, as: 'createTime'
|
2362
|
+
property :update_time, as: 'updateTime'
|
2363
|
+
end
|
2364
|
+
end
|
2365
|
+
|
2366
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
|
2367
|
+
# @private
|
2368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2369
|
+
collection :requests, as: 'requests', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest::Representation
|
2370
|
+
|
2371
|
+
end
|
2372
|
+
end
|
2373
|
+
|
2374
|
+
class GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesResponse
|
2375
|
+
# @private
|
2376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2377
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite::Representation
|
2378
|
+
|
2379
|
+
end
|
2380
|
+
end
|
2381
|
+
|
2382
|
+
class GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
2383
|
+
# @private
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2385
|
+
end
|
2386
|
+
end
|
2387
|
+
|
2388
|
+
class GoogleCloudDiscoveryengineV1betaBigQuerySource
|
2389
|
+
# @private
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2391
|
+
property :data_schema, as: 'dataSchema'
|
2392
|
+
property :dataset_id, as: 'datasetId'
|
2393
|
+
property :gcs_staging_dir, as: 'gcsStagingDir'
|
2394
|
+
property :partition_date, as: 'partitionDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
2395
|
+
|
2396
|
+
property :project_id, as: 'projectId'
|
2397
|
+
property :table_id, as: 'tableId'
|
2398
|
+
end
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponse
|
2402
|
+
# @private
|
2403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2404
|
+
collection :query_suggestions, as: 'querySuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion::Representation
|
2405
|
+
|
2406
|
+
property :tail_match_triggered, as: 'tailMatchTriggered'
|
2407
|
+
end
|
2408
|
+
end
|
2409
|
+
|
2410
|
+
class GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion
|
2411
|
+
# @private
|
2412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2413
|
+
collection :completable_field_paths, as: 'completableFieldPaths'
|
2414
|
+
property :suggestion, as: 'suggestion'
|
2415
|
+
end
|
2416
|
+
end
|
2417
|
+
|
2418
|
+
class GoogleCloudDiscoveryengineV1betaCompletionInfo
|
2419
|
+
# @private
|
2420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2421
|
+
property :selected_position, as: 'selectedPosition'
|
2422
|
+
property :selected_suggestion, as: 'selectedSuggestion'
|
2423
|
+
end
|
2424
|
+
end
|
2425
|
+
|
2426
|
+
class GoogleCloudDiscoveryengineV1betaConversation
|
2427
|
+
# @private
|
2428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2429
|
+
property :end_time, as: 'endTime'
|
2430
|
+
collection :messages, as: 'messages', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationMessage, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationMessage::Representation
|
2431
|
+
|
2432
|
+
property :name, as: 'name'
|
2433
|
+
property :start_time, as: 'startTime'
|
2434
|
+
property :state, as: 'state'
|
2435
|
+
property :user_pseudo_id, as: 'userPseudoId'
|
2436
|
+
end
|
2437
|
+
end
|
2438
|
+
|
2439
|
+
class GoogleCloudDiscoveryengineV1betaConversationContext
|
2440
|
+
# @private
|
2441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2442
|
+
property :active_document, as: 'activeDocument'
|
2443
|
+
collection :context_documents, as: 'contextDocuments'
|
2444
|
+
end
|
2445
|
+
end
|
2446
|
+
|
2447
|
+
class GoogleCloudDiscoveryengineV1betaConversationMessage
|
2448
|
+
# @private
|
2449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2450
|
+
property :create_time, as: 'createTime'
|
2451
|
+
property :reply, as: 'reply', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply::Representation
|
2452
|
+
|
2453
|
+
property :user_input, as: 'userInput', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput::Representation
|
2454
|
+
|
2455
|
+
end
|
2456
|
+
end
|
2457
|
+
|
2458
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
2459
|
+
# @private
|
2460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2461
|
+
property :conversation, as: 'conversation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
2462
|
+
|
2463
|
+
property :filter, as: 'filter'
|
2464
|
+
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput::Representation
|
2465
|
+
|
2466
|
+
property :safe_search, as: 'safeSearch'
|
2467
|
+
property :serving_config, as: 'servingConfig'
|
2468
|
+
property :summary_spec, as: 'summarySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec::Representation
|
2469
|
+
|
2470
|
+
hash :user_labels, as: 'userLabels'
|
2471
|
+
end
|
2472
|
+
end
|
2473
|
+
|
2474
|
+
class GoogleCloudDiscoveryengineV1betaConverseConversationResponse
|
2475
|
+
# @private
|
2476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2477
|
+
property :conversation, as: 'conversation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
2478
|
+
|
2479
|
+
collection :related_questions, as: 'relatedQuestions'
|
2480
|
+
property :reply, as: 'reply', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply::Representation
|
2481
|
+
|
2482
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult::Representation
|
2483
|
+
|
2484
|
+
end
|
2485
|
+
end
|
2486
|
+
|
2487
|
+
class GoogleCloudDiscoveryengineV1betaCreateDataStoreMetadata
|
2488
|
+
# @private
|
2489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2490
|
+
property :create_time, as: 'createTime'
|
2491
|
+
property :update_time, as: 'updateTime'
|
2492
|
+
end
|
2493
|
+
end
|
2494
|
+
|
2495
|
+
class GoogleCloudDiscoveryengineV1betaCreateEngineMetadata
|
2496
|
+
# @private
|
2497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2498
|
+
property :create_time, as: 'createTime'
|
2499
|
+
property :update_time, as: 'updateTime'
|
2500
|
+
end
|
2501
|
+
end
|
2502
|
+
|
2503
|
+
class GoogleCloudDiscoveryengineV1betaCreateSchemaMetadata
|
2504
|
+
# @private
|
2505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2506
|
+
property :create_time, as: 'createTime'
|
2507
|
+
property :update_time, as: 'updateTime'
|
2508
|
+
end
|
2509
|
+
end
|
2510
|
+
|
2511
|
+
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteMetadata
|
2512
|
+
# @private
|
2513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2514
|
+
property :create_time, as: 'createTime'
|
2515
|
+
property :update_time, as: 'updateTime'
|
2516
|
+
end
|
2517
|
+
end
|
2518
|
+
|
2519
|
+
class GoogleCloudDiscoveryengineV1betaCreateTargetSiteRequest
|
2520
|
+
# @private
|
2521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2522
|
+
property :parent, as: 'parent'
|
2523
|
+
property :target_site, as: 'targetSite', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite::Representation
|
2524
|
+
|
2525
|
+
end
|
2526
|
+
end
|
2527
|
+
|
2528
|
+
class GoogleCloudDiscoveryengineV1betaCustomAttribute
|
2529
|
+
# @private
|
2530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2531
|
+
collection :numbers, as: 'numbers'
|
2532
|
+
collection :text, as: 'text'
|
2533
|
+
end
|
2534
|
+
end
|
2535
|
+
|
2536
|
+
class GoogleCloudDiscoveryengineV1betaDataStore
|
2537
|
+
# @private
|
2538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2539
|
+
property :content_config, as: 'contentConfig'
|
2540
|
+
property :create_time, as: 'createTime'
|
2541
|
+
property :default_schema_id, as: 'defaultSchemaId'
|
2542
|
+
property :display_name, as: 'displayName'
|
2543
|
+
property :industry_vertical, as: 'industryVertical'
|
2544
|
+
property :name, as: 'name'
|
2545
|
+
collection :solution_types, as: 'solutionTypes'
|
2546
|
+
end
|
2547
|
+
end
|
2548
|
+
|
2549
|
+
class GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata
|
2550
|
+
# @private
|
2551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2552
|
+
property :create_time, as: 'createTime'
|
2553
|
+
property :update_time, as: 'updateTime'
|
2554
|
+
end
|
2555
|
+
end
|
2556
|
+
|
2557
|
+
class GoogleCloudDiscoveryengineV1betaDeleteEngineMetadata
|
2558
|
+
# @private
|
2559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2560
|
+
property :create_time, as: 'createTime'
|
2561
|
+
property :update_time, as: 'updateTime'
|
2562
|
+
end
|
2563
|
+
end
|
2564
|
+
|
2565
|
+
class GoogleCloudDiscoveryengineV1betaDeleteSchemaMetadata
|
1600
2566
|
# @private
|
1601
2567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2568
|
+
property :create_time, as: 'createTime'
|
2569
|
+
property :update_time, as: 'updateTime'
|
1602
2570
|
end
|
1603
2571
|
end
|
1604
2572
|
|
1605
|
-
class
|
2573
|
+
class GoogleCloudDiscoveryengineV1betaDeleteTargetSiteMetadata
|
1606
2574
|
# @private
|
1607
2575
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1608
2576
|
property :create_time, as: 'createTime'
|
@@ -1610,7 +2578,7 @@ module Google
|
|
1610
2578
|
end
|
1611
2579
|
end
|
1612
2580
|
|
1613
|
-
class
|
2581
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchMetadata
|
1614
2582
|
# @private
|
1615
2583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1616
2584
|
property :create_time, as: 'createTime'
|
@@ -1618,168 +2586,149 @@ module Google
|
|
1618
2586
|
end
|
1619
2587
|
end
|
1620
2588
|
|
1621
|
-
class
|
2589
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest
|
1622
2590
|
# @private
|
1623
2591
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1624
|
-
property :data_schema, as: 'dataSchema'
|
1625
|
-
property :dataset_id, as: 'datasetId'
|
1626
|
-
property :gcs_staging_dir, as: 'gcsStagingDir'
|
1627
|
-
property :partition_date, as: 'partitionDate', class: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate, decorator: Google::Apis::DiscoveryengineV1beta::GoogleTypeDate::Representation
|
1628
|
-
|
1629
|
-
property :project_id, as: 'projectId'
|
1630
|
-
property :table_id, as: 'tableId'
|
1631
2592
|
end
|
1632
2593
|
end
|
1633
2594
|
|
1634
|
-
class
|
2595
|
+
class GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchResponse
|
1635
2596
|
# @private
|
1636
2597
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1637
|
-
collection :query_suggestions, as: 'querySuggestions', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCompleteQueryResponseQuerySuggestion::Representation
|
1638
|
-
|
1639
|
-
property :tail_match_triggered, as: 'tailMatchTriggered'
|
1640
2598
|
end
|
1641
2599
|
end
|
1642
2600
|
|
1643
|
-
class
|
2601
|
+
class GoogleCloudDiscoveryengineV1betaDocument
|
1644
2602
|
# @private
|
1645
2603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1646
|
-
|
1647
|
-
|
2604
|
+
property :content, as: 'content', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDocumentContent::Representation
|
2605
|
+
|
2606
|
+
hash :derived_struct_data, as: 'derivedStructData'
|
2607
|
+
property :id, as: 'id'
|
2608
|
+
property :json_data, as: 'jsonData'
|
2609
|
+
property :name, as: 'name'
|
2610
|
+
property :parent_document_id, as: 'parentDocumentId'
|
2611
|
+
property :schema_id, as: 'schemaId'
|
2612
|
+
hash :struct_data, as: 'structData'
|
1648
2613
|
end
|
1649
2614
|
end
|
1650
2615
|
|
1651
|
-
class
|
2616
|
+
class GoogleCloudDiscoveryengineV1betaDocumentContent
|
1652
2617
|
# @private
|
1653
2618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1654
|
-
property :
|
1655
|
-
property :
|
2619
|
+
property :mime_type, as: 'mimeType'
|
2620
|
+
property :raw_bytes, :base64 => true, as: 'rawBytes'
|
2621
|
+
property :uri, as: 'uri'
|
1656
2622
|
end
|
1657
2623
|
end
|
1658
2624
|
|
1659
|
-
class
|
2625
|
+
class GoogleCloudDiscoveryengineV1betaDocumentInfo
|
1660
2626
|
# @private
|
1661
2627
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1662
|
-
property :
|
1663
|
-
collection :messages, as: 'messages', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationMessage, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversationMessage::Representation
|
1664
|
-
|
2628
|
+
property :id, as: 'id'
|
1665
2629
|
property :name, as: 'name'
|
1666
|
-
|
1667
|
-
property :
|
1668
|
-
property :
|
2630
|
+
collection :promotion_ids, as: 'promotionIds'
|
2631
|
+
property :quantity, as: 'quantity'
|
2632
|
+
property :uri, as: 'uri'
|
1669
2633
|
end
|
1670
2634
|
end
|
1671
2635
|
|
1672
|
-
class
|
2636
|
+
class GoogleCloudDiscoveryengineV1betaDoubleList
|
1673
2637
|
# @private
|
1674
2638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1675
|
-
|
1676
|
-
collection :context_documents, as: 'contextDocuments'
|
2639
|
+
collection :values, as: 'values'
|
1677
2640
|
end
|
1678
2641
|
end
|
1679
2642
|
|
1680
|
-
class
|
2643
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchMetadata
|
1681
2644
|
# @private
|
1682
2645
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1683
2646
|
property :create_time, as: 'createTime'
|
1684
|
-
property :
|
1685
|
-
|
1686
|
-
property :user_input, as: 'userInput', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput::Representation
|
1687
|
-
|
2647
|
+
property :update_time, as: 'updateTime'
|
1688
2648
|
end
|
1689
2649
|
end
|
1690
2650
|
|
1691
|
-
class
|
2651
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest
|
1692
2652
|
# @private
|
1693
2653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1694
|
-
property :conversation, as: 'conversation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
1695
|
-
|
1696
|
-
property :filter, as: 'filter'
|
1697
|
-
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTextInput::Representation
|
1698
|
-
|
1699
|
-
property :safe_search, as: 'safeSearch'
|
1700
|
-
property :serving_config, as: 'servingConfig'
|
1701
|
-
property :summary_spec, as: 'summarySpec', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecSummarySpec::Representation
|
1702
|
-
|
1703
|
-
hash :user_labels, as: 'userLabels'
|
1704
2654
|
end
|
1705
2655
|
end
|
1706
2656
|
|
1707
|
-
class
|
2657
|
+
class GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchResponse
|
1708
2658
|
# @private
|
1709
2659
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1710
|
-
property :conversation, as: 'conversation', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaConversation::Representation
|
1711
|
-
|
1712
|
-
collection :related_questions, as: 'relatedQuestions'
|
1713
|
-
property :reply, as: 'reply', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaReply::Representation
|
1714
|
-
|
1715
|
-
collection :search_results, as: 'searchResults', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSearchResponseSearchResult::Representation
|
1716
|
-
|
1717
2660
|
end
|
1718
2661
|
end
|
1719
2662
|
|
1720
|
-
class
|
2663
|
+
class GoogleCloudDiscoveryengineV1betaEngine
|
1721
2664
|
# @private
|
1722
2665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2666
|
+
property :chat_engine_config, as: 'chatEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig::Representation
|
2667
|
+
|
2668
|
+
property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
|
2669
|
+
|
2670
|
+
property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
|
2671
|
+
|
1723
2672
|
property :create_time, as: 'createTime'
|
2673
|
+
collection :data_store_ids, as: 'dataStoreIds'
|
2674
|
+
property :display_name, as: 'displayName'
|
2675
|
+
property :industry_vertical, as: 'industryVertical'
|
2676
|
+
property :name, as: 'name'
|
2677
|
+
property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
|
2678
|
+
|
2679
|
+
property :solution_type, as: 'solutionType'
|
1724
2680
|
property :update_time, as: 'updateTime'
|
1725
2681
|
end
|
1726
2682
|
end
|
1727
2683
|
|
1728
|
-
class
|
2684
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig
|
1729
2685
|
# @private
|
1730
2686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1731
|
-
|
1732
|
-
|
2687
|
+
property :agent_creation_config, as: 'agentCreationConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig::Representation
|
2688
|
+
|
2689
|
+
property :dialogflow_agent_to_link, as: 'dialogflowAgentToLink'
|
1733
2690
|
end
|
1734
2691
|
end
|
1735
2692
|
|
1736
|
-
class
|
2693
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineConfigAgentCreationConfig
|
1737
2694
|
# @private
|
1738
2695
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1739
|
-
property :
|
1740
|
-
property :
|
2696
|
+
property :business, as: 'business'
|
2697
|
+
property :default_language_code, as: 'defaultLanguageCode'
|
2698
|
+
property :location, as: 'location'
|
2699
|
+
property :time_zone, as: 'timeZone'
|
1741
2700
|
end
|
1742
2701
|
end
|
1743
2702
|
|
1744
|
-
class
|
2703
|
+
class GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata
|
1745
2704
|
# @private
|
1746
2705
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1747
|
-
property :
|
1748
|
-
|
1749
|
-
hash :derived_struct_data, as: 'derivedStructData'
|
1750
|
-
property :id, as: 'id'
|
1751
|
-
property :json_data, as: 'jsonData'
|
1752
|
-
property :name, as: 'name'
|
1753
|
-
property :parent_document_id, as: 'parentDocumentId'
|
1754
|
-
property :schema_id, as: 'schemaId'
|
1755
|
-
hash :struct_data, as: 'structData'
|
2706
|
+
property :dialogflow_agent, as: 'dialogflowAgent'
|
1756
2707
|
end
|
1757
2708
|
end
|
1758
2709
|
|
1759
|
-
class
|
2710
|
+
class GoogleCloudDiscoveryengineV1betaEngineCommonConfig
|
1760
2711
|
# @private
|
1761
2712
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1762
|
-
property :
|
1763
|
-
property :raw_bytes, :base64 => true, as: 'rawBytes'
|
1764
|
-
property :uri, as: 'uri'
|
2713
|
+
property :company_name, as: 'companyName'
|
1765
2714
|
end
|
1766
2715
|
end
|
1767
2716
|
|
1768
|
-
class
|
2717
|
+
class GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig
|
1769
2718
|
# @private
|
1770
2719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1771
|
-
|
1772
|
-
property :
|
1773
|
-
collection :promotion_ids, as: 'promotionIds'
|
1774
|
-
property :quantity, as: 'quantity'
|
1775
|
-
property :uri, as: 'uri'
|
2720
|
+
collection :search_add_ons, as: 'searchAddOns'
|
2721
|
+
property :search_tier, as: 'searchTier'
|
1776
2722
|
end
|
1777
2723
|
end
|
1778
2724
|
|
1779
|
-
class
|
2725
|
+
class GoogleCloudDiscoveryengineV1betaFetchDomainVerificationStatusResponse
|
1780
2726
|
# @private
|
1781
2727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1782
|
-
|
2728
|
+
property :next_page_token, as: 'nextPageToken'
|
2729
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite::Representation
|
2730
|
+
|
2731
|
+
property :total_size, as: 'totalSize'
|
1783
2732
|
end
|
1784
2733
|
end
|
1785
2734
|
|
@@ -1843,6 +2792,42 @@ module Google
|
|
1843
2792
|
end
|
1844
2793
|
end
|
1845
2794
|
|
2795
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesMetadata
|
2796
|
+
# @private
|
2797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2798
|
+
property :create_time, as: 'createTime'
|
2799
|
+
property :update_time, as: 'updateTime'
|
2800
|
+
end
|
2801
|
+
end
|
2802
|
+
|
2803
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest
|
2804
|
+
# @private
|
2805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2806
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaGcsSource::Representation
|
2807
|
+
|
2808
|
+
property :inline_source, as: 'inlineSource', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequestInlineSource, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequestInlineSource::Representation
|
2809
|
+
|
2810
|
+
end
|
2811
|
+
end
|
2812
|
+
|
2813
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequestInlineSource
|
2814
|
+
# @private
|
2815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2816
|
+
collection :entries, as: 'entries', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry::Representation
|
2817
|
+
|
2818
|
+
end
|
2819
|
+
end
|
2820
|
+
|
2821
|
+
class GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesResponse
|
2822
|
+
# @private
|
2823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2824
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
2825
|
+
|
2826
|
+
property :failed_entries_count, :numeric_string => true, as: 'failedEntriesCount'
|
2827
|
+
property :imported_entries_count, :numeric_string => true, as: 'importedEntriesCount'
|
2828
|
+
end
|
2829
|
+
end
|
2830
|
+
|
1846
2831
|
class GoogleCloudDiscoveryengineV1betaImportUserEventsMetadata
|
1847
2832
|
# @private
|
1848
2833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1906,6 +2891,15 @@ module Google
|
|
1906
2891
|
end
|
1907
2892
|
end
|
1908
2893
|
|
2894
|
+
class GoogleCloudDiscoveryengineV1betaListDataStoresResponse
|
2895
|
+
# @private
|
2896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2897
|
+
collection :data_stores, as: 'dataStores', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStore, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStore::Representation
|
2898
|
+
|
2899
|
+
property :next_page_token, as: 'nextPageToken'
|
2900
|
+
end
|
2901
|
+
end
|
2902
|
+
|
1909
2903
|
class GoogleCloudDiscoveryengineV1betaListDocumentsResponse
|
1910
2904
|
# @private
|
1911
2905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1915,6 +2909,15 @@ module Google
|
|
1915
2909
|
end
|
1916
2910
|
end
|
1917
2911
|
|
2912
|
+
class GoogleCloudDiscoveryengineV1betaListEnginesResponse
|
2913
|
+
# @private
|
2914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2915
|
+
collection :engines, as: 'engines', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngine, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngine::Representation
|
2916
|
+
|
2917
|
+
property :next_page_token, as: 'nextPageToken'
|
2918
|
+
end
|
2919
|
+
end
|
2920
|
+
|
1918
2921
|
class GoogleCloudDiscoveryengineV1betaListSchemasResponse
|
1919
2922
|
# @private
|
1920
2923
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1924,6 +2927,16 @@ module Google
|
|
1924
2927
|
end
|
1925
2928
|
end
|
1926
2929
|
|
2930
|
+
class GoogleCloudDiscoveryengineV1betaListTargetSitesResponse
|
2931
|
+
# @private
|
2932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2933
|
+
property :next_page_token, as: 'nextPageToken'
|
2934
|
+
collection :target_sites, as: 'targetSites', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSite::Representation
|
2935
|
+
|
2936
|
+
property :total_size, as: 'totalSize'
|
2937
|
+
end
|
2938
|
+
end
|
2939
|
+
|
1927
2940
|
class GoogleCloudDiscoveryengineV1betaMediaInfo
|
1928
2941
|
# @private
|
1929
2942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1978,6 +2991,29 @@ module Google
|
|
1978
2991
|
end
|
1979
2992
|
end
|
1980
2993
|
|
2994
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesMetadata
|
2995
|
+
# @private
|
2996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2997
|
+
property :create_time, as: 'createTime'
|
2998
|
+
property :update_time, as: 'updateTime'
|
2999
|
+
end
|
3000
|
+
end
|
3001
|
+
|
3002
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest
|
3003
|
+
# @private
|
3004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3005
|
+
end
|
3006
|
+
end
|
3007
|
+
|
3008
|
+
class GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesResponse
|
3009
|
+
# @private
|
3010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3011
|
+
collection :error_samples, as: 'errorSamples', class: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleRpcStatus::Representation
|
3012
|
+
|
3013
|
+
property :purge_count, :numeric_string => true, as: 'purgeCount'
|
3014
|
+
end
|
3015
|
+
end
|
3016
|
+
|
1981
3017
|
class GoogleCloudDiscoveryengineV1betaRecommendRequest
|
1982
3018
|
# @private
|
1983
3019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2012,6 +3048,13 @@ module Google
|
|
2012
3048
|
end
|
2013
3049
|
end
|
2014
3050
|
|
3051
|
+
class GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
|
3052
|
+
# @private
|
3053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3054
|
+
collection :uris, as: 'uris'
|
3055
|
+
end
|
3056
|
+
end
|
3057
|
+
|
2015
3058
|
class GoogleCloudDiscoveryengineV1betaReply
|
2016
3059
|
# @private
|
2017
3060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2378,6 +3421,61 @@ module Google
|
|
2378
3421
|
end
|
2379
3422
|
end
|
2380
3423
|
|
3424
|
+
class GoogleCloudDiscoveryengineV1betaSiteSearchEngine
|
3425
|
+
# @private
|
3426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3427
|
+
property :name, as: 'name'
|
3428
|
+
end
|
3429
|
+
end
|
3430
|
+
|
3431
|
+
class GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
|
3432
|
+
# @private
|
3433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3434
|
+
property :site_verification_state, as: 'siteVerificationState'
|
3435
|
+
property :verify_time, as: 'verifyTime'
|
3436
|
+
end
|
3437
|
+
end
|
3438
|
+
|
3439
|
+
class GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry
|
3440
|
+
# @private
|
3441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3442
|
+
property :block_phrase, as: 'blockPhrase'
|
3443
|
+
property :match_operator, as: 'matchOperator'
|
3444
|
+
end
|
3445
|
+
end
|
3446
|
+
|
3447
|
+
class GoogleCloudDiscoveryengineV1betaTargetSite
|
3448
|
+
# @private
|
3449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3450
|
+
property :exact_match, as: 'exactMatch'
|
3451
|
+
property :failure_reason, as: 'failureReason', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason::Representation
|
3452
|
+
|
3453
|
+
property :generated_uri_pattern, as: 'generatedUriPattern'
|
3454
|
+
property :indexing_status, as: 'indexingStatus'
|
3455
|
+
property :name, as: 'name'
|
3456
|
+
property :provided_uri_pattern, as: 'providedUriPattern'
|
3457
|
+
property :site_verification_info, as: 'siteVerificationInfo', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo::Representation
|
3458
|
+
|
3459
|
+
property :type, as: 'type'
|
3460
|
+
property :update_time, as: 'updateTime'
|
3461
|
+
end
|
3462
|
+
end
|
3463
|
+
|
3464
|
+
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReason
|
3465
|
+
# @private
|
3466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3467
|
+
property :quota_failure, as: 'quotaFailure', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure::Representation
|
3468
|
+
|
3469
|
+
end
|
3470
|
+
end
|
3471
|
+
|
3472
|
+
class GoogleCloudDiscoveryengineV1betaTargetSiteFailureReasonQuotaFailure
|
3473
|
+
# @private
|
3474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3475
|
+
property :total_required_quota, :numeric_string => true, as: 'totalRequiredQuota'
|
3476
|
+
end
|
3477
|
+
end
|
3478
|
+
|
2381
3479
|
class GoogleCloudDiscoveryengineV1betaTextInput
|
2382
3480
|
# @private
|
2383
3481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2407,6 +3505,14 @@ module Google
|
|
2407
3505
|
end
|
2408
3506
|
end
|
2409
3507
|
|
3508
|
+
class GoogleCloudDiscoveryengineV1betaUpdateTargetSiteMetadata
|
3509
|
+
# @private
|
3510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3511
|
+
property :create_time, as: 'createTime'
|
3512
|
+
property :update_time, as: 'updateTime'
|
3513
|
+
end
|
3514
|
+
end
|
3515
|
+
|
2410
3516
|
class GoogleCloudDiscoveryengineV1betaUserEvent
|
2411
3517
|
# @private
|
2412
3518
|
class Representation < Google::Apis::Core::JsonRepresentation
|